1QDARKSTYLE.UTILS(1)              User Commands             QDARKSTYLE.UTILS(1)
2
3
4

NAME

6       qdarkstyle.utils - manual page for qdarkstyle.utils 3.2.3
7

DESCRIPTION

9       usage: qdarkstyle.utils [-h] [--qrc_dir QRC_DIR]
10
11       [--create {pyqt5,pyqt6,pyside2,pyside6,qtpy,pyqtgraph,qt,qt5,all}]
12              [--watch]
13
14       Script to process QRC files (convert .qrc to _rc.py and .rcc).
15
16       The  script  will  attempt  to compile the qrc file using the following
17       tools:
18
19              - `pyside6-rcc` for PySide6 and QtPy (Python) (Official) - There
20              is  no  specific  rcc  compiler  for  PyQt6,  use  `pyside6-rcc`
21              (Python) - `pyrcc5` for PyQt5 (Python) - `pyside2-rcc`  for  Py‐
22              Side2 (Python) - `rcc` for Qt5/Qt6 (C++)
23
24       Delete  the  compiled  files  that you don't want to use manually after
25       running this script.
26
27       Links to understand those tools:
28
29              - `pyside6-rcc`:  https://doc.qt.io/qtforpython/tutorials/basic
30              tutorial/qrcfiles.html        (Official)       -       `pyrcc5`:
31              http://pyqt.sourceforge.net/Docs/PyQt5/resources.html#pyrcc5   -
32              `pyside2-rcc:        https://doc.qt.io/qtforpython/overviews/re
33              sources.html  (Documentation  Incomplete)  -   `rcc`   on   Qt6:
34              https://doc.qt.io/qt-6/resources.html    -    `rcc`    on   Qt5:
35              http://doc.qt.io/qt-5/rcc.html
36
37   options:
38       -h, --help
39              show this help message and exit
40
41       --qrc_dir QRC_DIR
42              QRC file directory, relative to current directory.
43
44       --create {pyqt5,pyqt6,pyside2,pyside6,qtpy,pyqtgraph,qt,qt5,all}
45              Choose which one would be generated.
46
47       --watch, -w
48              Watch for file changes.
49
50
51
52qdarkstyle.utils 3.2.3           November 2023             QDARKSTYLE.UTILS(1)
Impressum