Interface mockup 3

This commit is contained in:
Dion Moult
2026-05-05 18:02:02 +10:00
parent 5ccb655e10
commit ae66550cae
12 changed files with 535 additions and 364 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
* *
********************************************************************************/
#include "MockMainWindow.h"
#include "MainWindow.h"
#include <QApplication>
#include <QCommandLineParser>
@@ -71,7 +71,7 @@ int main(int argc, char* argv[]) {
installUiFont();
MockMainWindow window;
ifcinterface::shell::MainWindow window;
window.show();
return app.exec();
}