| 
    openPilotLog
    
   | 
 
Thin wrapper for the QSettings class, simplifying reading and writing of settings. More...
#include <asettings.h>
Static Public Member Functions | |
| static void | setup () | 
| Should be called after QCoreApplication::set...Name have been called.  | |
| static void | resetToDefaults () | 
| ASettings::resetToDefaults (Re-)sets all settings to the default value.  | |
| static QVariant | read (const Main key) | 
| static void | write (const Main key, const QVariant &val) | 
| static QVariant | read (const FlightLogging key) | 
| static void | write (const UserData key, const QVariant &val) | 
| static QVariant | read (const UserData key) | 
| static void | write (const FlightLogging key, const QVariant &val) | 
| static QString | groupOfKey (const Main key) | 
| Return string representation of group of key: "ini_header/key".  | |
| static QString | groupOfKey (const FlightLogging key) | 
| static QString | groupOfKey (const UserData key) | 
| static QString | stringOfKey (const Main key) | 
| Return string representation of key.  | |
| static QString | stringOfKey (const FlightLogging key) | 
| static QString | stringOfKey (const UserData key) | 
| static QSettings | settings () | 
| static void | sync () | 
Thin wrapper for the QSettings class, simplifying reading and writing of settings.