2008-05-27 19:21:58 +00:00
|
|
|
<ui version="4.0" >
|
2008-06-07 21:11:57 +00:00
|
|
|
<class>startWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="startWindow" >
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2008-12-21 12:13:35 +00:00
|
|
|
<width>450</width>
|
2009-03-26 09:47:14 +00:00
|
|
|
<height>350</height>
|
2008-05-27 19:21:58 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2008-12-21 12:13:35 +00:00
|
|
|
<property name="minimumSize" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>450</width>
|
2009-03-26 09:47:14 +00:00
|
|
|
<height>350</height>
|
2008-12-21 12:13:35 +00:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>450</width>
|
2009-03-26 09:47:14 +00:00
|
|
|
<height>350</height>
|
2008-12-21 12:13:35 +00:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="windowTitle" >
|
|
|
|
|
<string>PokerTH 0.6.3 - The Open-Source Texas Holdem Engine</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget" >
|
2008-12-21 19:23:59 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
2008-05-27 19:21:58 +00:00
|
|
|
<item row="0" column="1" >
|
2008-06-07 21:11:57 +00:00
|
|
|
<spacer>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="orientation" >
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
2008-08-31 21:21:52 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-05-27 19:21:58 +00:00
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>95</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" >
|
2008-06-07 21:11:57 +00:00
|
|
|
<spacer>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="orientation" >
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
2008-08-31 21:21:52 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-05-27 19:21:58 +00:00
|
|
|
<size>
|
|
|
|
|
<width>63</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2008-12-21 19:23:59 +00:00
|
|
|
<item row="1" column="1" >
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
2008-12-21 20:03:21 +00:00
|
|
|
<property name="spacing" >
|
2009-03-26 09:47:14 +00:00
|
|
|
<number>6</number>
|
2008-12-21 20:03:21 +00:00
|
|
|
</property>
|
2008-12-21 19:23:59 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButtonStart_Local_Game" >
|
|
|
|
|
<property name="focusPolicy" >
|
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>&1 Start Local Game</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/swbuttonlocalgame.png</normaloff>:/gfx/swbuttonlocalgame.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2008-06-08 21:18:29 +00:00
|
|
|
<widget class="QPushButton" name="pushButtonInternet_Game" >
|
2008-12-21 19:23:59 +00:00
|
|
|
<property name="focusPolicy" >
|
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>&2 Internet Game</string>
|
|
|
|
|
</property>
|
2008-12-21 19:23:59 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/swbuttoninternetgame.png</normaloff>:/gfx/swbuttoninternetgame.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
2008-05-27 19:21:58 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2008-12-21 19:23:59 +00:00
|
|
|
<item>
|
2008-12-21 20:03:21 +00:00
|
|
|
<widget class="QPushButton" name="pushButton_Create_Network_Game" >
|
2008-12-21 19:23:59 +00:00
|
|
|
<property name="focusPolicy" >
|
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
2008-12-21 20:03:21 +00:00
|
|
|
<string>&3 Create Network Game</string>
|
2008-12-21 19:23:59 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
2008-12-21 20:03:21 +00:00
|
|
|
<normaloff>:/gfx/swbuttoncreatenetworkgame.png</normaloff>:/gfx/swbuttoncreatenetworkgame.png</iconset>
|
2008-12-21 19:23:59 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="iconSize" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
2008-05-27 19:21:58 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2008-12-21 19:23:59 +00:00
|
|
|
<item>
|
2008-12-21 20:03:21 +00:00
|
|
|
<widget class="QPushButton" name="pushButton_Join_Network_Game" >
|
2008-12-21 19:23:59 +00:00
|
|
|
<property name="focusPolicy" >
|
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
2008-12-21 20:03:21 +00:00
|
|
|
<string>&4 Join Network Game</string>
|
2008-12-21 19:23:59 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
2008-12-21 20:03:21 +00:00
|
|
|
<normaloff>:/gfx/swbuttonjoinnetworkgame.png</normaloff>:/gfx/swbuttonjoinnetworkgame.png</iconset>
|
2008-12-21 19:23:59 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="iconSize" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</size>
|
2008-05-27 19:21:58 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2008-12-21 19:23:59 +00:00
|
|
|
<item row="1" column="2" >
|
2008-06-07 21:11:57 +00:00
|
|
|
<spacer>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="orientation" >
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
2008-08-31 21:21:52 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-05-27 19:21:58 +00:00
|
|
|
<size>
|
|
|
|
|
<width>63</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2008-12-21 19:23:59 +00:00
|
|
|
<item row="2" column="1" >
|
2008-06-07 21:11:57 +00:00
|
|
|
<spacer>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="orientation" >
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
2008-08-31 21:21:52 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2008-05-27 19:21:58 +00:00
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>95</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar" >
|
|
|
|
|
<property name="geometry" >
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2008-12-21 12:13:35 +00:00
|
|
|
<width>450</width>
|
2009-03-26 09:47:14 +00:00
|
|
|
<height>23</height>
|
2008-05-27 19:21:58 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuPokerTH" >
|
|
|
|
|
<property name="title" >
|
|
|
|
|
<string>PokerTH</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuNetwork_Game" >
|
|
|
|
|
<property name="title" >
|
|
|
|
|
<string>Network Game</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionCreate_Network_Game" />
|
|
|
|
|
<addaction name="actionJoin_Network_Game" />
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="actionStart_Local_Game" />
|
|
|
|
|
<addaction name="menuNetwork_Game" />
|
|
|
|
|
<addaction name="actionInternet_Game" />
|
2008-09-11 15:03:46 +00:00
|
|
|
<addaction name="actionAbout_PokerTH" />
|
2008-05-27 19:21:58 +00:00
|
|
|
<addaction name="actionQuit" />
|
|
|
|
|
</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>
|
2008-06-07 21:11:57 +00:00
|
|
|
<widget class="QStatusBar" name="statusbar" />
|
2008-05-27 19:21:58 +00:00
|
|
|
<action name="actionStart_Local_Game" >
|
2008-12-21 20:00:07 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/swbuttonlocalgame.png</normaloff>:/gfx/swbuttonlocalgame.png</iconset>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>Start Local Game ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut" >
|
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionInternet_Game" >
|
2008-12-21 20:00:07 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/swbuttoninternetgame.png</normaloff>:/gfx/swbuttoninternetgame.png</iconset>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>Internet Game ...</string>
|
|
|
|
|
</property>
|
2008-06-08 21:18:29 +00:00
|
|
|
<property name="shortcut" >
|
|
|
|
|
<string>Ctrl+I</string>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout_PokerTH" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>About PokerTH</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionConfigure_PokerTH" >
|
2008-09-18 11:27:15 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/systemsettings.png</normaloff>:/gfx/systemsettings.png</iconset>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>Configure PokerTH ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionQuit" >
|
2008-09-18 11:27:15 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/application_exit.png</normaloff>:/gfx/application_exit.png</iconset>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>Quit</string>
|
|
|
|
|
</property>
|
2008-09-17 21:50:51 +00:00
|
|
|
<property name="shortcut" >
|
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
</action>
|
|
|
|
|
<action name="actionCreate_Network_Game" >
|
2008-12-21 20:00:07 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/swbuttoncreatenetworkgame.png</normaloff>:/gfx/swbuttoncreatenetworkgame.png</iconset>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>Create Network Game ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionJoin_Network_Game" >
|
2008-12-21 20:00:07 +00:00
|
|
|
<property name="icon" >
|
|
|
|
|
<iconset resource="resources/pokerth.qrc" >
|
|
|
|
|
<normaloff>:/gfx/swbuttonjoinnetworkgame.png</normaloff>:/gfx/swbuttonjoinnetworkgame.png</iconset>
|
|
|
|
|
</property>
|
2008-05-27 19:21:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
|
<string>Join Network Game ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
2008-09-18 11:27:15 +00:00
|
|
|
<resources>
|
|
|
|
|
<include location="resources/pokerth.qrc" />
|
|
|
|
|
</resources>
|
2008-09-17 21:50:51 +00:00
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>actionQuit</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>startWindow</receiver>
|
|
|
|
|
<slot>close()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
|
<x>221</x>
|
|
|
|
|
<y>168</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
2008-05-27 19:21:58 +00:00
|
|
|
</ui>
|