src/widgets/vec3editor.ui

changeset 252
da4876bfd822
parent 251
94b0a30a1886
child 253
8b994c917f69
equal deleted inserted replaced
251:94b0a30a1886 252:da4876bfd822
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Vec3Editor</class>
4 <widget class="QWidget" name="Vec3Editor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>613</width>
10 <height>46</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,0">
17 <item>
18 <widget class="DoubleSpinBox" name="x">
19 <property name="prefix">
20 <string>x = </string>
21 </property>
22 <property name="decimals">
23 <number>4</number>
24 </property>
25 <property name="minimum">
26 <double>-1000000.000000000000000</double>
27 </property>
28 <property name="maximum">
29 <double>1000000.000000000000000</double>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="DoubleSpinBox" name="y">
35 <property name="prefix">
36 <string>y = </string>
37 </property>
38 <property name="decimals">
39 <number>4</number>
40 </property>
41 <property name="minimum">
42 <double>-1000000.000000000000000</double>
43 </property>
44 <property name="maximum">
45 <double>1000000.000000000000000</double>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="DoubleSpinBox" name="z">
51 <property name="prefix">
52 <string>z = </string>
53 </property>
54 <property name="decimals">
55 <number>4</number>
56 </property>
57 <property name="minimum">
58 <double>-1000000.000000000000000</double>
59 </property>
60 <property name="maximum">
61 <double>1000000.000000000000000</double>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="multiply">
67 <property name="text">
68 <string>×</string>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </widget>
74 <customwidgets>
75 <customwidget>
76 <class>DoubleSpinBox</class>
77 <extends>QDoubleSpinBox</extends>
78 <header>widgets/doublespinbox.h</header>
79 </customwidget>
80 </customwidgets>
81 <resources/>
82 <connections/>
83 </ui>

mercurial