Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
blob: d3e4f7bb04bd6eb60cd9eed8e67fe3733181c3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
Qt Modules Supported by Qt for Python
=====================================

.. toctree::
   :hidden:
   :glob:

   PySide6/Qt*/index

.. grid:: 1 3 3 3
    :gutter: 2

    .. grid-item-card:: :mod:`Qt Bluetooth <PySide6.QtBluetooth>`

        Provides access to Bluetooth hardware.

    .. grid-item-card:: :mod:`Qt Charts <PySide6.QtCharts>`

        UI Components for displaying visually pleasing charts,
        driven by static or dynamic data models.

    .. grid-item-card:: :mod:`Qt Concurrent <PySide6.QtConcurrent>`

        Classes for writing multi-threaded programs without using low-level
        threading primitives.

    .. grid-item-card:: :mod:`Qt Core <PySide6.QtCore>`

        Core non-graphical classes used by other modules.

    .. grid-item-card:: :mod:`Qt Data Visualization <PySide6.QtDataVisualization>`

        UI Components for creating stunning 3D data visualizations.

    .. grid-item-card:: :mod:`Qt D-Bus <PySide6.QtDBus>`

        Classes for inter-process communication over the D-Bus protocol.

    .. grid-item-card:: :mod:`Qt Designer <PySide6.QtDesigner>`

        Provides classes to extend *Qt Widgets Designer*.

    .. grid-item-card:: :mod:`Qt GUI <PySide6.QtGui>`

        Base classes for graphical user interface (GUI) components.

    .. grid-item-card:: :mod:`Qt Graphs <PySide6.QtGraphs>`

        Provides functionality for visualizing data in 3D as bar, scatter, and
        surface graphs, as well as 2D in area, bar, donut, line, pie, scatter, and
        spline graphs.

    .. grid-item-card:: :mod:`QtGraphs Widgets <PySide6.QtGraphsWidgets>`

        Provides the widget-based graphs API.

    .. grid-item-card:: :mod:`Qt Help <PySide6.QtHelp>`

        Classes for integrating documentation into applications.

    .. grid-item-card:: :mod:`Qt HTTP Server <PySide6.QtHttpServer>`

        A framework for embedding an HTTP server into a Qt application.

    .. grid-item-card:: :mod:`Qt Location <PySide6.QtLocation>`

        Provides QML and Python interfaces to create location-aware applications.

    .. grid-item-card:: :mod:`Qt Multimedia <PySide6.QtMultimedia>`

        A rich set of QML types and Python classes to handle multimedia content.
        Also includes APIs to handle camera access.

    .. grid-item-card:: :mod:`Qt Multimedia Widgets <PySide6.QtMultimediaWidgets>`

        Provides the widget-based multimedia API.

    .. grid-item-card:: :mod:`Qt Network <PySide6.QtNetwork>`

        Classes to make network programming easier and more portable.

    .. grid-item-card:: :mod:`Qt Network Authorization <PySide6.QtNetworkAuth>`

        Provides support for OAuth-based authorization to online services.

    .. grid-item-card:: :mod:`Qt NFC <PySide6.QtNfc>`

        Provides access to Near-Field communication (NFC) hardware. On desktop
        platforms NDEF access is only supported for Type 4 tags.

    .. grid-item-card:: :mod:`Qt OpenGL <PySide6.QtOpenGL>`

        Classes that make it easy to use OpenGL in Qt applications.

    .. grid-item-card:: :mod:`Qt OpenGL Widgets <PySide6.QtOpenGLWidgets>`

        Provides a widget for rendering OpenGL graphics.

    .. grid-item-card:: :mod:`Qt Positioning <PySide6.QtPositioning>`

        Provides access to position, satellite info and area monitoring classes.

    .. grid-item-card:: :mod:`Qt PDF <PySide6.QtPdf>`

        Classes and functions for rendering PDF documents on desktop platforms.

    .. grid-item-card:: :mod:`Qt PDF Widgets <PySide6.QtPdfWidgets>`

        A PDF viewer widget.

    .. grid-item-card:: :mod:`Qt Print Support <PySide6.QtPrintSupport>`

        Classes to make printing easier and more portable.

    .. grid-item-card:: :mod:`Qt Qml <PySide6.QtQml>`

        Classes for QML and JavaScript languages.

    .. grid-item-card:: :mod:`Qt Quick <PySide6.QtQuick>`

        A declarative framework for building highly dynamic applications
        with custom UIs.

    .. grid-item-card:: :mod:`Qt Quick 3D <PySide6.QtQuick3D>`

        Provides a high-level API for creating 3D content or UIs based on Qt Quick.

    .. grid-item-card:: :mod:`Qt Quick Controls <PySide6.QtQuickControls2>`

        Lightweight QML types for creating performant user interfaces for
        desktop, embedded, and mobile devices.

    .. grid-item-card:: :mod:`Qt Quick Test <PySide6.QtQuickTest>`

        A unit test framework for QML applications where test cases are written as JavaScript functions.

    .. grid-item-card:: :mod:`Qt Quick Widgets <PySide6.QtQuickWidgets>`

        Provides a Python widget class for displaying a Qt Quick user interface.

    .. grid-item-card:: :mod:`Qt Remote Objects <PySide6.QtRemoteObjects>`

        Provides an easy to use mechanism for sharing a QObject's API
        (Properties/Signals/Slots) between processes or devices.

    .. grid-item-card:: :mod:`Qt SCXML <PySide6.QtScxml>`

        Provides classes and tools for creating state machines from SCXML files and
        embedding them in applications.

    .. grid-item-card:: :mod:`Qt Sensors <PySide6.QtSensors>`

        Provides access to sensor hardware.

    .. grid-item-card:: :mod:`Qt Serial Bus <PySide6.QtSerialBus>`

        Provides access to serial industrial bus interfaces. Currently, the
        module supports the CAN bus and Modbus protocols.

    .. grid-item-card:: :mod:`Qt Serial Port <PySide6.QtSerialPort>`

        Provides classes to interact with hardware and virtual serial ports.

    .. grid-item-card:: :mod:`Qt Spatial Audio <PySide6.QtSpatialAudio>`

        Provides support for spatial audio. Create sound scenes in 3D space containing
        different sound sources and room related properties such as reverb.

    .. grid-item-card:: :mod:`Qt SQL <PySide6.QtSql>`

        Classes for database integration using SQL.

    .. grid-item-card:: :mod:`Qt State Machine <PySide6.QtStateMachine>`

        Provides classes for creating and executing state graphs.

    .. grid-item-card:: :mod:`Qt SVG <PySide6.QtSvg>`

        Classes for displaying the contents of SVG files. Supports a subset of the
        SVG 1.2 Tiny standard. A separate library (Qt SVG Widgets) provides support
        for rendering SVG files in a widget UI.

    .. grid-item-card:: :mod:`Qt SVG Widgets <PySide6.QtSvgWidgets>`

        Provides support for rendering SVG files in a widget UI.

    .. grid-item-card:: :mod:`Qt Test <PySide6.QtTest>`

        Provides classes for unit testing Qt applications and libraries.

    .. grid-item-card:: :mod:`QtTextToSpeech <PySide6.QtTextToSpeech>`

        Provides support for synthesizing speech from text and playing it as audio
        output.

    .. grid-item-card:: :mod:`Qt UI Tools <PySide6.QtUiTools>`

        Classes for loading QWidget based forms created in *Qt Widgets Designer*
        dynamically, at runtime.

    .. grid-item-card:: :mod:`Qt WebChannel <PySide6.QtWebChannel>`

        Provides access to QObject or QML objects from HTML clients for
        seamless integration of Qt applications with HTML/JavaScript clients.

    .. grid-item-card:: :mod:`QtWebEngine Core Classes <PySide6.QtWebEngineCore>`

        Provides public API shared by both QtWebEngine and QtWebEngineWidgets.

    .. grid-item-card:: :mod:`QtWebEngine Widgets Classes <PySide6.QtWebEngineWidgets>`

        Provides Python classes for rendering web content in a QWidget based
        application.

    .. grid-item-card:: :mod:`QtWebEngine QML Types <PySide6.QtWebEngineQuick>`

        Provides QML types for rendering web content within a QML application.

    .. grid-item-card:: :mod:`Qt WebSockets <PySide6.QtWebSockets>`

        Provides WebSocket communication compliant with RFC 6455.

    .. grid-item-card:: :mod:`Qt WebView <PySide6.QtWebView>`

        Displays web content in a QML application by using APIs native to the platform,
        without the need to include a full web browser stack.

    .. grid-item-card:: :mod:`Qt Widgets <PySide6.QtWidgets>`

        Classes to extend Qt GUI with Python widgets.

    .. grid-item-card:: :mod:`Qt XML <PySide6.QtXml>`

        Handling of XML in a Document Object Model (DOM) API.

    .. grid-item-card:: :mod:`Qt 3D Animation Classes <PySide6.Qt3DAnimation>`

        The Qt 3D Animation modules provides a set of prebuilt elements to
        help you get started with Qt 3D.

    .. grid-item-card:: :mod:`Qt 3D Core Classes <PySide6.Qt3DCore>`

        The Qt 3D module contains functionality to support near-realtime
        simulation systems.

    .. grid-item-card:: :mod:`Qt 3D Extras Classes <PySide6.Qt3DExtras>`

        Provides a set of prebuilt elements to help you get started with Qt 3D.

    .. grid-item-card:: :mod:`Qt 3D Input Classes<PySide6.Qt3DInput>`

        Provides classes for handling user input in
        applications using Qt3D.

    .. grid-item-card:: :mod:`Qt 3D Logic Classes <PySide6.Qt3DLogic>`

        Enables synchronizing frames with the Qt 3D backend.

    .. grid-item-card:: :mod:`Qt 3D Render Classes <PySide6.Qt3DRender>`

        Contains functionality to support 2D and 3D rendering using Qt 3D.

    .. grid-item-card:: :mod:`QtAsyncio <PySide6.QtAsyncio>`

        Provides integration between asyncio and Qt's event loop.