These are the main modules that help you build a Widget-based UI.
Provides core non-GUI functionality, like signal and slots, properties, base classes of item models, serialization, and more. |
|
Extends QtCore with GUI functionality: Events, windows and screens, OpenGL and raster-based 2D painting, as well as images. |
|
Provides ready to use Widgets for your application, including graphical elements for your UI. |
Use these modules to interact with the QML Language <https://doc.qt.io/qt-5.qmlapplications> , from Python.
The base Python API to interact with the module. |
|
Provides classes to embed Qt Quick in Qt applications. |
|
Provides the QQuickWidget class to embed Qt Quick in widget-based applications. |
Charts, diagrams, animations: these modules provide classes to help you include these elements in your UI.
Provides a set of easy to use chart components. |
|
Provides a way to visualize data in 3D as bar, scatter, or surface graphs. |
Audio, video, and hardware interaction: use these modules for multimedia solutions.
提供低级多媒体功能。 |
|
提供基于 Widgets 的多媒体 API。 |
If your project is based on a browser or the features around Web-based applications, use these modules to interact with them.
提供 Widget 以处理 Web 内容。 |
|
Enables peer-to-peer communication between a server and a client (HTML/JavaScript or QML application). |