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. |