bottom player seats for mobile gui updated

This commit is contained in:
doitux
2012-06-04 13:06:16 +02:00
parent 3a6054cf3a
commit 3987cc2a89
8 changed files with 157 additions and 158 deletions
@@ -46,10 +46,10 @@
<RadioButtonCheckedHover value="radiobutton_checked_hover.png" /> <!-- optimal size width:height in px [13:13] --> <RadioButtonCheckedHover value="radiobutton_checked_hover.png" /> <!-- optimal size width:height in px [13:13] -->
<RadioButtonUnchecked value="radiobutton_unchecked.png" /> <!-- optimal size width:height in px [13:13] --> <RadioButtonUnchecked value="radiobutton_unchecked.png" /> <!-- optimal size width:height in px [13:13] -->
<RadioButtonUncheckedHover value="radiobutton_unchecked_hover.png" /> <!-- optimal size width:height in px [13:13] --> <RadioButtonUncheckedHover value="radiobutton_unchecked_hover.png" /> <!-- optimal size width:height in px [13:13] -->
<PlayerTopSeatInactive value="playerSeatInactive.png" /> <!-- optimal size width:height in px [190:142] --> <PlayerTopSeatInactive value="playerSeatInactiveTop.png" /> <!-- optimal size width:height in px [190:142] -->
<PlayerTopSeatActive value="playerSeatActive.png" /> <!-- optimal size width:height in px [190:142] --> <PlayerTopSeatActive value="playerSeatActiveTop.png" /> <!-- optimal size width:height in px [190:142] -->
<PlayerBottomSeatInactive value="playerSeatInactive.png" /> <!-- optimal size width:height in px [190:142] --> <PlayerBottomSeatInactive value="playerSeatInactiveBottom.png" /> <!-- optimal size width:height in px [190:142] -->
<PlayerBottomSeatActive value="playerSeatActive.png" /> <!-- optimal size width:height in px [190:142] --> <PlayerBottomSeatActive value="playerSeatActiveBottom.png" /> <!-- optimal size width:height in px [190:142] -->
<Table value="table.png" /> <!-- minimal size width:height in px [1024:600] --> <Table value="table.png" /> <!-- minimal size width:height in px [1024:600] -->
<ToolBoxBackground value="NULL" /> <!-- minimal size width:height in px [260:188] --> <ToolBoxBackground value="NULL" /> <!-- minimal size width:height in px [260:188] -->
<HandRanking value="handranking.png" /> <!-- minimal size width:height in px [240:153] --> <HandRanking value="handranking.png" /> <!-- minimal size width:height in px [240:153] -->
Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

+147 -150
View File
@@ -138,13 +138,13 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -486,13 +486,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -502,7 +502,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>46</y> <y>64</y>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
</rect> </rect>
@@ -526,8 +526,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyNameLabel" name="label_PlayerName2"> <widget class="MyNameLabel" name="label_PlayerName2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>11</x>
<y>100</y> <y>116</y>
<width>136</width> <width>136</width>
<height>15</height> <height>15</height>
</rect> </rect>
@@ -554,22 +554,22 @@ p, li { white-space: pre-wrap; }
<widget class="MySetLabel" name="textLabel_Set2"> <widget class="MySetLabel" name="textLabel_Set2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>56</x> <x>0</x>
<y>10</y> <y>0</y>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -579,22 +579,22 @@ p, li { white-space: pre-wrap; }
<widget class="MyCashLabel" name="textLabel_Cash2"> <widget class="MyCashLabel" name="textLabel_Cash2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>50</x> <x>56</x>
<y>92</y> <y>101</y>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -604,8 +604,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="textLabel_Button2"> <widget class="QLabel" name="textLabel_Button2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>21</x> <x>23</x>
<y>7</y> <y>25</y>
<width>28</width> <width>28</width>
<height>28</height> <height>28</height>
</rect> </rect>
@@ -632,8 +632,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card2a"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card2a">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>68</x> <x>71</x>
<y>19</y> <y>24</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -657,8 +657,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card2b"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card2b">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>90</x> <x>95</x>
<y>19</y> <y>25</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -682,8 +682,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyStatusLabel" name="textLabel_Status2"> <widget class="MyStatusLabel" name="textLabel_Status2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>52</x> <x>57</x>
<y>35</y> <y>56</y>
<width>100</width> <width>100</width>
<height>40</height> <height>40</height>
</rect> </rect>
@@ -711,7 +711,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>37</y> <y>55</y>
<width>50</width> <width>50</width>
<height>7</height> <height>7</height>
</rect> </rect>
@@ -841,13 +841,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -1179,13 +1179,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -1514,13 +1514,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -1933,13 +1933,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -2281,13 +2281,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -2297,7 +2297,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>46</y> <y>64</y>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
</rect> </rect>
@@ -2321,8 +2321,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyNameLabel" name="label_PlayerName8"> <widget class="MyNameLabel" name="label_PlayerName8">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>11</x>
<y>100</y> <y>116</y>
<width>136</width> <width>136</width>
<height>15</height> <height>15</height>
</rect> </rect>
@@ -2349,22 +2349,22 @@ p, li { white-space: pre-wrap; }
<widget class="MySetLabel" name="textLabel_Set8"> <widget class="MySetLabel" name="textLabel_Set8">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>56</x> <x>0</x>
<y>10</y> <y>0</y>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -2374,22 +2374,22 @@ p, li { white-space: pre-wrap; }
<widget class="MyCashLabel" name="textLabel_Cash8"> <widget class="MyCashLabel" name="textLabel_Cash8">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>50</x> <x>56</x>
<y>92</y> <y>101</y>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -2399,8 +2399,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="textLabel_Button8"> <widget class="QLabel" name="textLabel_Button8">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>21</x> <x>23</x>
<y>7</y> <y>25</y>
<width>28</width> <width>28</width>
<height>28</height> <height>28</height>
</rect> </rect>
@@ -2427,8 +2427,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card8a"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card8a">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>68</x> <x>71</x>
<y>19</y> <y>24</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -2452,8 +2452,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card8b"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card8b">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>90</x> <x>95</x>
<y>19</y> <y>25</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -2477,8 +2477,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyStatusLabel" name="textLabel_Status8"> <widget class="MyStatusLabel" name="textLabel_Status8">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>52</x> <x>57</x>
<y>35</y> <y>56</y>
<width>100</width> <width>100</width>
<height>40</height> <height>40</height>
</rect> </rect>
@@ -2506,7 +2506,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>37</y> <y>55</y>
<width>50</width> <width>50</width>
<height>7</height> <height>7</height>
</rect> </rect>
@@ -3128,13 +3128,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -3144,7 +3144,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>46</y> <y>64</y>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
</rect> </rect>
@@ -3168,8 +3168,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyNameLabel" name="label_PlayerName1"> <widget class="MyNameLabel" name="label_PlayerName1">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>11</x>
<y>100</y> <y>116</y>
<width>136</width> <width>136</width>
<height>15</height> <height>15</height>
</rect> </rect>
@@ -3196,22 +3196,22 @@ p, li { white-space: pre-wrap; }
<widget class="MySetLabel" name="textLabel_Set1"> <widget class="MySetLabel" name="textLabel_Set1">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>56</x> <x>0</x>
<y>10</y> <y>0</y>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -3221,22 +3221,22 @@ p, li { white-space: pre-wrap; }
<widget class="MyCashLabel" name="textLabel_Cash1"> <widget class="MyCashLabel" name="textLabel_Cash1">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>50</x> <x>56</x>
<y>92</y> <y>101</y>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -3246,8 +3246,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="textLabel_Button1"> <widget class="QLabel" name="textLabel_Button1">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>21</x> <x>23</x>
<y>7</y> <y>25</y>
<width>28</width> <width>28</width>
<height>28</height> <height>28</height>
</rect> </rect>
@@ -3274,8 +3274,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card1a"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card1a">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>68</x> <x>71</x>
<y>19</y> <y>24</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -3299,8 +3299,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card1b"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card1b">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>90</x> <x>95</x>
<y>19</y> <y>25</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -3324,8 +3324,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyStatusLabel" name="textLabel_Status1"> <widget class="MyStatusLabel" name="textLabel_Status1">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>52</x> <x>57</x>
<y>35</y> <y>56</y>
<width>100</width> <width>100</width>
<height>40</height> <height>40</height>
</rect> </rect>
@@ -3353,7 +3353,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>37</y> <y>55</y>
<width>50</width> <width>50</width>
<height>7</height> <height>7</height>
</rect> </rect>
@@ -3463,13 +3463,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -3479,7 +3479,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>48</y> <y>64</y>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
</rect> </rect>
@@ -3503,8 +3503,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyNameLabel" name="label_PlayerName0"> <widget class="MyNameLabel" name="label_PlayerName0">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>11</x>
<y>107</y> <y>116</y>
<width>136</width> <width>136</width>
<height>15</height> <height>15</height>
</rect> </rect>
@@ -3531,47 +3531,47 @@ p, li { white-space: pre-wrap; }
<widget class="MySetLabel" name="textLabel_Set0"> <widget class="MySetLabel" name="textLabel_Set0">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>58</x> <x>0</x>
<y>8</y> <y>0</y>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignHCenter|Qt::AlignTop</set>
</property> </property>
</widget> </widget>
<widget class="MyCashLabel" name="textLabel_Cash0"> <widget class="MyCashLabel" name="textLabel_Cash0">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>48</x> <x>56</x>
<y>96</y> <y>101</y>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="layoutDirection"> <property name="layoutDirection">
@@ -3584,8 +3584,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="textLabel_Button0"> <widget class="QLabel" name="textLabel_Button0">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>21</x> <x>23</x>
<y>12</y> <y>25</y>
<width>28</width> <width>28</width>
<height>28</height> <height>28</height>
</rect> </rect>
@@ -3612,8 +3612,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card0a"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card0a">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>68</x> <x>71</x>
<y>21</y> <y>24</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -3637,8 +3637,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card0b"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card0b">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>90</x> <x>95</x>
<y>21</y> <y>25</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -3662,8 +3662,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyStatusLabel" name="textLabel_Status0"> <widget class="MyStatusLabel" name="textLabel_Status0">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>52</x> <x>57</x>
<y>35</y> <y>56</y>
<width>100</width> <width>100</width>
<height>40</height> <height>40</height>
</rect> </rect>
@@ -3680,9 +3680,6 @@ p, li { white-space: pre-wrap; }
<height>40</height> <height>40</height>
</size> </size>
</property> </property>
<property name="text">
<string/>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
@@ -3691,7 +3688,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>37</y> <y>55</y>
<width>50</width> <width>50</width>
<height>7</height> <height>7</height>
</rect> </rect>
@@ -3715,8 +3712,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyActionButton" name="pushButton_showMyCards"> <widget class="MyActionButton" name="pushButton_showMyCards">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>61</x> <x>68</x>
<y>42</y> <y>64</y>
<width>80</width> <width>80</width>
<height>25</height> <height>25</height>
</rect> </rect>
@@ -3826,13 +3823,13 @@ p, li { white-space: pre-wrap; }
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>155</width> <width>155</width>
<height>130</height> <height>138</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
@@ -3842,7 +3839,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>46</y> <y>64</y>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
</rect> </rect>
@@ -3866,8 +3863,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyNameLabel" name="label_PlayerName9"> <widget class="MyNameLabel" name="label_PlayerName9">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>11</x>
<y>100</y> <y>116</y>
<width>136</width> <width>136</width>
<height>15</height> <height>15</height>
</rect> </rect>
@@ -3894,21 +3891,21 @@ p, li { white-space: pre-wrap; }
<widget class="MySetLabel" name="textLabel_Set9"> <widget class="MySetLabel" name="textLabel_Set9">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>56</x> <x>0</x>
<y>10</y> <y>0</y>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>155</width>
<height>13</height> <height>13</height>
</size> </size>
</property> </property>
@@ -3919,22 +3916,22 @@ p, li { white-space: pre-wrap; }
<widget class="MyCashLabel" name="textLabel_Cash9"> <widget class="MyCashLabel" name="textLabel_Cash9">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>50</x> <x>56</x>
<y>92</y> <y>101</y>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>90</width> <width>90</width>
<height>13</height> <height>15</height>
</size> </size>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -3944,8 +3941,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="textLabel_Button9"> <widget class="QLabel" name="textLabel_Button9">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>21</x> <x>23</x>
<y>7</y> <y>25</y>
<width>28</width> <width>28</width>
<height>28</height> <height>28</height>
</rect> </rect>
@@ -3972,8 +3969,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card9a"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card9a">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>68</x> <x>71</x>
<y>19</y> <y>24</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -3997,8 +3994,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyCardsPixmapLabel" name="pixmapLabel_card9b"> <widget class="MyCardsPixmapLabel" name="pixmapLabel_card9b">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>90</x> <x>95</x>
<y>19</y> <y>25</y>
<width>48</width> <width>48</width>
<height>76</height> <height>76</height>
</rect> </rect>
@@ -4022,8 +4019,8 @@ p, li { white-space: pre-wrap; }
<widget class="MyStatusLabel" name="textLabel_Status9"> <widget class="MyStatusLabel" name="textLabel_Status9">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>52</x> <x>57</x>
<y>35</y> <y>56</y>
<width>100</width> <width>100</width>
<height>40</height> <height>40</height>
</rect> </rect>
@@ -4051,7 +4048,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>12</x> <x>12</x>
<y>37</y> <y>55</y>
<width>50</width> <width>50</width>
<height>7</height> <height>7</height>
</rect> </rect>
+4 -2
View File
@@ -400,8 +400,6 @@
<file>android-data/gfx/gui/table/default_800x480/playeraction_red_checked.png</file> <file>android-data/gfx/gui/table/default_800x480/playeraction_red_checked.png</file>
<file>android-data/gfx/gui/table/default_800x480/playeraction_red_hover.png</file> <file>android-data/gfx/gui/table/default_800x480/playeraction_red_hover.png</file>
<file>android-data/gfx/gui/table/default_800x480/playeraction_red.png</file> <file>android-data/gfx/gui/table/default_800x480/playeraction_red.png</file>
<file>android-data/gfx/gui/table/default_800x480/playerSeatActive.png</file>
<file>android-data/gfx/gui/table/default_800x480/playerSeatInactive.png</file>
<file>android-data/gfx/gui/table/default_800x480/preview.png</file> <file>android-data/gfx/gui/table/default_800x480/preview.png</file>
<file>android-data/gfx/gui/table/default_800x480/radiobutton_checked_hover.png</file> <file>android-data/gfx/gui/table/default_800x480/radiobutton_checked_hover.png</file>
<file>android-data/gfx/gui/table/default_800x480/radiobutton_checked.png</file> <file>android-data/gfx/gui/table/default_800x480/radiobutton_checked.png</file>
@@ -539,5 +537,9 @@
<file>android-data/misc/agpl.html</file> <file>android-data/misc/agpl.html</file>
<file>android-data/gfx/gui/table/default_800x480/android_tablestyle_800x480.xml</file> <file>android-data/gfx/gui/table/default_800x480/android_tablestyle_800x480.xml</file>
<file>android-data/gfx/gui/table/default_800x480/table_dark.png</file> <file>android-data/gfx/gui/table/default_800x480/table_dark.png</file>
<file>android-data/gfx/gui/table/default_800x480/playerSeatInactiveBottom.png</file>
<file>android-data/gfx/gui/table/default_800x480/playerSeatInactiveTop.png</file>
<file>android-data/gfx/gui/table/default_800x480/playerSeatActiveBottom.png</file>
<file>android-data/gfx/gui/table/default_800x480/playerSeatActiveTop.png</file>
</qresource> </qresource>
</RCC> </RCC>
+2 -2
View File
@@ -69,8 +69,8 @@ GameTableStyleReader::GameTableStyleReader(ConfigFile *c, QWidget *w)
tabBarPaddingTop = "0"; tabBarPaddingTop = "0";
tabBarPaddingSide = "9"; tabBarPaddingSide = "9";
textBrowserFontsize= "10"; textBrowserFontsize= "10";
cashFontSize = "12"; cashFontSize = "13";
setLabelFontSize = "12"; setLabelFontSize = "13";
playerNameLabelFontSize = "11"; playerNameLabelFontSize = "11";
smallBoardFontSize = "13"; smallBoardFontSize = "13";
bigBoardFontSize = "17"; bigBoardFontSize = "17";