.. _object_GeneralApplicationSettings: :index:`GeneralApplicationSettings` ----------------------------------- Description *********** The GeneralApplicationSettings object provides preinitialized :ref:`ConfigurationItem ` objects for various general :ref:`Application ` properties. The configuration items proxy the application's properties so they are synchronized in both directions automatically. :**› Inherits**: :ref:`ConfigurationObject ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 2 * :ref:`country ` * :ref:`countryItem ` * :ref:`language ` * :ref:`languageItem ` * :ref:`measurementSystem ` * :ref:`measurementSystemItem ` * :ref:`timeZone ` * :ref:`timeZoneItem ` * :ref:`ConfigurationObject.items ` * :ref:`ConfigurationObject.name ` * :ref:`ConfigurationObject.nameItem ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`ConfigurationObject.toDataMap() ` * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`ConfigurationObject.aboutToBeUpdated() ` * :ref:`ConfigurationObject.itemsDataChanged() ` * :ref:`ConfigurationObject.updated() ` * :ref:`Object.completed() ` Properties ********** .. _property_GeneralApplicationSettings_country: .. _signal_GeneralApplicationSettings_countryChanged: .. index:: single: country country +++++++ This property holds the proxied :ref:`Application.country ` property. :**› Type**: :ref:`Application.Country ` :**› Signal**: countryChanged() :**› Attributes**: Writable .. _property_GeneralApplicationSettings_countryItem: .. index:: single: countryItem countryItem +++++++++++ This property holds an internal :ref:`ConfigurationItem ` instance for the :ref:`country ` property. :**› Type**: :ref:`ConfigurationItem ` :**› Attributes**: Readonly .. _property_GeneralApplicationSettings_language: .. _signal_GeneralApplicationSettings_languageChanged: .. index:: single: language language ++++++++ This property holds the proxied :ref:`Application.language ` property. :**› Type**: :ref:`Application.Language ` :**› Signal**: languageChanged() :**› Attributes**: Writable .. _property_GeneralApplicationSettings_languageItem: .. index:: single: languageItem languageItem ++++++++++++ This property holds an internal :ref:`ConfigurationItem ` instance for the :ref:`language ` property. :**› Type**: :ref:`ConfigurationItem ` :**› Attributes**: Readonly .. _property_GeneralApplicationSettings_measurementSystem: .. _signal_GeneralApplicationSettings_measurementSystemChanged: .. index:: single: measurementSystem measurementSystem +++++++++++++++++ This property holds the proxied :ref:`Application.measurementSystem ` property. :**› Type**: :ref:`Measurement.System ` :**› Signal**: measurementSystemChanged() :**› Attributes**: Writable .. _property_GeneralApplicationSettings_measurementSystemItem: .. index:: single: measurementSystemItem measurementSystemItem +++++++++++++++++++++ This property holds an internal :ref:`ConfigurationItem ` instance for the :ref:`measurementSystem ` property. :**› Type**: :ref:`ConfigurationItem ` :**› Attributes**: Readonly .. _property_GeneralApplicationSettings_timeZone: .. _signal_GeneralApplicationSettings_timeZoneChanged: .. index:: single: timeZone timeZone ++++++++ This property holds the proxied :ref:`Application.timeZone ` property. :**› Type**: String :**› Signal**: timeZoneChanged() :**› Attributes**: Writable .. _property_GeneralApplicationSettings_timeZoneItem: .. index:: single: timeZoneItem timeZoneItem ++++++++++++ This property holds an internal :ref:`ConfigurationItem ` instance for the :ref:`timeZone ` property. :**› Type**: :ref:`ConfigurationItem ` :**› Attributes**: Readonly