26 I_ASSIGN(m_applicationInfoCompPtr,
"ApplicationInfo",
"Application info object",
true,
"ApplicationInfo");
27 I_ASSIGN(m_logoPathAttrPtr,
"LogoPath",
"Path of bitmap logo",
false,
"");
28 I_ASSIGN(m_showProductNameAttrPtr,
"ShowProductName",
"If true, product name will be shown, disable it, if it was painted on background image",
true,
true);
29 I_ASSIGN(m_showApplicationNameAttrPtr,
"ShowApplicationName",
"If true, application name will be shown, disable it, if it was painted on background image",
true,
true);
30 I_ASSIGN(m_showApplicationSubnameAttrPtr,
"ShowApplicationSubName",
"If true, application subname will be shown, disable it, if it was painted on background image",
true,
false);
31 I_ASSIGN(m_showProductTypeAttrPtr,
"ShowProductType",
"Additional product description shown over version info",
true,
false);
32 I_ASSIGN(m_showLegalCopyrightAttrPtr,
"ShowLegalCopyright",
"If enabled legal copyrights will be shown",
true,
true);
33 I_ASSIGN_MULTI_1(m_versionIdsAttrPtr,
"VersionIds",
"List of version ID's for version infor should be displayed",
false, 0);
34 I_ASSIGN_MULTI_1(m_versionNamesAttrPtr,
"VersionNames",
"List of version names will be used as version description",
false,
"Version");
44 I_ATTR(QString, m_logoPathAttrPtr);
45 I_ATTR(
bool, m_showProductNameAttrPtr);
46 I_ATTR(
bool, m_showApplicationNameAttrPtr);
47 I_ATTR(
bool, m_showApplicationSubnameAttrPtr);
48 I_ATTR(
bool, m_showProductTypeAttrPtr);
49 I_ATTR(
bool, m_showLegalCopyrightAttrPtr);
50 I_MULTIATTR(
int, m_versionIdsAttrPtr);