AboutForm.ui: About dialog for mines3d v2.
[mines3d.git] / ui / qt / MainForm.ui
blob93ec52e843c20c50d1bf33e8cc6bfc4c04a8a3f5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainForm</class>
4 <widget class="QMainWindow" name="MainForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>525</width>
10 <height>462</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mines3D</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item>
19 <widget class="QScrollArea" name="scrollArea">
20 <property name="frameShape">
21 <enum>QFrame::StyledPanel</enum>
22 </property>
23 <property name="frameShadow">
24 <enum>QFrame::Sunken</enum>
25 </property>
26 <property name="widgetResizable">
27 <bool>true</bool>
28 </property>
29 <widget class="QWidget" name="scrollAreaWidgetContents">
30 <property name="geometry">
31 <rect>
32 <x>0</x>
33 <y>0</y>
34 <width>505</width>
35 <height>397</height>
36 </rect>
37 </property>
38 <layout class="QHBoxLayout" name="horizontalLayout">
39 <item>
40 <spacer name="horizontalSpacer">
41 <property name="orientation">
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="sizeHint" stdset="0">
45 <size>
46 <width>40</width>
47 <height>20</height>
48 </size>
49 </property>
50 </spacer>
51 </item>
52 <item>
53 <widget class="QWidget" name="boardWidget" native="true">
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
58 </sizepolicy>
59 </property>
60 <layout class="QVBoxLayout" name="verticalLayout_3"/>
61 </widget>
62 </item>
63 <item>
64 <spacer name="horizontalSpacer_2">
65 <property name="orientation">
66 <enum>Qt::Horizontal</enum>
67 </property>
68 <property name="sizeHint" stdset="0">
69 <size>
70 <width>40</width>
71 <height>20</height>
72 </size>
73 </property>
74 </spacer>
75 </item>
76 </layout>
77 </widget>
78 </widget>
79 </item>
80 </layout>
81 </widget>
82 <widget class="QMenuBar" name="menubar">
83 <property name="geometry">
84 <rect>
85 <x>0</x>
86 <y>0</y>
87 <width>525</width>
88 <height>23</height>
89 </rect>
90 </property>
91 <widget class="QMenu" name="menuMenu">
92 <property name="title">
93 <string>Game</string>
94 </property>
95 <addaction name="actionNew"/>
96 <addaction name="actionSettings"/>
97 <addaction name="separator"/>
98 <addaction name="actionScores"/>
99 <addaction name="separator"/>
100 <addaction name="actionQuit"/>
101 </widget>
102 <widget class="QMenu" name="menuHelp">
103 <property name="title">
104 <string>Help</string>
105 </property>
106 <addaction name="actionAbout"/>
107 </widget>
108 <addaction name="menuMenu"/>
109 <addaction name="menuHelp"/>
110 </widget>
111 <widget class="QStatusBar" name="statusbar"/>
112 <action name="actionNew">
113 <property name="text">
114 <string>New</string>
115 </property>
116 <property name="shortcut">
117 <string>Ctrl+N</string>
118 </property>
119 </action>
120 <action name="actionSettings">
121 <property name="text">
122 <string>Settings...</string>
123 </property>
124 </action>
125 <action name="actionQuit">
126 <property name="text">
127 <string>Quit</string>
128 </property>
129 <property name="shortcut">
130 <string>Ctrl+Q</string>
131 </property>
132 </action>
133 <action name="actionAbout">
134 <property name="text">
135 <string>About</string>
136 </property>
137 <property name="shortcut">
138 <string>F1</string>
139 </property>
140 </action>
141 <action name="actionScores">
142 <property name="text">
143 <string>Hall of Fame...</string>
144 </property>
145 </action>
146 </widget>
147 <resources/>
148 <connections>
149 <connection>
150 <sender>actionQuit</sender>
151 <signal>triggered()</signal>
152 <receiver>MainForm</receiver>
153 <slot>close()</slot>
154 <hints>
155 <hint type="sourcelabel">
156 <x>-1</x>
157 <y>-1</y>
158 </hint>
159 <hint type="destinationlabel">
160 <x>399</x>
161 <y>299</y>
162 </hint>
163 </hints>
164 </connection>
165 </connections>
166 </ui>