2#include <score/tools/Version.hpp>
7#include <score_lib_base_export.h>
28 bool tryToRestore =
true;
31 bool forceRestore =
false;
35 bool hasScript =
false;
44 bool autoplay =
false;
47 bool vector_gui =
true;
59 int waitAfterLoad = 0;
68 void parse(QStringList args,
int& argc,
char** argv);
72void setQApplicationMetadata();
Represents the version of a plug-in.
Definition Version.hpp:13
Base toolkit upon which the software is built.
Definition Application.cpp:117
QString displayedVersion()
The version as shown to users.
Definition ApplicationSettings.cpp:19
Load-time settings.
Definition ApplicationSettings.hpp:26
QString ui
UI file to be loaded.
Definition ApplicationSettings.hpp:56
QStringList arguments
Complete list of arguments passed to parse.
Definition ApplicationSettings.hpp:62
QStringList loadList
List of scenarios that should be loaded.
Definition ApplicationSettings.hpp:53