Skip to content

Commit

Permalink
fixed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Musiolik authored and Darius Musiolik committed Feb 8, 2017
1 parent 602e18b commit 372ebc9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icon.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/">
<file>icon.png</file>
</qresource>
</RCC>
3 changes: 3 additions & 0 deletions icon.qrc.autosave
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<RCC>
<qresource prefix="/new/prefix1"/>
</RCC>
8 changes: 5 additions & 3 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<string>qTicTacToe</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../../../crypthome/dmusiolik/Schreibtisch/ic_launcher/res/mipmap-mdpi/ic_launcher.png</normaloff>../../../../crypthome/dmusiolik/Schreibtisch/ic_launcher/res/mipmap-mdpi/ic_launcher.png</iconset>
<iconset resource="icon.qrc">
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="pushButton">
Expand Down Expand Up @@ -150,6 +150,8 @@
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<resources>
<include location="icon.qrc"/>
</resources>
<connections/>
</ui>
3 changes: 3 additions & 0 deletions qTicTacToe.pro
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ SOURCES += main.cpp\
HEADERS += mainwindow.h

FORMS += mainwindow.ui

RESOURCES += \
icon.qrc
4 changes: 2 additions & 2 deletions qTicTacToe.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.2.1, 2017-02-08T11:23:02. -->
<!-- Written by QtCreator 4.2.1, 2017-02-08T13:27:30. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -310,7 +310,7 @@
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">qTicTacToe.pro</value>
<value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default">/home/dmusiolik/qt stuff/build-qTicTacToe-Desktop-Debug</value>
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
Expand Down

0 comments on commit 372ebc9

Please sign in to comment.