Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Icone
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryLama committed Jan 23, 2016
1 parent 60dad18 commit b521bc1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 24h2016.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ FORMS += mainwindow.ui \

RESOURCES += \
application.qrc

DISTFILES += \
myapp.rc

RC_FILE = myapp.rc
1 change: 1 addition & 0 deletions application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
<file>Images/curseurVert.png</file>
<file>Laser/Mur.png</file>
<file>Images/Enregistrer.png</file>
<file>Images/iconeJeu.png</file>
</qresource>
</RCC>
Binary file added favicon.ico
Binary file not shown.
8 changes: 7 additions & 1 deletion mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@
<property name="windowTitle">
<string>Lazor Major</string>
</property>
<property name="windowIcon">
<iconset resource="application.qrc">
<normaloff>:/Images/iconeJeu.png</normaloff>:/Images/iconeJeu.png</iconset>
</property>
<widget class="QWidget" name="centralWidget"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<resources>
<include location="application.qrc"/>
</resources>
<connections/>
</ui>
1 change: 1 addition & 0 deletions myapp.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "favicon.ico"

0 comments on commit b521bc1

Please sign in to comment.