#include <interfaces/node.h>
#include <qt/initexecutor.h>
#include <assert.h>
#include <memory>
#include <optional>
#include <QApplication>
Go to the source code of this file.
|
int | GuiMain (int argc, char *argv[]) |
|
◆ GuiMain()
int GuiMain |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
- Basic Qt initialization (not dependent on parameters or configuration)
- Parse command-line options. We do this after qt in order to show an error if there are problems parsing these
- 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 bitcoin.conf
- Do not call gArgs.GetDataDirNet() before this step finishes
- Determine network (and switch to network specific options)
- Main GUI initialization
Definition at line 467 of file bitcoin.cpp.