src/ui/objecteditor.ui

changeset 182
27fb1c3c9fbb
child 249
37d3c819cafa
equal deleted inserted replaced
181:79de20dc6a1e 182:27fb1c3c9fbb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ObjectEditor</class>
4 <widget class="QWidget" name="ObjectEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>664</width>
10 <height>468</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QHBoxLayout" name="horizontalLayout_2">
17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout">
19 <item>
20 <layout class="QHBoxLayout" name="horizontalLayout">
21 <item>
22 <widget class="QLabel" name="typeIconLabel">
23 <property name="text">
24 <string>&lt;icon&gt;</string>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <widget class="QLabel" name="typeNameLabel">
30 <property name="styleSheet">
31 <string notr="true">font-weight: bold</string>
32 </property>
33 <property name="text">
34 <string>Object</string>
35 </property>
36 </widget>
37 </item>
38 </layout>
39 </item>
40 <item>
41 <widget class="QGroupBox" name="properties">
42 <property name="title">
43 <string>Properties</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <spacer name="verticalSpacer">
49 <property name="orientation">
50 <enum>Qt::Vertical</enum>
51 </property>
52 <property name="sizeHint" stdset="0">
53 <size>
54 <width>20</width>
55 <height>40</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 </layout>
61 </item>
62 <item>
63 <spacer name="horizontalSpacer">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="sizeHint" stdset="0">
68 <size>
69 <width>508</width>
70 <height>20</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 </layout>
76 </widget>
77 <resources/>
78 <connections/>
79 </ui>

mercurial