Skip to content
Snippets Groups Projects
Commit 6075ca7f authored by Tanguy Raufflet's avatar Tanguy Raufflet
Browse files

Ajout d'un logo a l'application

parent 5232c812
No related branches found
No related tags found
No related merge requests found
app/img/Logo_INSA.ico

103 KiB

......@@ -87,6 +87,8 @@ int main(int argc, char** argv)
QApplication app(argc, argv);
app.setOrganizationName("INSA");
app.setApplicationName("ImageINSA");
//QMainWindow mainWindow;
//mainWindow.setWindowIcon(QIcon("/home/trauffle/Documents/Work/GitLabINSA/imageinsa_tanguy/app/img/Logo_INSA.ico"));
Log::configure(true, false, 0);
......@@ -226,8 +228,8 @@ int main(int argc, char** argv)
mainService->addOpSet(tools);
gi.setWindowIcon(QIcon("../../app/img/Logo_INSA.ico"));
gi.addService(pluginManager);
gi.run();
return app.exec();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment