#include "pivxgui.h"
#include "fs.h"
#include "guiinterface.h"
#include "init.h"
#include "net.h"
#include "qt/clientmodel.h"
#include "qt/guiconstants.h"
#include "qt/guiutil.h"
#include "qt/intro.h"
#include "qt/networkstyle.h"
#include "qt/optionsmodel.h"
#include "qt/winshutdownmonitor.h"
#include "rpc/server.h"
#include "shutdown.h"
#include "splash.h"
#include "util/system.h"
#include "utilitydialog.h"
#include "warnings.h"
#include "welcomecontentwidget.h"
#include <atomic>
#include <QApplication>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
#include <QProcess>
#include <QSettings>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include "pivx.moc"
Go to the source code of this file.
◆ DebugMessageHandler()
| void DebugMessageHandler |
( |
QtMsgType |
type, |
|
|
const QMessageLogContext & |
context, |
|
|
const QString & |
msg |
|
) |
| |
◆ 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 pivx.conf
- Do not call GetDataDir(true) before this step finishes
- Determine network (and switch to network specific options)
- Main GUI initialization
Definition at line 552 of file pivx.cpp.
◆ Q_DECLARE_METATYPE()