-
Notifications
You must be signed in to change notification settings - Fork 50
How to compile .qbtheme
maboroshin edited this page Dec 5, 2022
·
5 revisions
I know Windows only.
- Download Current Qt.
- Latest as of February 2020: qt-opensource-windows-x86-5.14.1.exe
And install (Take time). Turn off the Internet and runqt-opens ource-windows-~~.exe
to avoid account registration (Currently possible).
-
Download the ZIP (green button) of this Theme. Extract ZIP.
Rename files of your choice. Renamesrc\stylesheet~~.qss
tosrc\stylesheet.qss
, Renamesrc\config~~.json
tosrc\config.json
. -
qss
is a file similar to HTMLcss
. I do not know well. If you want to change it, search it yourself and try it yourself.
- Compile
resources.qrc
by Qt rcc. Using the command line. Please adjust the arguments to your environment.
Exanple:
C:\Qt\Qt5.14.1\5.14.1\msvc2017_64\bin\rcc.exe src\resources.qrc -o ..\qBittorrentPortable\dark.qbtheme -binary