Implements class CLASS?
More...
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
Implements class CLASS?
- Homepage:\n http://www.bornagainproject.org
- License:\n GNU General Public License v3 or higher (see COPYING)
- Copyright
- Forschungszentrum Jülich GmbH 2020
- Authors
- Scientific Computing Group at MLZ (see CITATION, AUTHORS)
Definition in file main.cpp.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 19 of file main.cpp.
21 QLocale::setDefault(QLocale(QLocale::English, QLocale::UnitedStates));
23 QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
24 QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
26 QApplication app(argc, argv);