#include <qt/optionsmodel.h>
#include <qt/bitcoinunits.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <interfaces/node.h>
#include <validation.h>
#include <net.h>
#include <netbase.h>
#include <txdb.h>
#include <util/string.h>
#include <QDebug>
#include <QSettings>
#include <QStringList>
Go to the source code of this file.
| static void BackupSettings |
( |
const fs::path & |
filename, |
|
|
const QSettings & |
src |
|
) |
| |
|
static |
| static void CopySettings |
( |
QSettings & |
dst, |
|
|
const QSettings & |
src |
|
) |
| |
|
static |
Helper function to copy contents from one QSettings to another.
By using allKeys this also covers nested settings in a hierarchy.
Definition at line 162 of file optionsmodel.cpp.
| static const QString GetDefaultProxyAddress |
( |
| ) |
|
|
static |
| static ProxySetting GetProxySetting |
( |
QSettings & |
settings, |
|
|
const QString & |
name |
|
) |
| |
|
static |
| static void SetProxySetting |
( |
QSettings & |
settings, |
|
|
const QString & |
name, |
|
|
const ProxySetting & |
ip_port |
|
) |
| |
|
static |
| const char* DEFAULT_GUI_PROXY_HOST = "127.0.0.1" |