From e2d7594b83ac1caa806a8a852c68b4fdcd8ace92 Mon Sep 17 00:00:00 2001 From: Jordan Aurey <aurejordan@gmail.com> Date: Fri, 29 Mar 2019 19:30:03 +0100 Subject: [PATCH] ajout icone --- app/app.pro | 3 +++ app/mainwindow.ui | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/app/app.pro b/app/app.pro index f878542..20074c4 100644 --- a/app/app.pro +++ b/app/app.pro @@ -48,3 +48,6 @@ HEADERS += \ FORMS += \ mainwindow.ui + +DISTFILES += \ + icon.ico diff --git a/app/mainwindow.ui b/app/mainwindow.ui index f657f55..95cc114 100644 --- a/app/mainwindow.ui +++ b/app/mainwindow.ui @@ -13,6 +13,11 @@ <property name="windowTitle"> <string>Task Manager</string> </property> + <property name="windowIcon"> + <iconset> + <normalon>icon.ico</normalon> + </iconset> + </property> <widget class="QWidget" name="centralWidget"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> -- GitLab