1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

Tile: count moves

This commit is contained in:
kyak
2011-01-16 00:15:43 +03:00
parent 0f9e96c3bf
commit cccd60c34a
4 changed files with 34 additions and 4 deletions

View File

@@ -334,7 +334,7 @@
<property name="geometry">
<rect>
<x>255</x>
<y>20</y>
<y>10</y>
<width>60</width>
<height>20</height>
</rect>
@@ -350,7 +350,7 @@
<property name="geometry">
<rect>
<x>255</x>
<y>80</y>
<y>50</y>
<width>60</width>
<height>20</height>
</rect>
@@ -366,7 +366,7 @@
<property name="geometry">
<rect>
<x>255</x>
<y>200</y>
<y>130</y>
<width>60</width>
<height>20</height>
</rect>
@@ -382,7 +382,7 @@
<property name="geometry">
<rect>
<x>255</x>
<y>140</y>
<y>90</y>
<width>60</width>
<height>20</height>
</rect>
@@ -407,6 +407,20 @@
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="moves">
<property name="geometry">
<rect>
<x>255</x>
<y>200</y>
<width>60</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>Moves:
0</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>