dutch translation update + many gui fixes (thx to thiger)
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
<property name="text" >
|
||||
<string>Name:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2" >
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
<property name="text" >
|
||||
<string>Maximum number of players:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_quantityPlayers</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="3" >
|
||||
@@ -62,6 +65,9 @@
|
||||
<property name="text" >
|
||||
<string>Start Cash:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_startCash</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" colspan="3" >
|
||||
@@ -111,6 +117,9 @@
|
||||
<property name="text" >
|
||||
<string>Game Speed for computer opponents:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_gameSpeed</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="3" >
|
||||
@@ -131,6 +140,9 @@
|
||||
<property name="text" >
|
||||
<string>Timeout for player action (sec):</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netTimeOutPlayerAction</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="2" colspan="2" >
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
<property name="text" >
|
||||
<string>Maximum number of players:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_quantityPlayers</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="3" >
|
||||
@@ -47,6 +50,9 @@
|
||||
<property name="text" >
|
||||
<string>Start Cash:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_startCash</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" colspan="3" >
|
||||
@@ -96,6 +102,9 @@
|
||||
<property name="text" >
|
||||
<string>Game Speed for computer opponents:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_gameSpeed</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="3" >
|
||||
@@ -116,6 +125,9 @@
|
||||
<property name="text" >
|
||||
<string>Timeout for player action (sec):</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netTimeOutPlayerAction</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="2" colspan="2" >
|
||||
|
||||
@@ -538,8 +538,18 @@
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>treeWidget_NickList</tabstop>
|
||||
<tabstop>treeWidget_GameList</tabstop>
|
||||
<tabstop>pushButton_joinAnyGame</tabstop>
|
||||
<tabstop>pushButton_CreateGame</tabstop>
|
||||
<tabstop>pushButton_JoinGame</tabstop>
|
||||
<tabstop>textBrowser_ChatDisplay</tabstop>
|
||||
<tabstop>lineEdit_ChatInput</tabstop>
|
||||
<tabstop>treeWidget_connectedPlayers</tabstop>
|
||||
<tabstop>checkBox_fillUpWithComputerOpponents</tabstop>
|
||||
<tabstop>pushButton_StartGame</tabstop>
|
||||
<tabstop>pushButton_Kick</tabstop>
|
||||
<tabstop>pushButton_Leave</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
@@ -13,10 +13,22 @@
|
||||
<string>Join Network Game</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
<property name="leftMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<property name="topMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="horizontalSpacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="verticalSpacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
@@ -25,10 +37,22 @@
|
||||
<string>Connect to Network Game</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
<property name="leftMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<property name="topMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="horizontalSpacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="verticalSpacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<item row="3" column="0" colspan="5" >
|
||||
@@ -37,10 +61,22 @@
|
||||
<string>Server Profiles</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
<property name="leftMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<property name="topMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="horizontalSpacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="verticalSpacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
@@ -92,12 +128,21 @@
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="leftMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pushButton_save" >
|
||||
<property name="text" >
|
||||
@@ -119,12 +164,21 @@
|
||||
</item>
|
||||
<item row="2" column="3" colspan="2" >
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="leftMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBox_sctp" >
|
||||
<property name="text" >
|
||||
@@ -162,12 +216,21 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2" >
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="leftMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBox_ipv6" >
|
||||
<property name="text" >
|
||||
@@ -237,16 +300,19 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Password (optional):</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_password</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="4" >
|
||||
<widget class="QSpinBox" name="spinBox_port" >
|
||||
<property name="maximum" >
|
||||
<number>65535</number>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>80</number>
|
||||
</property>
|
||||
<property name="maximum" >
|
||||
<number>65535</number>
|
||||
</property>
|
||||
<property name="value" >
|
||||
<number>7234</number>
|
||||
</property>
|
||||
@@ -257,6 +323,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Port:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_port</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0" >
|
||||
@@ -264,6 +333,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>IP Address / Domain Name:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_ipAddress</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
@@ -271,6 +343,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Profile Name:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_profileName</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" >
|
||||
@@ -285,12 +360,21 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="spacing" >
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="leftMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
|
||||
+1458
-1385
File diff suppressed because it is too large
Load Diff
@@ -563,7 +563,6 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent)
|
||||
|
||||
connect(this, SIGNAL(signalNextPlayerAnimation()), this, SLOT(nextPlayerAnimation()));
|
||||
|
||||
;
|
||||
connect(this, SIGNAL(signalBeRoAnimation2(int)), this, SLOT(beRoAnimation2(int)));
|
||||
|
||||
connect(this, SIGNAL(signalPreflopAnimation1()), this, SLOT(preflopAnimation1()));
|
||||
|
||||
@@ -128,9 +128,9 @@
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>listWidget_blinds</tabstop>
|
||||
<tabstop>pushButton_delete</tabstop>
|
||||
<tabstop>spinBox_input</tabstop>
|
||||
<tabstop>pushButton_add</tabstop>
|
||||
<tabstop>pushButton_delete</tabstop>
|
||||
<tabstop>radioButton_alwaysDoubleBlinds</tabstop>
|
||||
<tabstop>radioButton_alwaysRaiseAbout</tabstop>
|
||||
<tabstop>spinBox_alwaysRaiseValue</tabstop>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>236</width>
|
||||
<height>278</height>
|
||||
<height>235</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
@@ -24,6 +24,9 @@
|
||||
<property name="text" >
|
||||
<string>Number of players:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_quantityPlayers</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="2" >
|
||||
@@ -44,6 +47,9 @@
|
||||
<property name="text" >
|
||||
<string>Start Cash:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_startCash</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" colspan="2" >
|
||||
@@ -93,6 +99,9 @@
|
||||
<property name="text" >
|
||||
<string>Game Speed:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_gameSpeed</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="2" >
|
||||
|
||||
@@ -68,6 +68,9 @@
|
||||
<property name="text" >
|
||||
<string>Language:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>comboBox_switchLanguage</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -466,6 +469,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Number of players:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_quantityPlayers</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -490,6 +496,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Start Cash:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_startCash</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -511,6 +520,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>First small blind:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_firstSmallBlind</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -669,6 +681,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Game Speed:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_gameSpeed</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -741,6 +756,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Maximum number of players:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netQuantityPlayers</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -765,6 +783,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Start Cash:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netStartCash</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -786,6 +807,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>First small blind:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netFirstSmallBlind</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -938,6 +962,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Game Speed for computer opponents:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netGameSpeed</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -962,6 +989,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Timeout for player action (sec):</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_netTimeOutPlayerAction</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -1025,6 +1055,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Password:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_serverPassword</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" >
|
||||
@@ -1045,6 +1078,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Port:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_serverPort</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" >
|
||||
@@ -1200,6 +1236,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Port:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_InternetServerPort</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1" >
|
||||
@@ -1230,6 +1269,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Address:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_InternetServerAddress</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" >
|
||||
@@ -1244,6 +1286,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Password:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_InternetServerPassword</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1" >
|
||||
@@ -1306,6 +1351,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Address:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_IRCServerAddress</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" >
|
||||
@@ -1323,6 +1371,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Server Port:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_IRCServerPort</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" >
|
||||
@@ -1343,6 +1394,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Channel:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_IRCChannel</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1" >
|
||||
@@ -1381,6 +1435,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Channel Password:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_IRCChannelPassword</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@@ -2778,6 +2835,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Store log files for</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>spinBox_logStoreDuration</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -2843,6 +2903,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="text" >
|
||||
<string>Log File Directory: </string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>lineEdit_logDir</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -2882,6 +2945,9 @@ p, li { white-space: pre-wrap; }
|
||||
<property name="wordWrap" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>comboBox_logInterval</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -3042,6 +3108,7 @@ p, li { white-space: pre-wrap; }
|
||||
<tabstop>checkBox_showBlindButtons</tabstop>
|
||||
<tabstop>checkBox_antiPeekMode</tabstop>
|
||||
<tabstop>checkBox_alternateFKeysUserActionMode</tabstop>
|
||||
<tabstop>checkBox_enableBetInputFocusSwitch</tabstop>
|
||||
<tabstop>radioButton_flipsideTux</tabstop>
|
||||
<tabstop>radioButton_flipsideOwn</tabstop>
|
||||
<tabstop>lineEdit_OwnFlipsideFilename</tabstop>
|
||||
@@ -3091,20 +3158,21 @@ p, li { white-space: pre-wrap; }
|
||||
<tabstop>lineEdit_IRCServerAddress</tabstop>
|
||||
<tabstop>spinBox_IRCServerPort</tabstop>
|
||||
<tabstop>lineEdit_IRCChannel</tabstop>
|
||||
<tabstop>lineEdit_IRCChannelPassword</tabstop>
|
||||
<tabstop>checkBox_IRCServerUseIpv6</tabstop>
|
||||
<tabstop>pushButton_HumanPlayerAvatar</tabstop>
|
||||
<tabstop>lineEdit_HumanPlayerName</tabstop>
|
||||
<tabstop>pushButton_Opponent1Avatar</tabstop>
|
||||
<tabstop>lineEdit_Opponent1Name</tabstop>
|
||||
<tabstop>pushButton_Opponent2Avatar</tabstop>
|
||||
<tabstop>lineEdit_Opponent2Name</tabstop>
|
||||
<tabstop>pushButton_Opponent3Avatar</tabstop>
|
||||
<tabstop>lineEdit_Opponent1Name</tabstop>
|
||||
<tabstop>lineEdit_Opponent2Name</tabstop>
|
||||
<tabstop>lineEdit_Opponent3Name</tabstop>
|
||||
<tabstop>pushButton_Opponent4Avatar</tabstop>
|
||||
<tabstop>lineEdit_Opponent4Name</tabstop>
|
||||
<tabstop>pushButton_Opponent5Avatar</tabstop>
|
||||
<tabstop>lineEdit_Opponent5Name</tabstop>
|
||||
<tabstop>pushButton_Opponent6Avatar</tabstop>
|
||||
<tabstop>lineEdit_Opponent4Name</tabstop>
|
||||
<tabstop>lineEdit_Opponent5Name</tabstop>
|
||||
<tabstop>lineEdit_Opponent6Name</tabstop>
|
||||
<tabstop>groupBox_logOnOff</tabstop>
|
||||
<tabstop>lineEdit_logDir</tabstop>
|
||||
|
||||
+2
-2
@@ -59,8 +59,8 @@
|
||||
|
||||
// //Uncomment this for RELEASE
|
||||
// #include <QtPlugin>
|
||||
// Q_IMPORT_PLUGIN(qjpeg)
|
||||
// Q_IMPORT_PLUGIN(qgif)
|
||||
Q_IMPORT_PLUGIN(qjpeg)
|
||||
Q_IMPORT_PLUGIN(qgif)
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user