Skip to content

Commit

Permalink
modified shop buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-hg committed Jun 12, 2019
1 parent 07f2781 commit bb00505
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
28 changes: 14 additions & 14 deletions testWidget/CommodityWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>116</width>
<height>185</height>
<height>200</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -30,9 +30,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>150</y>
<width>50</width>
<height>35</height>
<y>130</y>
<width>62</width>
<height>70</height>
</rect>
</property>
<property name="font">
Expand All @@ -48,12 +48,12 @@
</property>
<property name="icon">
<iconset resource="testWidget.qrc">
<normaloff>:/button/Resources/button/Shop_button.png</normaloff>:/button/Resources/button/Shop_button.png</iconset>
<normaloff>:/button/Resources/button/Buy_button_shop.png</normaloff>:/button/Resources/button/Buy_button_shop.png</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>35</height>
<width>62</width>
<height>70</height>
</size>
</property>
<property name="flat">
Expand All @@ -63,10 +63,10 @@
<widget class="MainSceneButton" name="selectButton">
<property name="geometry">
<rect>
<x>70</x>
<y>150</y>
<width>50</width>
<height>35</height>
<x>60</x>
<y>130</y>
<width>62</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
Expand All @@ -77,12 +77,12 @@
</property>
<property name="icon">
<iconset resource="testWidget.qrc">
<normaloff>:/button/Resources/button/YES_button.png</normaloff>:/button/Resources/button/YES_button.png</iconset>
<normaloff>:/button/Resources/button/Select_button_shop.png</normaloff>:/button/Resources/button/Select_button_shop.png</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>35</height>
<width>62</width>
<height>70</height>
</size>
</property>
</widget>
Expand Down
Binary file added testWidget/Resources/button/Buy_button_shop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testWidget/Resources/button/Shop_button_tiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testWidget/Resources/button/YES_button_tiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions testWidget/testWidget.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<file>Resources/button/Empty_button.png</file>
<file>Resources/button/Empty_button_tiny.png</file>
<file>Resources/button/Refresh_button.png</file>
<file>Resources/button/Shop_button_tiny.png</file>
<file>Resources/button/YES_button_tiny.png</file>
<file>Resources/button/Buy_button_shop.png</file>
<file>Resources/button/Select_button_shop.png</file>
</qresource>
<qresource prefix="/background">
<file>Resources/background/wall.png</file>
Expand Down

0 comments on commit bb00505

Please sign in to comment.