forked from qt-creator/qt-creator
Instead of duplicating a couple of code lines and hardcoding the used theme, create a commonly used QComboBox as theme selector. The selected theme remains stored in the settings. Change-Id: I78f0d59a5594e7cc4f899656caaae1bb7caab385 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
11 lines
691 B
Plaintext
11 lines
691 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource prefix="/themes">
|
|
<file alias="dark.creatortheme">../../../../share/qtcreator/themes/dark.creatortheme</file>
|
|
<file alias="default.creatortheme">../../../../share/qtcreator/themes/default.creatortheme</file>
|
|
<file alias="flat-dark.creatortheme">../../../../share/qtcreator/themes/flat-dark.creatortheme</file>
|
|
<file alias="flat-light.creatortheme">../../../../share/qtcreator/themes/flat-light.creatortheme</file>
|
|
<file alias="flat.creatortheme">../../../../share/qtcreator/themes/flat.creatortheme</file>
|
|
<file alias="design.creatortheme">../../../../share/qtcreator/themes/design.creatortheme</file>
|
|
</qresource>
|
|
</RCC>
|