From ea3360f47f4729f60bb546f42be1e33ccc3db71c Mon Sep 17 00:00:00 2001 From: kh1 Date: Thu, 23 Jun 2011 14:06:15 +0200 Subject: Add support to have gui pages configurable. Now we can expose all objects thru the config.xml and set there values as well. Should help to reduce the need to change code inside the ui classes. --- installerbuilder/libinstaller/qinstallerglobal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'installerbuilder/libinstaller/qinstallerglobal.h') diff --git a/installerbuilder/libinstaller/qinstallerglobal.h b/installerbuilder/libinstaller/qinstallerglobal.h index 10f9184d6..c2f9eb45e 100644 --- a/installerbuilder/libinstaller/qinstallerglobal.h +++ b/installerbuilder/libinstaller/qinstallerglobal.h @@ -98,6 +98,7 @@ static const QLatin1String scSortingPriority("SortingPriority"); static const QLatin1String scIcon("Icon"); static const QLatin1String scLogo("Logo"); static const QLatin1String scTitle("Title"); +static const QLatin1String scPages("Pages"); static const QLatin1String scPrefix("Prefix"); static const QLatin1String scLogoSmall("LogoSmall"); static const QLatin1String scPublisher("Publisher"); -- cgit v1.2.3