shortcut fixed

This commit is contained in:
doitux
2007-06-25 22:47:32 +00:00
parent c06c2e769f
commit 9d2e411454
10 changed files with 309 additions and 93 deletions
+21 -15
View File
@@ -829,7 +829,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex" >
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab_Hands" >
<attribute name="title" >
@@ -6068,9 +6068,18 @@
<x>0</x>
<y>0</y>
<width>1000</width>
<height>23</height>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuView" >
<property name="title" >
<string>View</string>
</property>
<addaction name="actionFullScreen" />
<addaction name="actionShowHideChat" />
<addaction name="actionShowHideHelp" />
<addaction name="actionShowHideLog" />
</widget>
<widget class="QMenu" name="menuSpiel" >
<property name="title" >
<string>Game</string>
@@ -6082,15 +6091,6 @@
<addaction name="actionAboutPokerth" />
<addaction name="actionQuit" />
</widget>
<widget class="QMenu" name="menuView" >
<property name="title" >
<string>View</string>
</property>
<addaction name="actionFullScreen" />
<addaction name="actionShowHideChat" />
<addaction name="actionShowHideHelp" />
<addaction name="actionShowHideLog" />
</widget>
<addaction name="menuSpiel" />
<addaction name="menuView" />
</widget>
@@ -6125,18 +6125,24 @@
<property name="text" >
<string>Create Network Game ...</string>
</property>
<property name="shortcut" >
<string>Ctrl+O</string>
</property>
</action>
<action name="actionJoin_network_Game" >
<property name="text" >
<string>Join Network Game ...</string>
</property>
<property name="shortcut" >
<string>Ctrl+J</string>
</property>
</action>
<action name="actionFullScreen" >
<property name="text" >
<string>Fullscreen</string>
</property>
<property name="shortcut" >
<string>F</string>
<string>Ctrl+F</string>
</property>
</action>
<action name="actionShowHideChat" >
@@ -6144,7 +6150,7 @@
<string>Show/Hide Chat Window</string>
</property>
<property name="shortcut" >
<string>C</string>
<string>Ctrl+T</string>
</property>
</action>
<action name="actionShowHideHelp" >
@@ -6158,7 +6164,7 @@
<string>Show/Hide Hands Window</string>
</property>
<property name="shortcut" >
<string>H</string>
<string>Ctrl+H</string>
</property>
</action>
<action name="actionShowHideLog" >
@@ -6166,7 +6172,7 @@
<string>Show/Hide Log Window</string>
</property>
<property name="shortcut" >
<string>L</string>
<string>Ctrl+L</string>
</property>
</action>
</widget>
+1 -1
View File
@@ -2565,7 +2565,7 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
if (event->key() == Qt::Key_F1) { pushButton_FoldAllin->click(); }
if (event->key() == Qt::Key_F2) { pushButton_CallCheckSet->click(); }
if (event->key() == Qt::Key_F3) { pushButton_BetRaise->click(); }
if (event->key() == Qt::Key_S) { setLabelArray[0]->startTimeOutAnimation(myConfig->readConfigInt("NetTimeOutPlayerAction"),TRUE); } //s
// if (event->key() == Qt::Key_S) { setLabelArray[0]->startTimeOutAnimation(myConfig->readConfigInt("NetTimeOutPlayerAction"),TRUE); } //s
if (event->key() == 16777249) {
pushButton_break->click();
ctrlPressed = TRUE;
Binary file not shown.