Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

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:

Delete the compiled files that you don’t want to use manually after running this script.

Links to understand those tools:

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

qdarkstyle(1)

qdarkstyle.example(1)

Referenced By

qdarkstyle(1), qdarkstyle.example(1).

June 2024