Mercurial > repos > IBBoard.WarFoundry.GUI.QtSharp
comparison qt-gui/MainWindowLayout.ui @ 0:620c62ba4d07
Re #242: Qt# GUI
* Attempt to import to correct location
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 23 Jan 2010 17:05:18 +0000 |
parents | |
children | 4a724378d66a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:620c62ba4d07 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <ui version="4.0"> | |
3 <class>MainWindowLayout</class> | |
4 <widget class="QMainWindow" name="MainWindowLayout"> | |
5 <property name="geometry"> | |
6 <rect> | |
7 <x>0</x> | |
8 <y>0</y> | |
9 <width>696</width> | |
10 <height>595</height> | |
11 </rect> | |
12 </property> | |
13 <property name="windowTitle"> | |
14 <string>MainWindow</string> | |
15 </property> | |
16 <property name="windowIcon"> | |
17 <iconset> | |
18 <normaloff>../App.png</normaloff>../App.png</iconset> | |
19 </property> | |
20 <widget class="QWidget" name="mainContent"> | |
21 <layout class="QGridLayout" name="_2"> | |
22 <item row="0" column="0"> | |
23 <widget class="QSplitter" name="splitter"> | |
24 <property name="orientation"> | |
25 <enum>Qt::Horizontal</enum> | |
26 </property> | |
27 <property name="handleWidth"> | |
28 <number>6</number> | |
29 </property> | |
30 <widget class="QTreeView" name="armyTree"/> | |
31 <widget class="QTabWidget" name="unitTabs"> | |
32 <property name="minimumSize"> | |
33 <size> | |
34 <width>500</width> | |
35 <height>0</height> | |
36 </size> | |
37 </property> | |
38 <property name="currentIndex"> | |
39 <number>0</number> | |
40 </property> | |
41 <widget class="QWidget" name="tab"> | |
42 <attribute name="title"> | |
43 <string>Tab 1</string> | |
44 </attribute> | |
45 </widget> | |
46 <widget class="QWidget" name="tab_2"> | |
47 <attribute name="title"> | |
48 <string>Tab 2</string> | |
49 </attribute> | |
50 </widget> | |
51 </widget> | |
52 </widget> | |
53 </item> | |
54 </layout> | |
55 </widget> | |
56 <widget class="QMenuBar" name="menubar"> | |
57 <property name="geometry"> | |
58 <rect> | |
59 <x>0</x> | |
60 <y>0</y> | |
61 <width>696</width> | |
62 <height>20</height> | |
63 </rect> | |
64 </property> | |
65 <widget class="QMenu" name="menuFile"> | |
66 <property name="title"> | |
67 <string>&file</string> | |
68 </property> | |
69 <widget class="QMenu" name="menuExportArmyAs"> | |
70 <property name="enabled"> | |
71 <bool>false</bool> | |
72 </property> | |
73 <property name="title"> | |
74 <string>export army as</string> | |
75 </property> | |
76 <addaction name="actionExportBasicHtml"/> | |
77 </widget> | |
78 <addaction name="actionCreateArmy"/> | |
79 <addaction name="actionOpenArmy"/> | |
80 <addaction name="actionSaveArmy"/> | |
81 <addaction name="actionSaveArmyAs"/> | |
82 <addaction name="menuExportArmyAs"/> | |
83 <addaction name="actionCloseArmy"/> | |
84 <addaction name="separator"/> | |
85 <addaction name="actionReloadFiles"/> | |
86 <addaction name="separator"/> | |
87 <addaction name="actionExit"/> | |
88 </widget> | |
89 <widget class="QMenu" name="menuEdit"> | |
90 <property name="title"> | |
91 <string>&edit</string> | |
92 </property> | |
93 <addaction name="actionUndo"/> | |
94 <addaction name="actionRedo"/> | |
95 </widget> | |
96 <widget class="QMenu" name="menuHelp"> | |
97 <property name="title"> | |
98 <string>&help</string> | |
99 </property> | |
100 <addaction name="actionAbout"/> | |
101 </widget> | |
102 <addaction name="menuFile"/> | |
103 <addaction name="menuEdit"/> | |
104 <addaction name="menuHelp"/> | |
105 </widget> | |
106 <widget class="QStatusBar" name="statusbar"/> | |
107 <widget class="QToolBar" name="toolBar"> | |
108 <property name="windowTitle"> | |
109 <string>toolBar</string> | |
110 </property> | |
111 <property name="toolButtonStyle"> | |
112 <enum>Qt::ToolButtonIconOnly</enum> | |
113 </property> | |
114 <attribute name="toolBarArea"> | |
115 <enum>TopToolBarArea</enum> | |
116 </attribute> | |
117 <attribute name="toolBarBreak"> | |
118 <bool>true</bool> | |
119 </attribute> | |
120 </widget> | |
121 <action name="actionCreateArmy"> | |
122 <property name="text"> | |
123 <string>&create army</string> | |
124 </property> | |
125 </action> | |
126 <action name="actionOpenArmy"> | |
127 <property name="text"> | |
128 <string>&open army</string> | |
129 </property> | |
130 </action> | |
131 <action name="actionSaveArmy"> | |
132 <property name="enabled"> | |
133 <bool>false</bool> | |
134 </property> | |
135 <property name="text"> | |
136 <string>&save army</string> | |
137 </property> | |
138 </action> | |
139 <action name="actionSaveArmyAs"> | |
140 <property name="enabled"> | |
141 <bool>false</bool> | |
142 </property> | |
143 <property name="text"> | |
144 <string>save army as</string> | |
145 </property> | |
146 </action> | |
147 <action name="actionExportBasicHtml"> | |
148 <property name="enabled"> | |
149 <bool>false</bool> | |
150 </property> | |
151 <property name="text"> | |
152 <string>&basic html</string> | |
153 </property> | |
154 </action> | |
155 <action name="actionCloseArmy"> | |
156 <property name="enabled"> | |
157 <bool>false</bool> | |
158 </property> | |
159 <property name="text"> | |
160 <string>close army</string> | |
161 </property> | |
162 </action> | |
163 <action name="actionReloadFiles"> | |
164 <property name="enabled"> | |
165 <bool>false</bool> | |
166 </property> | |
167 <property name="text"> | |
168 <string>reload files</string> | |
169 </property> | |
170 </action> | |
171 <action name="actionExit"> | |
172 <property name="text"> | |
173 <string>exit</string> | |
174 </property> | |
175 </action> | |
176 <action name="actionAbout"> | |
177 <property name="enabled"> | |
178 <bool>false</bool> | |
179 </property> | |
180 <property name="text"> | |
181 <string>&about</string> | |
182 </property> | |
183 </action> | |
184 <action name="actionUndo"> | |
185 <property name="enabled"> | |
186 <bool>false</bool> | |
187 </property> | |
188 <property name="text"> | |
189 <string>&undo</string> | |
190 </property> | |
191 </action> | |
192 <action name="actionRedo"> | |
193 <property name="enabled"> | |
194 <bool>false</bool> | |
195 </property> | |
196 <property name="text"> | |
197 <string>&redo</string> | |
198 </property> | |
199 </action> | |
200 </widget> | |
201 <resources/> | |
202 <connections> | |
203 <connection> | |
204 <sender>actionExit</sender> | |
205 <signal>triggered()</signal> | |
206 <receiver>MainWindowLayout</receiver> | |
207 <slot>close()</slot> | |
208 <hints> | |
209 <hint type="sourcelabel"> | |
210 <x>-1</x> | |
211 <y>-1</y> | |
212 </hint> | |
213 <hint type="destinationlabel"> | |
214 <x>399</x> | |
215 <y>299</y> | |
216 </hint> | |
217 </hints> | |
218 </connection> | |
219 </connections> | |
220 </ui> |