mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
Start with Option Parser for Launcher
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
****************************************************************************************/
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCommandLineParser>
|
||||
|
||||
#include <QFile>
|
||||
|
||||
@@ -165,10 +166,11 @@ QScrollBar::add-page, QScrollBar::sub-page {
|
||||
}
|
||||
)style";
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
QApplication app(argc, argv);
|
||||
app.setStyleSheet(style);
|
||||
|
||||
|
||||
MainWindow window;
|
||||
window.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user