.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .TH QDARKSTYLE.UTILS "1" "January 2022" "qdarkstyle" "User Commands" .SH NAME qdarkstyle.utils \- Script to process QRC files .SH DESCRIPTION usage: qdarkstyle.utils [\-h] [\-\-qrc_dir QRC_DIR] .TP [\-\-create {pyqt,pyqt5,pyside,pyside2,qtpy,pyqtgraph,qt,qt5,all}] [\-\-watch] .PP Script to process QRC files (convert .qrc to _rc.py and .rcc). .PP The script will attempt to compile the qrc file using the following tools: .IP \- pyrcc4 for PyQt4 and PyQtGraph (Python) \- pyrcc5 for PyQt5 and QtPy (Python) \- pyside\-rcc for PySide (Python) \- pyside2\-rcc for PySide2 (Python) \- rcc for Qt4 and Qt5 (C++) .PP Delete the compiled files that you don't want to use manually after running this script. .PP Links to understand those tools: .IP \- pyrcc4: http://pyqt.sourceforge.net/Docs/PyQt4/resources.html#pyrcc4 \- pyrcc5: http://pyqt.sourceforge.net/Docs/PyQt5/resources.html#pyrcc5 \- pyside\-rcc: https://www.mankier.com/1/pyside\-rcc \- pyside2\-rcc: https://doc.qt.io/qtforpython/overviews/resources.html (Documentation Incomplete) \- rcc on Qt4: http://doc.qt.io/archives/qt\-4.8/rcc.html \- rcc on Qt5: http://doc.qt.io/qt\-5/rcc.html .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-qrc_dir\fR QRC_DIR QRC file directory, relative to current directory. .TP \fB\-\-create\fR {pyqt,pyqt5,pyside,pyside2,qtpy,pyqtgraph,qt,qt5,all} Choose which one would be generated. .TP \fB\-\-watch\fR, \fB\-w\fR Watch for file changes.