mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
adding qt resources
This commit is contained in:
committed by
Thomas Krijnen
parent
ef87f0fe74
commit
07eecad433
@@ -6,7 +6,11 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QIcon appIcon(":/resources/ifcopenshell_logo.png");
|
||||
|
||||
MainWindow window;
|
||||
|
||||
window.setWindowIcon(appIcon);
|
||||
window.show();
|
||||
|
||||
return app.exec();
|
||||
|
||||
Reference in New Issue
Block a user