mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Interface mockup 9
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
#include "MainWindow.h"
|
||||
#include "components/Style.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCommandLineParser>
|
||||
@@ -70,6 +71,7 @@ int main(int argc, char* argv[]) {
|
||||
parser.process(app);
|
||||
|
||||
installUiFont();
|
||||
app.setStyleSheet(ifcinterface::components::style::buildAppStyleSheet());
|
||||
|
||||
ifcinterface::shell::MainWindow window;
|
||||
window.show();
|
||||
|
||||
Reference in New Issue
Block a user