last string changes for string freeze
This commit is contained in:
@@ -3232,11 +3232,11 @@ bool gameTableImpl::eventFilter(QObject *obj, QEvent *event)
|
||||
if (/*obj == lineEdit_ChatInput && lineEdit_ChatInput->text() != "" && */event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Tab) {
|
||||
myChat->nickAutoCompletition();
|
||||
return true;
|
||||
// CURRENTLY not possible in Android :( --> } else if (event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Back) {
|
||||
// event->ignore();
|
||||
// closeGameTable();
|
||||
// return true;
|
||||
} else if (event->type() == QEvent::Close) {
|
||||
} else if (event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Back) {
|
||||
event->ignore();
|
||||
closeGameTable();
|
||||
return true;
|
||||
} else if (event->type() == QEvent::Close) {
|
||||
event->ignore();
|
||||
closeGameTable();
|
||||
return true;
|
||||
|
||||
@@ -4644,7 +4644,7 @@ p, li { white-space: pre-wrap; }
|
||||
</property>
|
||||
<widget class="QMenu" name="menuSettings">
|
||||
<property name="title">
|
||||
<string>&Settings</string>
|
||||
<string>Settings</string>
|
||||
</property>
|
||||
<addaction name="actionConfigure_PokerTH"/>
|
||||
</widget>
|
||||
@@ -4756,7 +4756,7 @@ p, li { white-space: pre-wrap; }
|
||||
<normaloff>:/gfx/systemsettings.png</normaloff>:/gfx/systemsettings.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Configure PokerTH ...</string>
|
||||
<string>Configure PokerTH</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionClose">
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&3 Create Network Game</string>
|
||||
<string>Create Network Game</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/pokerth.qrc">
|
||||
@@ -105,7 +105,7 @@
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&4 Join Network Game</string>
|
||||
<string>Join Network Game</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/pokerth.qrc">
|
||||
@@ -151,7 +151,7 @@
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&1 Start Local Game</string>
|
||||
<string>Start Local Game</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/pokerth.qrc">
|
||||
@@ -183,7 +183,7 @@
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Configure PokerTH ...</string>
|
||||
<string>Configure PokerTH</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/pokerth.qrc">
|
||||
@@ -224,7 +224,7 @@
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&2 Internet Game</string>
|
||||
<string>Internet Game</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/pokerth.qrc">
|
||||
@@ -281,9 +281,6 @@
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
@@ -374,21 +371,6 @@
|
||||
<height>56</height>
|
||||
</size>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuPokerTH">
|
||||
<property name="title">
|
||||
<string>&PokerTH</string>
|
||||
</property>
|
||||
<addaction name="actionAbout_PokerTH"/>
|
||||
<addaction name="actionLogs"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuSettings">
|
||||
<property name="title">
|
||||
<string>&Settings</string>
|
||||
</property>
|
||||
<addaction name="actionConfigure_PokerTH"/>
|
||||
</widget>
|
||||
<addaction name="menuPokerTH"/>
|
||||
<addaction name="menuSettings"/>
|
||||
</widget>
|
||||
<action name="actionStart_Local_Game">
|
||||
<property name="icon">
|
||||
|
||||
Reference in New Issue
Block a user