meshgen

view ui/mainwindow.ui @ 0:795217e82f3d

starting the mesh generation GUI project
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 30 Aug 2015 05:54:32 +0300
parents
children 7dac9d1bcae4
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>800</width>
10 <height>480</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>MainWindow</string>
15 </property>
16 <widget class="QWidget" name="centralWidget">
17 <layout class="QHBoxLayout" name="horizontalLayout">
18 <item>
19 <widget class="QTabWidget" name="tabWidget">
20 <property name="currentIndex">
21 <number>1</number>
22 </property>
23 <widget class="QWidget" name="tab_create">
24 <attribute name="title">
25 <string>Tab 1</string>
26 </attribute>
27 <widget class="QPushButton" name="bn_add_sphere">
28 <property name="geometry">
29 <rect>
30 <x>10</x>
31 <y>10</y>
32 <width>115</width>
33 <height>32</height>
34 </rect>
35 </property>
36 <property name="text">
37 <string>Sphere</string>
38 </property>
39 </widget>
40 <widget class="QPushButton" name="bn_add_box">
41 <property name="geometry">
42 <rect>
43 <x>10</x>
44 <y>40</y>
45 <width>115</width>
46 <height>32</height>
47 </rect>
48 </property>
49 <property name="text">
50 <string>Box</string>
51 </property>
52 </widget>
53 <widget class="QPushButton" name="bn_add_capsule">
54 <property name="geometry">
55 <rect>
56 <x>180</x>
57 <y>70</y>
58 <width>115</width>
59 <height>32</height>
60 </rect>
61 </property>
62 <property name="text">
63 <string>Capsule</string>
64 </property>
65 </widget>
66 <widget class="QPushButton" name="bn_add_rbox">
67 <property name="geometry">
68 <rect>
69 <x>180</x>
70 <y>40</y>
71 <width>115</width>
72 <height>32</height>
73 </rect>
74 </property>
75 <property name="text">
76 <string>Rounded Box</string>
77 </property>
78 </widget>
79 <widget class="QPushButton" name="bn_add_cylinder">
80 <property name="geometry">
81 <rect>
82 <x>10</x>
83 <y>70</y>
84 <width>115</width>
85 <height>32</height>
86 </rect>
87 </property>
88 <property name="text">
89 <string>Cylinder</string>
90 </property>
91 </widget>
92 <widget class="QPushButton" name="bn_add_cone">
93 <property name="geometry">
94 <rect>
95 <x>10</x>
96 <y>100</y>
97 <width>115</width>
98 <height>32</height>
99 </rect>
100 </property>
101 <property name="text">
102 <string>Cone</string>
103 </property>
104 </widget>
105 <widget class="QPushButton" name="bn_add_revol">
106 <property name="geometry">
107 <rect>
108 <x>180</x>
109 <y>10</y>
110 <width>115</width>
111 <height>32</height>
112 </rect>
113 </property>
114 <property name="text">
115 <string>Revolution</string>
116 </property>
117 </widget>
118 <widget class="QPushButton" name="bn_add_heightfield">
119 <property name="geometry">
120 <rect>
121 <x>180</x>
122 <y>130</y>
123 <width>115</width>
124 <height>32</height>
125 </rect>
126 </property>
127 <property name="text">
128 <string>Heightfield</string>
129 </property>
130 </widget>
131 <widget class="QPushButton" name="bn_add_sweep">
132 <property name="geometry">
133 <rect>
134 <x>180</x>
135 <y>100</y>
136 <width>115</width>
137 <height>32</height>
138 </rect>
139 </property>
140 <property name="text">
141 <string>Sweep</string>
142 </property>
143 </widget>
144 <widget class="QPushButton" name="bn_add_plane">
145 <property name="geometry">
146 <rect>
147 <x>20</x>
148 <y>130</y>
149 <width>115</width>
150 <height>32</height>
151 </rect>
152 </property>
153 <property name="text">
154 <string>Inf. Plane</string>
155 </property>
156 </widget>
157 <widget class="QScrollArea" name="area_add_prop">
158 <property name="geometry">
159 <rect>
160 <x>10</x>
161 <y>180</y>
162 <width>351</width>
163 <height>251</height>
164 </rect>
165 </property>
166 <property name="widgetResizable">
167 <bool>true</bool>
168 </property>
169 <widget class="QWidget" name="addprop_null">
170 <property name="enabled">
171 <bool>true</bool>
172 </property>
173 <property name="geometry">
174 <rect>
175 <x>0</x>
176 <y>0</y>
177 <width>349</width>
178 <height>249</height>
179 </rect>
180 </property>
181 </widget>
182 </widget>
183 </widget>
184 <widget class="QWidget" name="tab_2">
185 <attribute name="title">
186 <string>Tab 2</string>
187 </attribute>
188 <widget class="QScrollArea" name="area_mod_prop">
189 <property name="geometry">
190 <rect>
191 <x>10</x>
192 <y>180</y>
193 <width>351</width>
194 <height>241</height>
195 </rect>
196 </property>
197 <property name="widgetResizable">
198 <bool>true</bool>
199 </property>
200 <widget class="QWidget" name="addprop_null_2">
201 <property name="enabled">
202 <bool>true</bool>
203 </property>
204 <property name="geometry">
205 <rect>
206 <x>0</x>
207 <y>0</y>
208 <width>349</width>
209 <height>239</height>
210 </rect>
211 </property>
212 </widget>
213 </widget>
214 <widget class="QListWidget" name="listWidget">
215 <property name="geometry">
216 <rect>
217 <x>10</x>
218 <y>0</y>
219 <width>211</width>
220 <height>171</height>
221 </rect>
222 </property>
223 </widget>
224 <widget class="QPushButton" name="bn_prim_dup">
225 <property name="geometry">
226 <rect>
227 <x>240</x>
228 <y>50</y>
229 <width>115</width>
230 <height>32</height>
231 </rect>
232 </property>
233 <property name="text">
234 <string>Duplicate</string>
235 </property>
236 </widget>
237 <widget class="QPushButton" name="bn_prim_del">
238 <property name="geometry">
239 <rect>
240 <x>240</x>
241 <y>90</y>
242 <width>115</width>
243 <height>32</height>
244 </rect>
245 </property>
246 <property name="text">
247 <string>Delete</string>
248 </property>
249 </widget>
250 <widget class="QPushButton" name="bn_prim_hide">
251 <property name="geometry">
252 <rect>
253 <x>240</x>
254 <y>10</y>
255 <width>115</width>
256 <height>32</height>
257 </rect>
258 </property>
259 <property name="text">
260 <string>Hide</string>
261 </property>
262 </widget>
263 </widget>
264 </widget>
265 </item>
266 <item>
267 <widget class="GLView" name="glview">
268 <property name="sizePolicy">
269 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
270 <horstretch>0</horstretch>
271 <verstretch>0</verstretch>
272 </sizepolicy>
273 </property>
274 <property name="minimumSize">
275 <size>
276 <width>320</width>
277 <height>240</height>
278 </size>
279 </property>
280 </widget>
281 </item>
282 </layout>
283 </widget>
284 </widget>
285 <layoutdefault spacing="6" margin="11"/>
286 <customwidgets>
287 <customwidget>
288 <class>GLView</class>
289 <extends>QOpenGLWidget</extends>
290 <header>glview.h</header>
291 </customwidget>
292 </customwidgets>
293 <resources/>
294 <connections/>
295 </ui>