src/ui/objecteditor.ui

changeset 249
37d3c819cafa
parent 182
27fb1c3c9fbb
child 258
fe094d0687ad
equal deleted inserted replaced
248:29986dfd1750 249:37d3c819cafa
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>664</width> 9 <width>492</width>
10 <height>468</height> 10 <height>336</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>
16 <layout class="QHBoxLayout" name="horizontalLayout_2"> 16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item> 17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout"> 18 <widget class="QScrollArea" name="scrollArea">
19 <item> 19 <property name="widgetResizable">
20 <layout class="QHBoxLayout" name="horizontalLayout"> 20 <bool>true</bool>
21 </property>
22 <widget class="QWidget" name="scrollAreaWidgetContents">
23 <property name="geometry">
24 <rect>
25 <x>0</x>
26 <y>0</y>
27 <width>472</width>
28 <height>316</height>
29 </rect>
30 </property>
31 <layout class="QHBoxLayout" name="horizontalLayout_2">
21 <item> 32 <item>
22 <widget class="QLabel" name="typeIconLabel"> 33 <layout class="QVBoxLayout" name="verticalLayout">
23 <property name="text"> 34 <item>
24 <string>&lt;icon&gt;</string> 35 <layout class="QHBoxLayout" name="horizontalLayout">
25 </property> 36 <item>
26 </widget> 37 <widget class="QLabel" name="typeIconLabel">
38 <property name="text">
39 <string>&lt;icon&gt;</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QLabel" name="typeNameLabel">
45 <property name="styleSheet">
46 <string notr="true">font-weight: bold</string>
47 </property>
48 <property name="text">
49 <string>Object</string>
50 </property>
51 </widget>
52 </item>
53 </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>
62 <item>
63 <spacer name="verticalSpacer">
64 <property name="orientation">
65 <enum>Qt::Vertical</enum>
66 </property>
67 <property name="sizeHint" stdset="0">
68 <size>
69 <width>20</width>
70 <height>40</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 </layout>
27 </item> 76 </item>
28 <item> 77 <item>
29 <widget class="QLabel" name="typeNameLabel"> 78 <spacer name="horizontalSpacer">
30 <property name="styleSheet"> 79 <property name="orientation">
31 <string notr="true">font-weight: bold</string> 80 <enum>Qt::Horizontal</enum>
32 </property> 81 </property>
33 <property name="text"> 82 <property name="sizeHint" stdset="0">
34 <string>Object</string> 83 <size>
84 <width>508</width>
85 <height>20</height>
86 </size>
35 </property> 87 </property>
36 </widget> 88 </spacer>
37 </item> 89 </item>
38 </layout> 90 </layout>
39 </item> 91 </widget>
40 <item> 92 </widget>
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> 93 </item>
75 </layout> 94 </layout>
76 </widget> 95 </widget>
77 <resources/> 96 <resources/>
78 <connections/> 97 <connections/>

mercurial