.. _pyside-api: Modules API =========== Basic modules ------------- These are the main modules that help you build a Widget-based UI. .. grid:: 1 3 4 4 :gutter: 2 .. grid-item-card:: :mod:`Qt Core ` Core non-graphical classes used by other modules. .. grid-item-card:: :mod:`Qt GUI ` Base classes for graphical user interface (GUI) components. .. grid-item-card:: :mod:`Qt Widgets ` Classes to extend Qt GUI with Python widgets. QML and Qt Quick ---------------- Use these modules to interact with the `QML Language `_, from Python. .. grid:: 1 3 4 4 :gutter: 2 .. grid-item-card:: :mod:`Qt Qml ` Classes for QML and JavaScript languages. .. grid-item-card:: :mod:`Qt Quick ` A declarative framework for building highly dynamic applications with custom UIs. .. grid-item-card:: :mod:`Qt Quick Controls ` Lightweight QML types for creating performant user interfaces for desktop, embedded, and mobile devices. .. grid-item-card:: :mod:`Qt Quick Widgets ` Provides a Python widget class for displaying a Qt Quick user interface. All the modules --------------- There are many other modules currently supported by |pymodname|, here you can find a complete list of them. .. toctree:: modules.rst