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

NAME

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

DESCRIPTION

9       usage: qdarkstyle.utils [-h] [--qrc_dir QRC_DIR]
10
11       [--create {pyqt,pyqt5,pyside,pyside2,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              - pyrcc4 for PyQt4 and PyQtGraph (Python) - pyrcc5 for PyQt5 and
20              QtPy (Python) - pyside-rcc for PySide (Python) - pyside2-rcc for
21              PySide2 (Python) - rcc for Qt4 and Qt5 (C++)
22
23       Delete the compiled files that you don't want  to  use  manually  after
24       running this script.
25
26       Links to understand those tools:
27
28              -       pyrcc4:       http://pyqt.sourceforge.net/Docs/PyQt4/re
29              sources.html#pyrcc4      -      pyrcc5:      http://pyqt.source
30              forge.net/Docs/PyQt5/resources.html#pyrcc5     -     pyside-rcc:
31              https://www.mankier.com/1/pyside-rcc       -        pyside2-rcc:
32              https://doc.qt.io/qtforpython/overviews/resources.html (Documen‐
33              tation  Incomplete)   -   rcc   on   Qt4:   http://doc.qt.io/ar
34              chives/qt-4.8/rcc.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 {pyqt,pyqt5,pyside,pyside2,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.0.3           October 2023              QDARKSTYLE.UTILS(1)
Impressum