2#include <score/tools/Version.hpp>
6#include <score_lib_base_export.h>
19 bool tryToRestore =
true;
22 bool forceRestore =
false;
31 bool autoplay =
false;
34 bool vector_gui =
true;
46 int waitAfterLoad = 0;
55 void parse(QStringList args,
int& argc,
char** argv);
59void setQApplicationMetadata();
Represents the version of a plug-in.
Definition Version.hpp:13
Base toolkit upon which the software is built.
Definition Application.cpp:113
Load-time settings.
Definition ApplicationSettings.hpp:17
QString ui
UI file to be loaded.
Definition ApplicationSettings.hpp:43
QStringList arguments
Complete list of arguments passed to parse.
Definition ApplicationSettings.hpp:49
QStringList loadList
List of scenarios that should be loaded.
Definition ApplicationSettings.hpp:40