#include <qt/optionsmodel.h>
#include <common/args.h>
#include <interfaces/node.h>
#include <mapport.h>
#include <net.h>
#include <netbase.h>
#include <qt/bitcoinunits.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <txdb.h>
#include <util/string.h>
#include <validation.h>
#include <QDebug>
#include <QSettings>
#include <QStringList>
Go to the source code of this file.
◆ BackupSettings()
static void BackupSettings |
( |
const fs::path & |
filename, |
|
|
const QSettings & |
src |
|
) |
| |
|
static |
◆ CopySettings()
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 219 of file optionsmodel.cpp.
◆ GetDefaultProxyAddress()
static const QString GetDefaultProxyAddress |
( |
| ) |
|
|
static |
◆ GetProxySetting()
static ProxySetting GetProxySetting |
( |
QSettings & |
settings, |
|
|
const QString & |
name |
|
) |
| |
|
static |
◆ SetProxySetting()
static void SetProxySetting |
( |
QSettings & |
settings, |
|
|
const QString & |
name, |
|
|
const ProxySetting & |
ip_port |
|
) |
| |
|
static |
◆ DEFAULT_GUI_PROXY_HOST
const char* DEFAULT_GUI_PROXY_HOST = "127.0.0.1" |