last string changes for string freeze

This commit is contained in:
doitux
2012-12-17 11:44:03 +01:00
parent 975115723e
commit e5971feb31
3 changed files with 12 additions and 30 deletions
+4 -4
View File
@@ -3232,10 +3232,10 @@ bool gameTableImpl::eventFilter(QObject *obj, QEvent *event)
if (/*obj == lineEdit_ChatInput && lineEdit_ChatInput->text() != "" && */event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Tab) { if (/*obj == lineEdit_ChatInput && lineEdit_ChatInput->text() != "" && */event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Tab) {
myChat->nickAutoCompletition(); myChat->nickAutoCompletition();
return true; return true;
// CURRENTLY not possible in Android :( --> } else if (event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Back) { } else if (event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Back) {
// event->ignore(); event->ignore();
// closeGameTable(); closeGameTable();
// return true; return true;
} else if (event->type() == QEvent::Close) { } else if (event->type() == QEvent::Close) {
event->ignore(); event->ignore();
closeGameTable(); closeGameTable();
+2 -2
View File
@@ -4644,7 +4644,7 @@ p, li { white-space: pre-wrap; }
</property> </property>
<widget class="QMenu" name="menuSettings"> <widget class="QMenu" name="menuSettings">
<property name="title"> <property name="title">
<string>&amp;Settings</string> <string>Settings</string>
</property> </property>
<addaction name="actionConfigure_PokerTH"/> <addaction name="actionConfigure_PokerTH"/>
</widget> </widget>
@@ -4756,7 +4756,7 @@ p, li { white-space: pre-wrap; }
<normaloff>:/gfx/systemsettings.png</normaloff>:/gfx/systemsettings.png</iconset> <normaloff>:/gfx/systemsettings.png</normaloff>:/gfx/systemsettings.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Configure PokerTH ...</string> <string>Configure PokerTH</string>
</property> </property>
</action> </action>
<action name="actionClose"> <action name="actionClose">
+5 -23
View File
@@ -79,7 +79,7 @@
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;3 Create Network Game</string> <string>Create Network Game</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../resources/pokerth.qrc"> <iconset resource="../resources/pokerth.qrc">
@@ -105,7 +105,7 @@
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;4 Join Network Game</string> <string>Join Network Game</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../resources/pokerth.qrc"> <iconset resource="../resources/pokerth.qrc">
@@ -151,7 +151,7 @@
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;1 Start Local Game</string> <string>Start Local Game</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../resources/pokerth.qrc"> <iconset resource="../resources/pokerth.qrc">
@@ -183,7 +183,7 @@
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="text"> <property name="text">
<string>Configure PokerTH ...</string> <string>Configure PokerTH</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../resources/pokerth.qrc"> <iconset resource="../resources/pokerth.qrc">
@@ -224,7 +224,7 @@
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;2 Internet Game</string> <string>Internet Game</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../resources/pokerth.qrc"> <iconset resource="../resources/pokerth.qrc">
@@ -281,9 +281,6 @@
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<item> <item>
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer">
<property name="orientation"> <property name="orientation">
@@ -374,21 +371,6 @@
<height>56</height> <height>56</height>
</size> </size>
</property> </property>
<widget class="QMenu" name="menuPokerTH">
<property name="title">
<string>&amp;PokerTH</string>
</property>
<addaction name="actionAbout_PokerTH"/>
<addaction name="actionLogs"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>&amp;Settings</string>
</property>
<addaction name="actionConfigure_PokerTH"/>
</widget>
<addaction name="menuPokerTH"/>
<addaction name="menuSettings"/>
</widget> </widget>
<action name="actionStart_Local_Game"> <action name="actionStart_Local_Game">
<property name="icon"> <property name="icon">