Files
qt-creator/tests/manual/widgets/common/themes.qrc
Alessandro Portale 4c6e5c2ba0 Tests: Introduce theme selection combobox in manual widget tests
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>
2020-08-03 17:24:48 +00:00

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>