Skip to content

Commit

Permalink
Add icons to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocs committed Mar 6, 2016
1 parent b9f0ab7 commit b38664b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<string>pixmate</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../img/pixmate.png</normaloff>../img/pixmate.png</iconset>
<iconset resource="../resources.qrc">
<normaloff>:/img/128/pixmate.png</normaloff>:/img/128/pixmate.png</iconset>
</property>
<property name="documentMode">
<bool>false</bool>
Expand Down Expand Up @@ -198,7 +198,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>22</height>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
Expand Down
4 changes: 4 additions & 0 deletions ui/messagedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>A message for you</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/img/128/pixmate.png</normaloff>:/img/128/pixmate.png</iconset>
</property>
<widget class="QLabel" name="messageLabel">
<property name="geometry">
<rect>
Expand Down
4 changes: 4 additions & 0 deletions ui/screenshotdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<property name="windowTitle">
<string>Screenshot</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/img/128/pixmate.png</normaloff>:/img/128/pixmate.png</iconset>
</property>
<widget class="QLabel" name="screenshotLabel">
<property name="geometry">
<rect>
Expand Down

0 comments on commit b38664b

Please sign in to comment.