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