采用 Qt 编程

Qt is a cross-platform application and UI framework for writing web-enabled applications for desktop, mobile, and embedded operating systems. This page contains links to articles and overviews explaining key components and techniques used in Qt development.

可访问性 如何让残障人士能够访问您的应用程序。
ActiveX in Qt Qt API's for using ActiveX controls, servers, and COM
容器类 Qt's template-based container classes.
图形视图框架 An overview of the Graphics View framework for interactive 2D graphics.
如何创建 Qt 插件 A guide to creating plugins to extend Qt applications and functionality provided by Qt.
隐式共享 Reference counting for fast copying.
Qt 进程间通信 Inter-Process communication in Qt applications.
Qt 国际化 Information about Qt's support for internationalization and multiple languages
布局管理 A tour of the standard layout managers and an introduction to custom layouts.
模型/视图编程 A guide to Qt's extensible model/view architecture.
Network programming with Qt These pages are about Qt's support for network programming
对象模型 A description of the powerful features made possible by Qt's dynamic object model.
对象树 & 所有权 Information about the parent-child pattern used to describe object ownership in Qt.
描绘系统 A system for painting on the screen or on print devices using the same API
QTestLib Manual An overview of Qt's unit testing framework.
Qt Graphics and Printing Qt components for doing graphics
Qt 样式表 How to use style sheets to customize the appearance of widgets.
富文本处理 An overview of Qt's rich text processing, editing and display features.
SQL in Qt Qt API's for using SQL
信号 & 槽 An overview of Qt's signals and slots inter-object communication mechanism.
事件系统 A guide to event handling in Qt.
元对象系统 An overview of Qt's meta-object system and introspection capabilities.
特性系统 An overview of Qt's property system.
The Qt 4 Main Window Classes Overview of the Main Window concept and Classes
Qt 中的线程支持 A detailed discussion of thread handling in Qt.