Tools#
Following the same idea from the modules, we also include in the packages
(wheels) Qt tools that are important for any Qt application development
workflow, like uic
, rcc
, etc.
All the tools must be used from the PySide wrappers, and not directly.
For example, if exploring the site-packages/
directory on your installation
you find uic.exe
(on Windows), you should not click on that, and use
pyside6-uic.exe
instead.
The reason for this is the proper setup of PATHs, plugins, and more,
to properly work with the installed Python package.
Here you can find all the tools we include in Qt for Python starting from 6.3.0, grouped by different topics:
Project development#
Widget Development#
pyside6-designer
drag-and-drop tool for designing Widget UIs (generates .ui
files,
see Using .ui files from Designer or QtCreator with QUiLoader and pyside6-uic).
QML Development#
pyside6-qmlsc
replaces pyside6-qmlcachegen
. This tool generates C++ code in
addition to byte code for functions it can exhaustively analyze.
Translations#
Qt Help#
pyside6-assistant
for viewing online documentation in Qt Help file format. Read more about the formats on the QtHelp Framework page.