Qt Extended Home · Index · Classes · Headers · Overviews |
The DesktopSettings class maintains settings. More...
#include <DesktopSettings>
Inherits QSettings.
The DesktopSettings class maintains settings.
The DesktopSettings class has a number of global options. It is also used as a replacement for QSettings, providing various helper functions.
DesktopSettings will cause settings to be located in Trolltech/Qt Extended Sync Agent/... On Windows, this can be found in the registry: HKCU\Software\Trolltech\Qt Extended Sync Agent\... On Mac OS X, this can be found in $HOME/Library/Preferences/Qt Extended Sync Agent.plist On Unix, this can be found in $HOME/.config/Trolltech/Qt Extended Sync Agent/...
Create a DesktopSettings instance. If the section is specified, settings will be stored there.
Destructor.
Return the current plugin. Note that this may not be accurate when using multi-window mode.
Return the debugMode global option.
Return the default plugin.
Returns a unique string for this device.
Return the location that Qt Extended Sync Agent can write files to. This function exists because the location varies for different platforms.
Return the location that Qt Extended Sync Agent has been installed to.
Return a bunch of related languages. For example: en_US, en.
Load translations from file. The translations will be unloaded when parent is destroyed.
Return the promptOnQuit global option.
Return the system language (or a derivitave that exists, falling back to english)
Copyright © 2009 Nokia | Qt Extended Sync Agent Documentation |