src/ui/objecteditor.ui

changeset 258
fe094d0687ad
parent 249
37d3c819cafa
child 264
76a025db4948
equal deleted inserted replaced
257:afdab56e8210 258:fe094d0687ad
4 <widget class="QWidget" name="ObjectEditor"> 4 <widget class="QWidget" name="ObjectEditor">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>492</width> 9 <width>941</width>
10 <height>336</height> 10 <height>400</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Form</string> 14 <string>Form</string>
15 </property> 15 </property>
22 <widget class="QWidget" name="scrollAreaWidgetContents"> 22 <widget class="QWidget" name="scrollAreaWidgetContents">
23 <property name="geometry"> 23 <property name="geometry">
24 <rect> 24 <rect>
25 <x>0</x> 25 <x>0</x>
26 <y>0</y> 26 <y>0</y>
27 <width>472</width> 27 <width>908</width>
28 <height>316</height> 28 <height>857</height>
29 </rect> 29 </rect>
30 </property> 30 </property>
31 <layout class="QHBoxLayout" name="horizontalLayout_2"> 31 <layout class="QHBoxLayout" name="horizontalLayout_2">
32 <item> 32 <item>
33 <layout class="QVBoxLayout" name="verticalLayout"> 33 <layout class="QVBoxLayout" name="verticalLayout_3">
34 <item> 34 <item>
35 <layout class="QHBoxLayout" name="horizontalLayout"> 35 <layout class="QVBoxLayout" name="verticalLayout">
36 <item> 36 <item>
37 <widget class="QLabel" name="typeIconLabel"> 37 <layout class="QHBoxLayout" name="horizontalLayout">
38 <property name="text"> 38 <item>
39 <string>&lt;icon&gt;</string> 39 <widget class="QLabel" name="typeIconLabel">
40 </property> 40 <property name="text">
41 </widget> 41 <string>&lt;icon&gt;</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QLabel" name="typeNameLabel">
47 <property name="styleSheet">
48 <string notr="true">font-weight: bold</string>
49 </property>
50 <property name="text">
51 <string>Object</string>
52 </property>
53 </widget>
54 </item>
55 </layout>
42 </item> 56 </item>
43 <item> 57 <item>
44 <widget class="QLabel" name="typeNameLabel"> 58 <widget class="QGroupBox" name="properties">
45 <property name="styleSheet"> 59 <property name="title">
46 <string notr="true">font-weight: bold</string> 60 <string>Properties</string>
47 </property> 61 </property>
48 <property name="text"> 62 <layout class="QFormLayout" name="formLayout">
49 <string>Object</string> 63 <item row="1" column="0">
50 </property> 64 <widget class="QLabel" name="point1Label">
65 <property name="text">
66 <string>Point 1</string>
67 </property>
68 <property name="buddy">
69 <cstring>point1Label</cstring>
70 </property>
71 </widget>
72 </item>
73 <item row="1" column="1">
74 <widget class="VectorInput" name="point1"/>
75 </item>
76 <item row="2" column="0">
77 <widget class="QLabel" name="point2Label">
78 <property name="text">
79 <string>Point 2</string>
80 </property>
81 <property name="buddy">
82 <cstring>point2Label</cstring>
83 </property>
84 </widget>
85 </item>
86 <item row="2" column="1">
87 <widget class="VectorInput" name="point2"/>
88 </item>
89 <item row="3" column="0">
90 <widget class="QLabel" name="point3Label">
91 <property name="text">
92 <string>Point 3</string>
93 </property>
94 </widget>
95 </item>
96 <item row="3" column="1">
97 <widget class="VectorInput" name="point3"/>
98 </item>
99 <item row="4" column="0">
100 <widget class="QLabel" name="point4Label">
101 <property name="text">
102 <string>Point 4</string>
103 </property>
104 </widget>
105 </item>
106 <item row="4" column="1">
107 <widget class="VectorInput" name="point4"/>
108 </item>
109 <item row="5" column="0">
110 <widget class="QLabel" name="control1Label">
111 <property name="text">
112 <string>Control 1</string>
113 </property>
114 </widget>
115 </item>
116 <item row="5" column="1">
117 <widget class="VectorInput" name="control1"/>
118 </item>
119 <item row="6" column="0">
120 <widget class="QLabel" name="control2Label">
121 <property name="text">
122 <string>Control 2</string>
123 </property>
124 </widget>
125 </item>
126 <item row="6" column="1">
127 <widget class="VectorInput" name="control2"/>
128 </item>
129 <item row="8" column="0">
130 <widget class="QLabel" name="transformLabel">
131 <property name="text">
132 <string>Transform</string>
133 </property>
134 </widget>
135 </item>
136 <item row="8" column="1">
137 <widget class="MatrixEditor" name="transformation"/>
138 </item>
139 <item row="9" column="0">
140 <widget class="QLabel" name="nameLabel">
141 <property name="text">
142 <string>Name</string>
143 </property>
144 <property name="buddy">
145 <cstring>name</cstring>
146 </property>
147 </widget>
148 </item>
149 <item row="10" column="0">
150 <widget class="QLabel" name="textLabel">
151 <property name="text">
152 <string>Text</string>
153 </property>
154 <property name="buddy">
155 <cstring>text</cstring>
156 </property>
157 </widget>
158 </item>
159 <item row="11" column="0">
160 <widget class="QLabel" name="codeLabel">
161 <property name="text">
162 <string>Code</string>
163 </property>
164 <property name="buddy">
165 <cstring>code</cstring>
166 </property>
167 </widget>
168 </item>
169 <item row="12" column="0">
170 <widget class="QLabel" name="fractionLabel">
171 <property name="text">
172 <string>Fraction</string>
173 </property>
174 </widget>
175 </item>
176 <item row="9" column="1">
177 <widget class="QLineEdit" name="name"/>
178 </item>
179 <item row="10" column="1">
180 <widget class="QLineEdit" name="text"/>
181 </item>
182 <item row="11" column="1">
183 <widget class="QLineEdit" name="code"/>
184 </item>
185 <item row="0" column="0">
186 <widget class="QLabel" name="colorLabel">
187 <property name="text">
188 <string>Colour</string>
189 </property>
190 <property name="buddy">
191 <cstring>color</cstring>
192 </property>
193 </widget>
194 </item>
195 <item row="0" column="1">
196 <widget class="ColorIndexInput" name="color" native="true"/>
197 </item>
198 </layout>
51 </widget> 199 </widget>
52 </item> 200 </item>
53 </layout> 201 </layout>
54 </item>
55 <item>
56 <widget class="QGroupBox" name="properties">
57 <property name="title">
58 <string>Properties</string>
59 </property>
60 </widget>
61 </item> 202 </item>
62 <item> 203 <item>
63 <spacer name="verticalSpacer"> 204 <spacer name="verticalSpacer">
64 <property name="orientation"> 205 <property name="orientation">
65 <enum>Qt::Vertical</enum> 206 <enum>Qt::Vertical</enum>
91 </widget> 232 </widget>
92 </widget> 233 </widget>
93 </item> 234 </item>
94 </layout> 235 </layout>
95 </widget> 236 </widget>
237 <customwidgets>
238 <customwidget>
239 <class>VectorInput</class>
240 <extends>QWidget</extends>
241 <header>vec3editor.h</header>
242 </customwidget>
243 <customwidget>
244 <class>MatrixEditor</class>
245 <extends>QWidget</extends>
246 <header>matrixeditor.h</header>
247 </customwidget>
248 <customwidget>
249 <class>ColorIndexInput</class>
250 <extends>QWidget</extends>
251 <header>widgets/colorindexinput.h</header>
252 <container>1</container>
253 </customwidget>
254 </customwidgets>
96 <resources/> 255 <resources/>
97 <connections/> 256 <connections/>
98 </ui> 257 </ui>

mercurial