tab order fixes for settings, change 0.6.5 to 0.7 in styling howto

This commit is contained in:
doitux
2009-04-15 12:20:34 +00:00
parent 49cc2364f2
commit e8a3973695
4 changed files with 1142 additions and 1129 deletions
@@ -10,7 +10,7 @@ How to create a style for PokerTH
----------------------------- -----------------------------
The best way to start building a custom PokerTH game table is to take The best way to start building a custom PokerTH game table is to take
a look at the file "defaulttablestyle.xml". You can find this file in a look at the file "defaulttablestyle.xml". You can find this file in
source code or in installation path of PokerTH >= 0.6.5 in the source code or in installation path of PokerTH >= 0.7 in the
subfolder data/gfx/gui/table/default/. The defaulttablestyle.xml is subfolder data/gfx/gui/table/default/. The defaulttablestyle.xml is
the control center of your style. The file also contains comments the control center of your style. The file also contains comments
which describe the use of the controls. which describe the use of the controls.
+1 -1
View File
@@ -242,7 +242,7 @@
<item> <item>
<widget class="QSpinBox" name="spinBox_afterThisAlwaysRaiseValue"> <widget class="QSpinBox" name="spinBox_afterThisAlwaysRaiseValue">
<property name="maximum"> <property name="maximum">
<number>10000</number> <number>100000</number>
</property> </property>
</widget> </widget>
</item> </item>
+1 -1
View File
@@ -104,7 +104,7 @@
<string>$</string> <string>$</string>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>5000</number> <number>100000</number>
</property> </property>
<property name="singleStep"> <property name="singleStep">
<number>5</number> <number>5</number>
+1139 -1126
View File
File diff suppressed because it is too large Load Diff