联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(375) 
按平台查找All QT(375) 

[Linux/Unix编程] QQ_Example.tar

Qt从QT4开始基本封装了很多C++的工具库和界面库,而且支持跨平台,这是它最大的优势。相比于古老的MFC和使用C#的WPF来说,我更喜欢Qt来进行C++的界面设计,坦白来说,QT并不只是一个界面库,他是C++编程思想的集大成者。它是得到完善的C++应用程序框架。使用Qt,在一定程度上你获得的是一个“一站式”、“全方位”的解决方案,代码利用QT实现了qq登录界面示例,需要的朋友可以参考下
Qt has basically encapsulated many C++ tool libraries and interface libraries since QT4, and supports cross-platform, which is its greatest advantage. I prefer Qt to old MFC and C# WPF for C++ interface design. To be frank, QT is more than just an interface library. It's a collection of C++ programming ideas. It is a perfect C++ application framework. Using Qt, to a certain extent, you get a "one-stop" and "all-round" solution. The code uses QT to implement a QQ login interface example, you need friends can refer to the following (2018-08-14, QT, 34KB, 下载3次)

http://www.pudn.com/Download/item/id/1534255144662490.html

[Linux/Unix编程] Qt_Creator系列教程

很不错的介绍QT creator编程的书籍
QT creator,Qt is a cross platform C++ graphical user interface application framework. It provides application developers to build a state-of-the-art graphical user interface functionality required by. Qt is fully object oriented, and is easy to extend, and allows the real component programming. It has become a worldwide thousands of successful application based. Qt is also popular Linux desktop environment based KDE, KDE is all of the major Linux edition of a standard component. Qt supports the following platforms: MS/Windows - 95,98, NT 4, ME,2000, XP and Vista, (2017-11-18, QT, 2238KB, 下载8次)

http://www.pudn.com/Download/item/id/1510996222248727.html

[Linux/Unix编程] QtOffice

使用QT操作Excel和word的类 Excel 只支持读取操作 Wrod 支持向指定书签处插入文字,图片和表格 使用前需要添加 qt axcontainer
USE Qt to operate excel and word. Excel can only read, word can insert word or image or table at bookmark。 before use,add axcontainer at QT (2016-05-31, QT, 5KB, 下载69次)

http://www.pudn.com/Download/item/id/1464680081654984.html

[Linux/Unix编程] Qt4-Starter

关于Qt Qt是一个多平台的C++图形用户界面应用程序框架。它提供给应用程序开发者建立艺术级的图形用户界面所需的所用功能。Qt是完全面向对象的很容易扩展,并且允许真正地组件编程。 自从1996年早些时候,Qt进入商业领域,它已经成为全世界范围内数千种成功的应用程序的基础。Qt也是流行的Linux桌面环境KDE 的基础,KDE是所有主要的Linux发行版的一个标准组件。
About Qt Qt is C++ graphical user interface application framework for a multi-platform. It provides application developers to build the required-the-art graphical user interface functions. Qt is fully object-oriented easily extensible, and allows true component programming. Since early 1996, Qt into the commercial arena, it has become the basis for the worldwide success of thousands of applications. Qt is also the basis for the popular Linux desktop environment KDE' s, KDE is all major Linux distributions a standard component. (2016-01-29, QT, 1703KB, 下载2次)

http://www.pudn.com/Download/item/id/1454032194425937.html

[Linux/Unix编程] Qtthread

QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应
QT through three forms provides support for threads. They are respectively, a thread class, platform independent, thread safety event delivery, three, signal- slot connection across threads. This makes it easier to develop lightweight multithreaded Qt program, and can make full use of the advantage of the multiprocessor machine. Multithreaded programming is a useful model, which is used to solve a longer operation on without lose response user interface (2015-05-26, QT, 656KB, 下载15次)

http://www.pudn.com/Download/item/id/1432602692576870.html

[Linux/Unix编程] CPP-GUI-QT4-

Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程。
Qt is a Trolltech developed in 1991 by C++ cross-platform graphical user interface application development framework. It can develop GUI program can also be used for developing non-GUI programs such as console tools and servers. Qt is an object-oriented framework, using a special code generation extensions (called meta-object compiler (Meta Object Compiler, moc)) as well as some macros, easy to expand, allowing the component programming. (2013-07-27, QT, 2886KB, 下载2次)

http://www.pudn.com/Download/item/id/2315682.html

[Linux/Unix编程] Study-on-qt-programming-24-hours-

Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象语言,易于扩展,并且允许组件编程
Qt is a Trolltech developed in 1991 by C++ cross-platform graphical user interface application development framework. It can develop GUI program can also be used for developing non-GUI programs such as console tools and servers. Qt is an object-oriented language, easy to expand, and allows component programming (2013-06-19, QT, 19714KB, 下载2次)

http://www.pudn.com/Download/item/id/2283481.html

[Linux/Unix编程] DesignPatternsInCPPwithQt

《Qt4设计模式导论》介绍了C++编程知识和Qt的设计模式,由浅入深。
Master C++ "The Qt Way" with Modern Design Patterns and Efficient Reuse This fully updated, classroom-tested book teaches C++ "The Qt Way," emphasizing design patterns and efficient reuse. Readers will master both the C++ language and Qt libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes and functions. Every chapter of this edition has been improved with new content, better organization, or both. Readers will find extensively revised coverage of QObjects, Reflection, Widgets, Main Windows, Models and Views, Databases, Multi-Threaded Programming, and Reflection. This edition introduces the powerful new Qt Creator IDE presents new multimedia APIs and offers extended coverage of Qt Designer and C++ Integration. It has been restructured to help readers start writing software immediately and write robust, effective software sooner. The authors introduce several new design patterns, add many quiz questions and labs, and pres (2013-05-25, QT, 10133KB, 下载8次)

http://www.pudn.com/Download/item/id/2257415.html

[Linux/Unix编程] Zero-basis-for-learning-QT-4

基于最新发布的qt 4.5版,按照qt知识结构的层次和读者的学习规律,循序渐进、由浅入深地对qt应用程序开发进行介绍,涵盖了程序设计中经常涉及的内容,共分为13章,包括走近qt 4、qt的安装与配置、qt编程基础、qt 4集成开发环境、使用qt 4基本gui工具、qt 4程序开发方法和流程、对话框、主窗口、qt样式表与应用程序外观、在程序中使用.ui文件、布局管理、使用qt creator以及qt核心机制与原理。本书内容翔实,图例丰富,讲解透彻,通俗易懂,针对性强。所有实例均在windows下和linux操作系统下进行了验证。
Qt based on the latest release version 4.5, according to the qt the level of the knowledge structure and learning rules of readers, step by step, distinguished the qt application development introduction, covers the content, the program design of which is divided into 13 chapters, including near qt 4, qt installation and configuration, qt programming basis, qt 4 integrated development environment, using qt 4 basic GUI tools, qt 4 program development method and process, the dialog box, the main window, qt style sheet and application features, used in the program. The UI document, layout management, use qt creator and qt core mechanism and principle. Informative book, rich in legend, explained thoroughly, plain, pointed. All instances under Windows and Linux operating system is verified. (2013-05-07, QT, 7821KB, 下载6次)

http://www.pudn.com/Download/item/id/2232780.html

[Linux/Unix编程] Qt-from-entry-to-the-master

QT从入门到精通。本教程是基于您已经了解C++的基础之上,毕竟Qt是一个C++库。否则您必须先 学习c++后再来看本教程,C++入门比较好的书籍是《C++程序设计》(谭浩强)。 某些人可能觉得《c++ primer》好,但我认为这本书不适合c++入门,所以还是 推荐一下谭老的这本通俗易懂的书吧。 教程由3部分组成,第一部分为新手上路,是Qt的官方教程。其实把它放在第一 部分并不合适,因为对于一个初学Qt的人来说一上来就将最好是从一个Hello World程序开始学习比较好。所以推荐初学者从第二部分Qt学习之路开始阅读。 第三部分为Qt深入编程,对Qt很熟悉的读者可以深入研究研究。
QT from the entry to the master. This tutorial is based on your understanding the C++ of the basis, Qt is a C++ library. Otherwise, you must first learn c++ and then look at this tutorial, better books C++ entry the " C++ programming" (Hemopurification). Some people may think the " c++ primer, but I think this book is not for c++ entry, so it is recommended Tan old plain Shuba. The tutorial consists of three parts, the first part of the road for the novice, Qt' s official tutorial. In fact, put it in the first part is not appropriate, because the one up for a beginner Qt will be the best is good from a Hello World program to start learning. It is recommended that beginners start from the second part of the Qt way of learning to read. The third part of the Qt-depth programming, in-depth study of readers who are familiar with Qt. (2012-05-18, QT, 2711KB, 下载22次)

http://www.pudn.com/Download/item/id/1874994.html

[Linux/Unix编程] QT-develop

qt开发教程,很全面 第1 章走近Qt 第2 章Qt 的安装与配置 第3 章Qt 编程基础 第4 章Qt 4 集成开发环境 第5 章使用Qt4 基本GUI 工具 第6 章Qt 4 程序开发方法和流程 第7 章对话框 第8 章主窗口 第9 章Qt 样式表与应用程序观感 第10 章在程序中使用.ui 文件 第11 章布局管理 第12 章使用Qt Creator 第13 章Qt 核心机制与原理 附录A qmake 命令 附录B make 命令 附录C Qt 资源
about QT develop (2012-03-13, QT, 7913KB, 下载27次)

http://www.pudn.com/Download/item/id/1791988.html

[Linux/Unix编程] ImageBrowser

初学QT编程,将我用QT编写的图片浏览器程序共享给大家,压缩包包含源代码及发布程序。里面注释比较全面,适合初学者。实现了滚轮缩放图片,及鼠标抓取移动图片功能。
Beginner QT programming, I have written with QT Picture Viewer program for everyone to share, compressed package that contains the source code and release procedures. Which comment is more comprehensive, suitable for beginners. To achieve a scroll wheel to zoom pictures, and mouse crawl Moving Pictures. (2012-02-07, QT, 7028KB, 下载70次)

http://www.pudn.com/Download/item/id/1766657.html

[Linux/Unix编程] Qt4

学习,使用Qt已经将近两年了,最开始的时候用Qt3,后来升级到Qt4.1,自认为对Qt的GUI编程部分还是很熟悉的。遗憾的是Qt的参考书少之又少,一般就是看文档和C++ GUI Programming with Qt 3,这本书是免费提供的
Study, using Qt for nearly two years, most beginning with Qt3, then upgrade to Qt4.1, since that part of the Qt' s GUI programming is still very familiar. Unfortunately, very few reference books Qt in general is to see documentation and C++ GUI Programming with Qt 3, this book is provided free of charge (2010-06-23, QT, 1487KB, 下载36次)

http://www.pudn.com/Download/item/id/1221361.html

[Linux/Unix编程] keypad

在QT4.5编程环境下写的一个数字软键盘程序。类似计算器上的数字键盘。具体开发过程中,在没有软键盘的开发板程序开发中,可以直接拿过来使用。
QT4.5 programming environment in a number of written procedures for the soft keyboard. Similar figures on the calculator keyboard. Specific development process, the soft keyboard in the absence of development of the development board, you can directly take up the use of. (2009-07-05, QT, 1818KB, 下载510次)

http://www.pudn.com/Download/item/id/832826.html

[Linux/Unix编程] QTPlayerLingouPhonon

使用Qt phonon编程,使用mplayer作后端,实现异形界面,歌词文件lrc解析,ktv式歌词显示,类似ttplayer(千千静听)或是kugou(酷狗),功能强大,可使用QT CSS配置皮肤,可以进行文件编码转换,自动下载歌词。。。。
Programming using the Qt phonon, use mplayer as backend, the achievement of special-shaped interface, lrc lyrics file analysis, ktv-type lyrics display, similar ttplayer (thousands of listening) or kugou (cool dog) and powerful, you can use to configure QT CSS skin, can file encoding conversion, automatically download the lyrics. . . . (2009-05-16, QT, 635KB, 下载379次)

http://www.pudn.com/Download/item/id/762840.html
总计:375