1 | <ui version="4.0" > |
---|
2 | <class>DefaultTeapotSceneWidget</class> |
---|
3 | <widget class="QWidget" name="DefaultTeapotSceneWidget" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>227</width> |
---|
9 | <height>79</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Projection Settings</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" > |
---|
16 | <property name="margin" > |
---|
17 | <number>0</number> |
---|
18 | </property> |
---|
19 | <property name="spacing" > |
---|
20 | <number>0</number> |
---|
21 | </property> |
---|
22 | <item row="0" column="0" > |
---|
23 | <widget class="QGroupBox" name="projectionGroup" > |
---|
24 | <property name="title" > |
---|
25 | <string>Teapot Properties</string> |
---|
26 | </property> |
---|
27 | <layout class="QVBoxLayout" > |
---|
28 | <property name="margin" > |
---|
29 | <number>9</number> |
---|
30 | </property> |
---|
31 | <property name="spacing" > |
---|
32 | <number>6</number> |
---|
33 | </property> |
---|
34 | <item> |
---|
35 | <layout class="QHBoxLayout" > |
---|
36 | <property name="margin" > |
---|
37 | <number>0</number> |
---|
38 | </property> |
---|
39 | <property name="spacing" > |
---|
40 | <number>6</number> |
---|
41 | </property> |
---|
42 | <item> |
---|
43 | <widget class="QCheckBox" name="wireframeCheckBox" > |
---|
44 | <property name="text" > |
---|
45 | <string>Wireframe</string> |
---|
46 | </property> |
---|
47 | </widget> |
---|
48 | </item> |
---|
49 | <item> |
---|
50 | <widget class="QLabel" name="widthLabel" > |
---|
51 | <property name="text" > |
---|
52 | <string>Width</string> |
---|
53 | </property> |
---|
54 | <property name="alignment" > |
---|
55 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
---|
56 | </property> |
---|
57 | </widget> |
---|
58 | </item> |
---|
59 | <item> |
---|
60 | <widget class="QSpinBox" name="widthSpinBox" > |
---|
61 | <property name="suffix" > |
---|
62 | <string> px</string> |
---|
63 | </property> |
---|
64 | <property name="maximum" > |
---|
65 | <number>10</number> |
---|
66 | </property> |
---|
67 | <property name="minimum" > |
---|
68 | <number>1</number> |
---|
69 | </property> |
---|
70 | <property name="value" > |
---|
71 | <number>1</number> |
---|
72 | </property> |
---|
73 | </widget> |
---|
74 | </item> |
---|
75 | </layout> |
---|
76 | </item> |
---|
77 | <item> |
---|
78 | <spacer> |
---|
79 | <property name="orientation" > |
---|
80 | <enum>Qt::Vertical</enum> |
---|
81 | </property> |
---|
82 | <property name="sizeHint" > |
---|
83 | <size> |
---|
84 | <width>20</width> |
---|
85 | <height>40</height> |
---|
86 | </size> |
---|
87 | </property> |
---|
88 | </spacer> |
---|
89 | </item> |
---|
90 | </layout> |
---|
91 | </widget> |
---|
92 | </item> |
---|
93 | </layout> |
---|
94 | </widget> |
---|
95 | <resources/> |
---|
96 | <connections> |
---|
97 | <connection> |
---|
98 | <sender>widthLabel</sender> |
---|
99 | <signal>linkActivated(QString)</signal> |
---|
100 | <receiver>widthSpinBox</receiver> |
---|
101 | <slot>selectAll()</slot> |
---|
102 | <hints> |
---|
103 | <hint type="sourcelabel" > |
---|
104 | <x>114</x> |
---|
105 | <y>44</y> |
---|
106 | </hint> |
---|
107 | <hint type="destinationlabel" > |
---|
108 | <x>171</x> |
---|
109 | <y>47</y> |
---|
110 | </hint> |
---|
111 | </hints> |
---|
112 | </connection> |
---|
113 | </connections> |
---|
114 | </ui> |
---|