![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QSettings>#include <QVariant>#include <QColor>#include <QIODevice>#include <QCoreApplication>#include <QWindow>#include <QPoint>Go to the source code of this file.
Classes | |
| struct | login_struct::Login |
| [15] More... | |
| struct | Login |
| [16] More... | |
Namespaces | |
| namespace | login_struct |
Functions | |
| void | examples () |
| void | login_struct::some_function () |
| void | some_function () |
| void | wrapInFunction () |
| [16] | |
| bool | myReadFunc (QIODevice &device, QSettings::SettingsMap &map) |
| [27] | |
| bool | myWriteFunc (QIODevice &device, const QSettings::SettingsMap &map) |
| [27] | |
| bool | readXmlFile (QIODevice &device, QSettings::SettingsMap &map) |
| [28] | |
| bool | writeXmlFile (QIODevice &device, const QSettings::SettingsMap &map) |
| int | main (int argc, char *argv[]) |
Variables | |
| QList< Login > | login_struct::logins |
| QList< Login > | logins |
| void examples | ( | ) |
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[4]
[4]
[5]
[5]
[6]
[6]
[7]
[7]
[10]
[10]
[11]
[11]
[12]
[12]
[13]
[13]
[14]
[14]
Definition at line 12 of file src_corelib_io_qsettings.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 315 of file src_corelib_io_qsettings.cpp.
| bool myReadFunc | ( | QIODevice & | device, |
| QSettings::SettingsMap & | map ) |
[27]
| bool myWriteFunc | ( | QIODevice & | device, |
| const QSettings::SettingsMap & | map ) |
[27]
[28]
| bool readXmlFile | ( | QIODevice & | device, |
| QSettings::SettingsMap & | map ) |
[28]
[29]
| void some_function | ( | ) |
Definition at line 170 of file src_corelib_io_qsettings.cpp.
| void wrapInFunction | ( | ) |
[16]
[17]
[17]
[18]
[18]
[19]
[19]
[20]
[20]
[21]
[21]
[22]
[22]
[23]
[23]
[24]
[24]
[25]
[25]
[26]
[26]
Definition at line 186 of file src_corelib_io_qsettings.cpp.
| bool writeXmlFile | ( | QIODevice & | device, |
| const QSettings::SettingsMap & | map ) |
Definition at line 168 of file src_corelib_io_qsettings.cpp.