Start with Option Parser for Launcher

This commit is contained in:
Matthew Territo
2017-02-09 16:43:38 -07:00
parent 77d0b38282
commit 0414261e11
3 changed files with 30 additions and 2 deletions
+3 -1
View File
@@ -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();