Qt助手——索引——查找:All Modules
一、核心基础模块
模块名 | 描述 |
---|---|
Qt Core | 核心的非图形类, 供其它模块使用。 |
Qt GUI | 图形用户界面( GUI) 组件的基类, 包括OpenGL。 |
Qt Multimedia | 音频, 视频, 电台, 摄像头的功能类。 |
Qt Network | 简化方便的网络编程的类。 |
Qt QML | QML类与JavaScript语言的支持。 |
Qt Quick | 可高度动态构建的自定义应用程序用户界面框架。 |
Qt SQL | 集成SQL数据库类。 |
Qt Test | Qt应用程序与库的单元测试类。 |
Qt WebKit | 集成WebKit2的基础实现并且提供了新的QML应用程序接口。 在附件模块中查看Qt WebKit Widgets可以获取更多的信息。 |
Qt WebKit Widgets | Widgets 来自Qt4中集成WebKit1的窗口基础类。 |
Qt Widgets | 扩展Qt GUI模块的C++窗口类。 |
Module | Description |
---|---|
Qt Core | Core non-graphical classes used by other modules. |
Qt GUI | Base classes for graphical user interface (GUI) components. Includes OpenGL. |
Qt Multimedia | Classes for audio, video, radio and camera functionality. |
Qt Multimedia Widgets | Widget-based classes for implementing multimedia functionality. |
Qt Network | Classes to make network programming easier and more portable. |
Qt QML | Classes for QML and JavaScript languages. |
Qt Quick | A declarative framework for building highly dynamic applications with custom user interfaces. |
Qt Quick Controls | Provides lightweight QML types for creating performant user interfaces for desktop, embedded, and mobile devices. These types employ a simple styling architecture and are very efficient. |
Qt Quick Dialogs | Types for creating and interacting with system dialogs from a Qt Quick application. |
Qt Quick Layouts | Layouts are items that are used to arrange Qt Quick 2 based items in the user interface. |
Qt Quick Test | A unit test framework for QML applications, whe |