C

ApplicationSettings Class

class Qul::ApplicationSettings

The ApplicationSettings class is a container for Application settings. More...

Header: #include <qul/applicationsettings.h>
Since: Qt Quick Ultralite 2.0

Detailed Description

Instance of this class can be gathered from Application object. Typically it is used in the main() function to configure Application behaviour.

It contains members which could be directly manipulated:

  • uiLanguage property reflects the value of Qt.uiLanguage. If it is not set Qt.uiLanguage defaults to an empty string, which means that the source language is used.
Qul::Application app;
app.settings().uiLanguage.setValue("pl_PL");

See also Application.

Available under certain Qt licenses.
Find out more.