#include "bitcoingui.h"
#include "chainparams.h"
#include "clientmodel.h"
#include "guiconstants.h"
#include "guiutil.h"
#include "intro.h"
#include "net.h"
#include "networkstyle.h"
#include "optionsmodel.h"
#include "platformstyle.h"
#include "splashscreen.h"
#include "utilitydialog.h"
#include "winshutdownmonitor.h"
#include "masternodeconfig.h"
#include "init.h"
#include "rpc/server.h"
#include "scheduler.h"
#include "ui_interface.h"
#include "util.h"
#include <stdint.h>
#include <boost/filesystem/operations.hpp>
#include <boost/thread.hpp>
#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
#include <QProcess>
#include <QSettings>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include <QSslConfiguration>
#include <QTextCodec>
#include "dash.moc"
Go to the source code of this file.
◆ DebugMessageHandler()
void DebugMessageHandler |
( |
QtMsgType |
type, |
|
|
const char * |
msg |
|
) |
| |
◆ GetLangTerritory()
static QString GetLangTerritory |
( |
| ) |
|
|
static |
◆ InitMessage()
static void InitMessage |
( |
const std::string & |
message | ) |
|
|
static |
◆ initTranslations()
static void initTranslations |
( |
QTranslator & |
qtTranslatorBase, |
|
|
QTranslator & |
qtTranslator, |
|
|
QTranslator & |
translatorBase, |
|
|
QTranslator & |
translator |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
- Parse command-line options. These take precedence over anything else.
- Basic Qt initialization (not dependent on parameters or configuration)
- Application identification
- Initialization of translations, so that intro dialog is in user's language
- Now that settings and translations are available, ask user for data directory
- Determine availability of data directory and parse dash.conf
- Do not call GetDataDir(true) before this step finishes
- Determine network (and switch to network specific options)
- Main GUI initialization
Definition at line 555 of file dash.cpp.
◆ Translate()
static std::string Translate |
( |
const char * |
psz | ) |
|
|
static |