gui fixes

This commit is contained in:
doitux
2007-10-20 11:02:01 +00:00
parent 0103f923f6
commit 402257900b
2 changed files with 9 additions and 8 deletions
+4 -7
View File
@@ -2051,7 +2051,7 @@
</property> </property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>16</width> <width>13</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
@@ -2170,9 +2170,6 @@
<property name="focusPolicy" > <property name="focusPolicy" >
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="text" >
<string>All In</string>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
@@ -2296,7 +2293,7 @@
</property> </property>
<property name="sizeHint" > <property name="sizeHint" >
<size> <size>
<width>16</width> <width>13</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
@@ -2694,7 +2691,7 @@
<widget class="QLabel" name="label_11" > <widget class="QLabel" name="label_11" >
<property name="minimumSize" > <property name="minimumSize" >
<size> <size>
<width>16</width> <width>18</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@@ -2770,7 +2767,7 @@
<item> <item>
<widget class="QSlider" name="horizontalSlider_speed" > <widget class="QSlider" name="horizontalSlider_speed" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" > <sizepolicy vsizetype="Expanding" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
+5 -1
View File
@@ -1920,7 +1920,7 @@ void mainWindowImpl::provideMyActions() {
pushButton_Fold->setText(pushButtonFoldString); pushButton_Fold->setText(pushButtonFoldString);
pushButton_BetRaise->setText(pushButtonBetRaiseString); pushButton_BetRaise->setText(pushButtonBetRaiseString);
pushButton_CallCheck->setText(pushButtonCallCheckString); pushButton_CallCheck->setText(pushButtonCallCheckString);
pushButton_AllIn->setText("All-In");
myBetRaise(); myBetRaise();
} }
@@ -3499,6 +3499,8 @@ void mainWindowImpl::localGameModification() {
setLabelArray[i]->stopTimeOutAnimation(); setLabelArray[i]->stopTimeOutAnimation();
} }
pushButton_break->show();
//Set the playing mode to "manual" //Set the playing mode to "manual"
radioButton_manualAction->click(); radioButton_manualAction->click();
@@ -3512,6 +3514,8 @@ void mainWindowImpl::networkGameModification() {
tabWidget_Left->setCurrentIndex(1); tabWidget_Left->setCurrentIndex(1);
myChat->clearNewGame(); myChat->clearNewGame();
pushButton_break->hide();
//Set the playing mode to "manual" //Set the playing mode to "manual"
radioButton_manualAction->click(); radioButton_manualAction->click();