aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/api.rst')
-rw-r--r--sources/pyside6/doc/api.rst74
1 files changed, 52 insertions, 22 deletions
diff --git a/sources/pyside6/doc/api.rst b/sources/pyside6/doc/api.rst
index f2eaf1f11..eac37a16c 100644
--- a/sources/pyside6/doc/api.rst
+++ b/sources/pyside6/doc/api.rst
@@ -8,18 +8,33 @@ Basic modules
These are the main modules that help you build a Widget-based UI.
-+---------------------------------------+--------------------------------------------------------+
-| :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. |
-+---------------------------------------+--------------------------------------------------------+
+.. 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
----------------
@@ -27,16 +42,31 @@ QML and Qt Quick
Use these modules to interact with the `QML Language <https://doc.qt.io/qt-5.qmlapplications>`_,
from Python.
-+-------------------------------------------------+----------------------------------------------+
-| :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. |
-+-------------------------------------------------+----------------------------------------------+
+.. 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
---------------