This commit is contained in:
doitux
2007-11-25 12:18:48 +00:00
parent 1b53a64fbb
commit f4bee363c1
11 changed files with 163 additions and 80 deletions
+24 -3
View File
@@ -5,7 +5,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>632</width>
<width>633</width>
<height>606</height>
</rect>
</property>
@@ -40,7 +40,7 @@
<item row="0" column="1" >
<widget class="QStackedWidget" name="stackedWidget" >
<property name="currentIndex" >
<number>0</number>
<number>3</number>
</property>
<widget class="QWidget" name="page" >
<layout class="QGridLayout" >
@@ -503,12 +503,18 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QSpinBox" name="spinBox_startCash" >
<property name="prefix" >
<string>$ </string>
</property>
<property name="minimum" >
<number>1000</number>
</property>
<property name="maximum" >
<number>5000</number>
</property>
<property name="singleStep" >
<number>50</number>
</property>
</widget>
</item>
</layout>
@@ -527,6 +533,9 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QSpinBox" name="spinBox_firstSmallBlind" >
<property name="prefix" >
<string>$ </string>
</property>
<property name="minimum" >
<number>5</number>
</property>
@@ -790,12 +799,18 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QSpinBox" name="spinBox_netStartCash" >
<property name="prefix" >
<string>$ </string>
</property>
<property name="minimum" >
<number>1000</number>
</property>
<property name="maximum" >
<number>5000</number>
</property>
<property name="singleStep" >
<number>50</number>
</property>
</widget>
</item>
</layout>
@@ -814,6 +829,9 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QSpinBox" name="spinBox_netFirstSmallBlind" >
<property name="prefix" >
<string>$ </string>
</property>
<property name="minimum" >
<number>5</number>
</property>
@@ -987,7 +1005,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="label_40" >
<property name="text" >
<string>Timeout for player action (sec):</string>
<string>Timeout for player action:</string>
</property>
<property name="buddy" >
<cstring>spinBox_netTimeOutPlayerAction</cstring>
@@ -996,6 +1014,9 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QSpinBox" name="spinBox_netTimeOutPlayerAction" >
<property name="suffix" >
<string> s</string>
</property>
<property name="minimum" >
<number>5</number>
</property>