src/ui/objecteditor.ui

changeset 264
76a025db4948
parent 258
fe094d0687ad
equal deleted inserted replaced
263:59b6027b9843 264:76a025db4948
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>908</width> 27 <width>907</width>
28 <height>857</height> 28 <height>481</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_3"> 33 <layout class="QVBoxLayout" name="verticalLayout_3">
69 <cstring>point1Label</cstring> 69 <cstring>point1Label</cstring>
70 </property> 70 </property>
71 </widget> 71 </widget>
72 </item> 72 </item>
73 <item row="1" column="1"> 73 <item row="1" column="1">
74 <widget class="VectorInput" name="point1"/> 74 <widget class="VectorInput" name="point1" native="true"/>
75 </item> 75 </item>
76 <item row="2" column="0"> 76 <item row="2" column="0">
77 <widget class="QLabel" name="point2Label"> 77 <widget class="QLabel" name="point2Label">
78 <property name="text"> 78 <property name="text">
79 <string>Point 2</string> 79 <string>Point 2</string>
82 <cstring>point2Label</cstring> 82 <cstring>point2Label</cstring>
83 </property> 83 </property>
84 </widget> 84 </widget>
85 </item> 85 </item>
86 <item row="2" column="1"> 86 <item row="2" column="1">
87 <widget class="VectorInput" name="point2"/> 87 <widget class="VectorInput" name="point2" native="true"/>
88 </item> 88 </item>
89 <item row="3" column="0"> 89 <item row="3" column="0">
90 <widget class="QLabel" name="point3Label"> 90 <widget class="QLabel" name="point3Label">
91 <property name="text"> 91 <property name="text">
92 <string>Point 3</string> 92 <string>Point 3</string>
93 </property> 93 </property>
94 </widget> 94 </widget>
95 </item> 95 </item>
96 <item row="3" column="1"> 96 <item row="3" column="1">
97 <widget class="VectorInput" name="point3"/> 97 <widget class="VectorInput" name="point3" native="true"/>
98 </item> 98 </item>
99 <item row="4" column="0"> 99 <item row="4" column="0">
100 <widget class="QLabel" name="point4Label"> 100 <widget class="QLabel" name="point4Label">
101 <property name="text"> 101 <property name="text">
102 <string>Point 4</string> 102 <string>Point 4</string>
103 </property> 103 </property>
104 </widget> 104 </widget>
105 </item> 105 </item>
106 <item row="4" column="1"> 106 <item row="4" column="1">
107 <widget class="VectorInput" name="point4"/> 107 <widget class="VectorInput" name="point4" native="true"/>
108 </item> 108 </item>
109 <item row="5" column="0"> 109 <item row="5" column="0">
110 <widget class="QLabel" name="control1Label"> 110 <widget class="QLabel" name="control1Label">
111 <property name="text"> 111 <property name="text">
112 <string>Control 1</string> 112 <string>Control 1</string>
113 </property> 113 </property>
114 </widget> 114 </widget>
115 </item> 115 </item>
116 <item row="5" column="1"> 116 <item row="5" column="1">
117 <widget class="VectorInput" name="control1"/> 117 <widget class="VectorInput" name="control1" native="true"/>
118 </item> 118 </item>
119 <item row="6" column="0"> 119 <item row="6" column="0">
120 <widget class="QLabel" name="control2Label"> 120 <widget class="QLabel" name="control2Label">
121 <property name="text"> 121 <property name="text">
122 <string>Control 2</string> 122 <string>Control 2</string>
123 </property> 123 </property>
124 </widget> 124 </widget>
125 </item> 125 </item>
126 <item row="6" column="1"> 126 <item row="6" column="1">
127 <widget class="VectorInput" name="control2"/> 127 <widget class="VectorInput" name="control2" native="true"/>
128 </item> 128 </item>
129 <item row="8" column="0"> 129 <item row="8" column="0">
130 <widget class="QLabel" name="transformLabel"> 130 <widget class="QLabel" name="transformLabel">
131 <property name="text"> 131 <property name="text">
132 <string>Transform</string> 132 <string>Transform</string>
133 </property> 133 </property>
134 </widget> 134 </widget>
135 </item> 135 </item>
136 <item row="8" column="1"> 136 <item row="8" column="1">
137 <widget class="MatrixEditor" name="transformation"/> 137 <widget class="MatrixEditor" name="transformation" native="true"/>
138 </item> 138 </item>
139 <item row="9" column="0"> 139 <item row="9" column="0">
140 <widget class="QLabel" name="nameLabel"> 140 <widget class="QLabel" name="nameLabel">
141 <property name="text"> 141 <property name="text">
142 <string>Name</string> 142 <string>Name</string>
236 </widget> 236 </widget>
237 <customwidgets> 237 <customwidgets>
238 <customwidget> 238 <customwidget>
239 <class>VectorInput</class> 239 <class>VectorInput</class>
240 <extends>QWidget</extends> 240 <extends>QWidget</extends>
241 <header>vec3editor.h</header> 241 <header>widgets/vec3editor.h</header>
242 </customwidget> 242 </customwidget>
243 <customwidget> 243 <customwidget>
244 <class>MatrixEditor</class> 244 <class>MatrixEditor</class>
245 <extends>QWidget</extends> 245 <extends>QWidget</extends>
246 <header>matrixeditor.h</header> 246 <header>widgets/matrixeditor.h</header>
247 </customwidget> 247 </customwidget>
248 <customwidget> 248 <customwidget>
249 <class>ColorIndexInput</class> 249 <class>ColorIndexInput</class>
250 <extends>QWidget</extends> 250 <extends>QWidget</extends>
251 <header>widgets/colorindexinput.h</header> 251 <header>src/widgets/colorindexinput.h</header>
252 <container>1</container> 252 <container>1</container>
253 </customwidget> 253 </customwidget>
254 </customwidgets> 254 </customwidgets>
255 <resources/> 255 <resources/>
256 <connections/> 256 <connections/>

mercurial