summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/constants.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-09-20 22:48:09 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2015-09-28 10:30:49 +0000
commit175ffec58f9e4f513004ec53ab03f06561096913 (patch)
treeab0fe112c20ca2cbe861082c3085ca74411e5bfa /src/libs/installer/constants.h
parent2dcd457bcecc15eecaa021d3745b0603f5ba364a (diff)
Allow to use the stylesheet to customize UI
Now it is possible to set a stylesheet file to customize the wizard's UI. The stylesheet adds to the config.xml file using the new "StyleSheet" element. Change-Id: I66271f755a0f742e96cf433fe557423a2261e432 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/constants.h')
-rw-r--r--src/libs/installer/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/constants.h b/src/libs/installer/constants.h
index df31a2cd8..ea6d1334c 100644
--- a/src/libs/installer/constants.h
+++ b/src/libs/installer/constants.h
@@ -84,6 +84,7 @@ static const QLatin1String scAllowNonAsciiCharacters("AllowNonAsciiCharacters");
static const QLatin1String scRepositorySettingsPageVisible("RepositorySettingsPageVisible");
static const QLatin1String scAllowSpaceInPath("AllowSpaceInPath");
static const QLatin1String scWizardStyle("WizardStyle");
+static const QLatin1String scStyleSheet("StyleSheet");
static const QLatin1String scTitleColor("TitleColor");
static const QLatin1String scWizardDefaultWidth("WizardDefaultWidth");
static const QLatin1String scWizardDefaultHeight("WizardDefaultHeight");