Reorganize source and add libraries
This commit is contained in:
parent
6adb3f0f45
commit
63b6da601a
104 changed files with 39023 additions and 52 deletions
16
main.cpp
16
main.cpp
|
|
@ -1,16 +0,0 @@
|
|||
#include "mainwindow.h"
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// MacOS directive to prevent the menu bar from being merged into the native bar
|
||||
// i.e. it's in the window, and not the top left of the screen
|
||||
QCoreApplication::setAttribute(Qt::AA_DontUseNativeMenuBar);
|
||||
|
||||
QApplication a(argc, argv);
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue