meshgen

view ui/mainwindow.ui @ 1:7dac9d1bcae4

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Aug 2015 01:55:24 +0300
parents 795217e82f3d
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>910</width>
10 <height>591</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>MainWindow</string>
21 </property>
22 <widget class="QWidget" name="centralWidget">
23 <layout class="QHBoxLayout" name="horizontalLayout">
24 <item>
25 <widget class="QTabWidget" name="tabWidget">
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
30 </sizepolicy>
31 </property>
32 <property name="currentIndex">
33 <number>0</number>
34 </property>
35 <widget class="QWidget" name="tab_create">
36 <attribute name="title">
37 <string>Create</string>
38 </attribute>
39 <layout class="QVBoxLayout" name="verticalLayout">
40 <item>
41 <layout class="QGridLayout" name="gridLayout">
42 <item row="0" column="0">
43 <widget class="QPushButton" name="bn_add_sphere">
44 <property name="text">
45 <string>Sphere</string>
46 </property>
47 <property name="checkable">
48 <bool>false</bool>
49 </property>
50 <property name="checked">
51 <bool>false</bool>
52 </property>
53 </widget>
54 </item>
55 <item row="0" column="1">
56 <widget class="QPushButton" name="bn_add_revol">
57 <property name="text">
58 <string>Revolution</string>
59 </property>
60 </widget>
61 </item>
62 <item row="1" column="0">
63 <widget class="QPushButton" name="bn_add_box">
64 <property name="text">
65 <string>Box</string>
66 </property>
67 </widget>
68 </item>
69 <item row="1" column="1">
70 <widget class="QPushButton" name="bn_add_rbox">
71 <property name="text">
72 <string>Rounded Box</string>
73 </property>
74 </widget>
75 </item>
76 <item row="2" column="0">
77 <widget class="QPushButton" name="bn_add_cylinder">
78 <property name="text">
79 <string>Cylinder</string>
80 </property>
81 </widget>
82 </item>
83 <item row="2" column="1">
84 <widget class="QPushButton" name="bn_add_capsule">
85 <property name="text">
86 <string>Capsule</string>
87 </property>
88 </widget>
89 </item>
90 <item row="3" column="0">
91 <widget class="QPushButton" name="bn_add_cone">
92 <property name="text">
93 <string>Cone</string>
94 </property>
95 </widget>
96 </item>
97 <item row="3" column="1">
98 <widget class="QPushButton" name="bn_add_sweep">
99 <property name="text">
100 <string>Sweep</string>
101 </property>
102 </widget>
103 </item>
104 <item row="4" column="0">
105 <widget class="QPushButton" name="bn_add_plane">
106 <property name="text">
107 <string>Inf. Plane</string>
108 </property>
109 </widget>
110 </item>
111 <item row="4" column="1">
112 <widget class="QPushButton" name="bn_add_heightfield">
113 <property name="text">
114 <string>Heightfield</string>
115 </property>
116 </widget>
117 </item>
118 </layout>
119 </item>
120 <item>
121 <widget class="QScrollArea" name="area_add_prop">
122 <property name="sizePolicy">
123 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
124 <horstretch>0</horstretch>
125 <verstretch>0</verstretch>
126 </sizepolicy>
127 </property>
128 <property name="widgetResizable">
129 <bool>true</bool>
130 </property>
131 <widget class="QWidget" name="addprop_null">
132 <property name="enabled">
133 <bool>true</bool>
134 </property>
135 <property name="geometry">
136 <rect>
137 <x>0</x>
138 <y>0</y>
139 <width>344</width>
140 <height>357</height>
141 </rect>
142 </property>
143 </widget>
144 </widget>
145 </item>
146 </layout>
147 </widget>
148 <widget class="QWidget" name="tab_2">
149 <attribute name="title">
150 <string>Modify</string>
151 </attribute>
152 <layout class="QVBoxLayout" name="verticalLayout_3">
153 <item>
154 <layout class="QHBoxLayout" name="horizontalLayout_2">
155 <item>
156 <widget class="QListWidget" name="listWidget">
157 <property name="sizePolicy">
158 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
159 <horstretch>0</horstretch>
160 <verstretch>0</verstretch>
161 </sizepolicy>
162 </property>
163 </widget>
164 </item>
165 <item>
166 <layout class="QVBoxLayout" name="verticalLayout_2">
167 <item>
168 <widget class="QPushButton" name="bn_prim_hide">
169 <property name="text">
170 <string>Hide</string>
171 </property>
172 </widget>
173 </item>
174 <item>
175 <widget class="QPushButton" name="bn_prim_dup">
176 <property name="text">
177 <string>Duplicate</string>
178 </property>
179 </widget>
180 </item>
181 <item>
182 <widget class="QPushButton" name="bn_prim_del">
183 <property name="text">
184 <string>Delete</string>
185 </property>
186 </widget>
187 </item>
188 </layout>
189 </item>
190 </layout>
191 </item>
192 <item>
193 <widget class="QScrollArea" name="area_mod_prop">
194 <property name="sizePolicy">
195 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
196 <horstretch>0</horstretch>
197 <verstretch>0</verstretch>
198 </sizepolicy>
199 </property>
200 <property name="widgetResizable">
201 <bool>true</bool>
202 </property>
203 <widget class="QWidget" name="addprop_null_2">
204 <property name="enabled">
205 <bool>true</bool>
206 </property>
207 <property name="geometry">
208 <rect>
209 <x>0</x>
210 <y>0</y>
211 <width>344</width>
212 <height>248</height>
213 </rect>
214 </property>
215 </widget>
216 </widget>
217 </item>
218 </layout>
219 </widget>
220 </widget>
221 </item>
222 <item>
223 <widget class="GLView" name="glview">
224 <property name="sizePolicy">
225 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
226 <horstretch>0</horstretch>
227 <verstretch>0</verstretch>
228 </sizepolicy>
229 </property>
230 <property name="minimumSize">
231 <size>
232 <width>320</width>
233 <height>240</height>
234 </size>
235 </property>
236 </widget>
237 </item>
238 </layout>
239 </widget>
240 <widget class="QMenuBar" name="menuBar">
241 <property name="geometry">
242 <rect>
243 <x>0</x>
244 <y>0</y>
245 <width>910</width>
246 <height>20</height>
247 </rect>
248 </property>
249 <widget class="QMenu" name="menu_File">
250 <property name="title">
251 <string>&amp;File</string>
252 </property>
253 <addaction name="action_new"/>
254 <addaction name="action_open"/>
255 <addaction name="action_save"/>
256 <addaction name="separator"/>
257 <addaction name="action_export_mesh"/>
258 <addaction name="action_export_shader"/>
259 <addaction name="separator"/>
260 <addaction name="action_quit"/>
261 </widget>
262 <widget class="QMenu" name="menu_Help">
263 <property name="title">
264 <string>&amp;Help</string>
265 </property>
266 <addaction name="action_about"/>
267 </widget>
268 <addaction name="menu_File"/>
269 <addaction name="menu_Help"/>
270 </widget>
271 <action name="action_new">
272 <property name="text">
273 <string>&amp;New</string>
274 </property>
275 </action>
276 <action name="action_open">
277 <property name="text">
278 <string>&amp;Open</string>
279 </property>
280 </action>
281 <action name="action_save">
282 <property name="text">
283 <string>&amp;Save</string>
284 </property>
285 </action>
286 <action name="action_export_mesh">
287 <property name="text">
288 <string>Export &amp;Mesh</string>
289 </property>
290 </action>
291 <action name="action_export_shader">
292 <property name="text">
293 <string>Export &amp;GLSL</string>
294 </property>
295 </action>
296 <action name="action_quit">
297 <property name="text">
298 <string>&amp;Quit</string>
299 </property>
300 </action>
301 <action name="action_about">
302 <property name="text">
303 <string>&amp;About</string>
304 </property>
305 </action>
306 </widget>
307 <layoutdefault spacing="6" margin="11"/>
308 <customwidgets>
309 <customwidget>
310 <class>GLView</class>
311 <extends>QOpenGLWidget</extends>
312 <header>glview.h</header>
313 </customwidget>
314 </customwidgets>
315 <resources/>
316 <connections/>
317 </ui>