qdarkstyle.utils - Man Page
qdarkstyle.utils – Script to process QRC files
Synopsis
python3 -m qdarkstyle.utils [-h] [--qrc_dir QRC_DIR] [--create {pyqt5,pyqt6,pyside2,pyside6,qtpy,pyqtgraph,qt,qt5,all}] [--watch]
Description
Script to process QRC files (convert .qrc to _rc.py and
The script will attempt to compile the qrc file using the following tools:
- pyside6-rcc for PySide6 and QtPy (Python) (Official)
- There is no specific rcc compiler for PyQt6, use pyside6-rcc (Python)
- pyrcc5 for PyQt5 (Python)
- pyside2-rcc for PySide2 (Python)
- rcc for Qt5/Qt6 (C++)
Delete the compiled files that you don’t want to use manually after running this script.
Links to understand those tools:
- pyside6-rcc (Official)
- pyrcc5
- >B pyside2-rcc (Documentation Incomplete)
- rcc on Qt6
- rcc on Qt5
Options
- -h, --help
Show a help message and exit.
- --qrc_dir QRC_DIR
QRC file directory, relative to current directory.
- --create {pyqt5,pyqt6,pyside2,pyside6,qtpy,pyqtgraph,qt,qt5,all}
Choose which one would be generated.
- --watch, -w
Watch for file changes.
See Also
Referenced By
qdarkstyle(1), qdarkstyle.example(1).
June 2024