meshgen

view ui/prop_sphere.ui @ 1:7dac9d1bcae4

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Aug 2015 01:55:24 +0300
parents
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>frm_prop_sphere</class>
4 <widget class="QWidget" name="frm_prop_sphere">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>345</width>
10 <height>303</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QHBoxLayout" name="horizontalLayout">
17 <item>
18 <layout class="QFormLayout" name="formLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>Radius</string>
23 </property>
24 </widget>
25 </item>
26 <item row="0" column="1">
27 <widget class="QDoubleSpinBox" name="spin_radius">
28 <property name="singleStep">
29 <double>0.100000000000000</double>
30 </property>
31 <property name="value">
32 <double>1.000000000000000</double>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </item>
38 <item>
39 <spacer name="horizontalSpacer">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>198</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 </layout>
52 </widget>
53 <resources/>
54 <connections/>
55 </ui>