Added src/gui/ui/MainWindow.ui
[GoMoku3D.git] / src / gui / ui / MainWindow.ui
blobcd6f0b10626a834a53ecbe4f7e197c51fe1ecda8
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>800</width>
9     <height>648</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>GoMoku3D</string>
20   </property>
21   <property name="dockNestingEnabled" >
22    <bool>false</bool>
23   </property>
24   <property name="dockOptions" >
25    <set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
26   </property>
27   <widget class="QWidget" name="centralwidget" >
28    <property name="sizePolicy" >
29     <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
30      <horstretch>0</horstretch>
31      <verstretch>0</verstretch>
32     </sizepolicy>
33    </property>
34    <property name="minimumSize" >
35     <size>
36      <width>400</width>
37      <height>600</height>
38     </size>
39    </property>
40   </widget>
41   <widget class="QMenuBar" name="menubar" >
42    <property name="geometry" >
43     <rect>
44      <x>0</x>
45      <y>0</y>
46      <width>800</width>
47      <height>26</height>
48     </rect>
49    </property>
50    <widget class="QMenu" name="menuFile" >
51     <property name="title" >
52      <string>Game</string>
53     </property>
54     <widget class="QMenu" name="menuNew_Online_Game" >
55      <property name="title" >
56       <string>New Online Game</string>
57      </property>
58      <addaction name="actionConnect_To_Server" />
59      <addaction name="actionHost_Game" />
60     </widget>
61     <addaction name="actionNew_local_game" />
62     <addaction name="menuNew_Online_Game" />
63     <addaction name="separator" />
64     <addaction name="actionLoad_game" />
65     <addaction name="actionSave_game" />
66     <addaction name="separator" />
67     <addaction name="actionPreferences" />
68     <addaction name="separator" />
69     <addaction name="actionQuit" />
70    </widget>
71    <widget class="QMenu" name="menuPreferences" >
72     <property name="title" >
73      <string>Moves</string>
74     </property>
75     <addaction name="actionTake_back_move" />
76     <addaction name="separator" />
77     <addaction name="actionSuggest_move" />
78     <addaction name="actionShow_last_move" />
79    </widget>
80    <widget class="QMenu" name="menuHelp" >
81     <property name="title" >
82      <string>Help</string>
83     </property>
84     <addaction name="actionHelp_manual" />
85     <addaction name="separator" />
86     <addaction name="actionAbout" />
87     <addaction name="actionAbout_Qt" />
88    </widget>
89    <addaction name="menuFile" />
90    <addaction name="menuPreferences" />
91    <addaction name="menuHelp" />
92   </widget>
93   <widget class="QStatusBar" name="statusbar" />
94   <action name="actionNew_local_game" >
95    <property name="text" >
96     <string>New Stand-alone Game...</string>
97    </property>
98   </action>
99   <action name="actionLoad_game" >
100    <property name="text" >
101     <string>Load Game...</string>
102    </property>
103   </action>
104   <action name="actionSave_game" >
105    <property name="text" >
106     <string>Save Game...</string>
107    </property>
108   </action>
109   <action name="actionQuit" >
110    <property name="text" >
111     <string>Quit</string>
112    </property>
113   </action>
114   <action name="actionHelp_manual" >
115    <property name="text" >
116     <string>Help Manual</string>
117    </property>
118   </action>
119   <action name="actionAbout" >
120    <property name="text" >
121     <string>About</string>
122    </property>
123   </action>
124   <action name="actionTake_back_move" >
125    <property name="text" >
126     <string>Undo Move</string>
127    </property>
128   </action>
129   <action name="actionSuggest_move" >
130    <property name="text" >
131     <string>Show Hint</string>
132    </property>
133   </action>
134   <action name="actionShow_last_move" >
135    <property name="text" >
136     <string>Show Last Move</string>
137    </property>
138   </action>
139   <action name="actionAbout_Qt" >
140    <property name="text" >
141     <string>About Qt</string>
142    </property>
143   </action>
144   <action name="actionConnect_To_Server" >
145    <property name="text" >
146     <string>Connect To Server...</string>
147    </property>
148   </action>
149   <action name="actionHost_Game" >
150    <property name="text" >
151     <string>Host Game...</string>
152    </property>
153   </action>
154   <action name="actionPreferences" >
155    <property name="text" >
156     <string>Preferences...</string>
157    </property>
158   </action>
159  </widget>
160  <resources/>
161  <connections/>
162 </ui>