这些文档提供使用 Qt 去解决特定技术问题的指导方针和最佳实践。它们是按标题中的第一单词的字母顺序排列的,因此,浏览整个列表能找到想要的。
| 可访问性 | 如何让残障人士能够访问您的应用程序。 |
| 有关 GUI 设计的书籍 | Some recommended books about GUI design. |
| 从 Unix 信号处理程序调用 Qt 函数 | 您不能。但不要绝望,还有办法... |
| 坐标系 | Information about the coordinate system used by the paint system. |
| 创建自定义 Qt 类型 | How to create and register new types with Qt. |
| 创建共享库 | 如何创建共享库。 |
| 为 Qt Designer 创建和使用组件 | How to create and use custom widget plugins. |
| 桌面集成 | 集成用户桌面环境。 |
| 异常安全性 | Qt 中的异常安全指南。 |
| Hardware Acceleration and Embedded Platforms. | How to use hardware acceleration for fast rendering. |
| How to Use X11 Overlays with Qt | |
| 实现原子操作 | 在新体系结构中实现原子操作的指南。 |
| OpenVG Rendering in Qt | Efficient rendering on embedded devices with OpenVG |
| Phonon multimedia framework | Using the Phonon multimedia framework in Qt. |
| Porting Guides | Guides related to porting Qt applications and libraries |
| QTestLib Tutorial | A short introduction to testing with QTestLib. |
| QtSvg | 提供用于显示和创建 SVG 文件的类的模块 |
| 还原窗口几何体 | 如何保存和还原窗口几何体。 |
| 富文本处理 | An overview of Qt's rich text processing, editing and display features. |
| SQL in Qt | Qt API's for using SQL |
| 会话管理 | 如何采用 Qt 进行会话管理。 |
| 设置应用程序图标 | 如何设置应用程序的图标。 |
| 标准加速键 | 推荐的加速键。 |
| 计时器 | How to use Qt timers in your application. |
| 使用 QtDBus 适配器 | How to create and use DBus adaptors in Qt. |