aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/api.rst
blob: 62273c31ffd63606d5cc49f97ed816eefaf8eca9 (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
.. _pyside-api:

Modules API
===========

Basic modules
-------------

These are the main modules that help you build a Widget-based UI.

.. panels::
    :container: container-lg pb-3
    :column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2

    :mod:`QtCore <PySide6.QtCore>`
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    Provides core non-GUI functionality, like signal and
    slots, properties, base classes of item models,
    serialization, and more.

    ---

    :mod:`QtGui <PySide6.QtGui>`
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    Extends QtCore with GUI functionality: Events, windows
    and screens, OpenGL and raster-based 2D painting, as
    well as images.

    ---

    :mod:`QtWidgets <PySide6.QtWidgets>`
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    Provides ready to use Widgets for your application,
    including graphical elements for your UI.

QML and Qt Quick
----------------

Use these modules to interact with the `QML Language <https://doc.qt.io/qt-5.qmlapplications>`_,
from Python.

.. panels::
    :container: container-lg pb-3
    :column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2

    :mod:`QtQml <PySide6.QtQml>`
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    The base Python API to interact with the
    module.

    ---

    :mod:`QtQuick <PySide6.QtQuick>`
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    Provides classes to embed Qt Quick in Qt
    applications.

    ---

    :mod:`QtQuickWidgets <PySide6.QtQuickWidgets>`
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    Provides the QQuickWidget class to embed Qt
    Quick in widget-based applications.

All the modules
---------------

There are many other modules currently supported by |pymodname|, here you can find a complete list
of them.

.. toctree::

   modules.rst