next steps startwindow-integration --> UNSTABLE
This commit is contained in:
+14
-67
@@ -21,18 +21,13 @@
|
|||||||
<height>1280</height>
|
<height>1280</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="mouseTracking" >
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
<string>PokerTH 0.6-beta - The Open-Source Texas Holdem Engine</string>
|
<string>PokerTH 0.6-beta - The Open-Source Texas Holdem Engine</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget" >
|
<widget class="QWidget" name="centralwidget" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>28</y>
|
|
||||||
<width>1000</width>
|
|
||||||
<height>631</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" >
|
<layout class="QVBoxLayout" >
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" >
|
<layout class="QHBoxLayout" >
|
||||||
@@ -1733,14 +1728,6 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab_Hands" >
|
<widget class="QWidget" name="tab_Hands" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>240</width>
|
|
||||||
<height>153</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
<string>Hands</string>
|
<string>Hands</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@@ -1761,14 +1748,6 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_Chat" >
|
<widget class="QWidget" name="tab_Chat" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>240</width>
|
|
||||||
<height>153</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
<string>Chat</string>
|
<string>Chat</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@@ -2513,14 +2492,6 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab_Log" >
|
<widget class="QWidget" name="tab_Log" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>240</width>
|
|
||||||
<height>129</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
<string>Log</string>
|
<string>Log</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@@ -2547,14 +2518,6 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_away" >
|
<widget class="QWidget" name="tab_away" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>240</width>
|
|
||||||
<height>129</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
<string>Away</string>
|
<string>Away</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@@ -2911,7 +2874,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1000</width>
|
<width>1000</width>
|
||||||
<height>28</height>
|
<height>21</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuView" >
|
<widget class="QMenu" name="menuView" >
|
||||||
@@ -2924,37 +2887,16 @@
|
|||||||
<addaction name="actionShowHideLog" />
|
<addaction name="actionShowHideLog" />
|
||||||
<addaction name="actionShowHideAway" />
|
<addaction name="actionShowHideAway" />
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuSpiel" >
|
<widget class="QMenu" name="menuSettings" >
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string>Game</string>
|
<string>Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuNetwork_Game" >
|
<addaction name="actionConfigure_PokerTH" />
|
||||||
<property name="title" >
|
|
||||||
<string>Network Game</string>
|
|
||||||
</property>
|
|
||||||
<addaction name="actionCreate_network_Game" />
|
|
||||||
<addaction name="actionJoin_network_Game" />
|
|
||||||
</widget>
|
</widget>
|
||||||
<addaction name="actionNewGame" />
|
|
||||||
<addaction name="menuNetwork_Game" />
|
|
||||||
<addaction name="actionInternet_Game" />
|
|
||||||
<addaction name="actionSettings" />
|
|
||||||
<addaction name="actionAboutPokerth" />
|
|
||||||
<addaction name="actionQuit" />
|
|
||||||
</widget>
|
|
||||||
<addaction name="menuSpiel" />
|
|
||||||
<addaction name="menuView" />
|
<addaction name="menuView" />
|
||||||
|
<addaction name="menuSettings" />
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QStatusBar" name="statusbar" >
|
<widget class="QStatusBar" name="statusbar" />
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>659</y>
|
|
||||||
<width>1000</width>
|
|
||||||
<height>21</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<action name="actionNewGame" >
|
<action name="actionNewGame" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Start Local Game ...</string>
|
<string>Start Local Game ...</string>
|
||||||
@@ -3051,6 +2993,11 @@
|
|||||||
<string>Ctrl+A</string>
|
<string>Ctrl+A</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionConfigure_PokerTH" >
|
||||||
|
<property name="text" >
|
||||||
|
<string>Configure PokerTH ...</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
|
|||||||
@@ -338,7 +338,7 @@ public slots:
|
|||||||
|
|
||||||
void showTimeoutDialog(int msgID, unsigned duration);
|
void showTimeoutDialog(int msgID, unsigned duration);
|
||||||
void hideTimeoutDialog();
|
void hideTimeoutDialog();
|
||||||
|
;
|
||||||
// void paintEvent(QPaintEvent *);
|
// void paintEvent(QPaintEvent *);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user