widgets/multiplyfactordialog.ui

changeset 252
da4876bfd822
parent 88
14e51640c189
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>MultiplyFactorDialog</class>
4 <widget class="QDialog" name="MultiplyFactorDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>286</width>
10 <height>169</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Multiply with a scalar</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QFormLayout" name="formLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>Factor:</string>
23 </property>
24 </widget>
25 </item>
26 <item row="0" column="1">
27 <widget class="DoubleSpinBox" name="factor">
28 <property name="value">
29 <double>1.000000000000000</double>
30 </property>
31 </widget>
32 </item>
33 <item row="1" column="1">
34 <widget class="QCheckBox" name="invert">
35 <property name="text">
36 <string>Invert</string>
37 </property>
38 </widget>
39 </item>
40 </layout>
41 </item>
42 <item>
43 <widget class="QGroupBox" name="previewGroupBox">
44 <property name="title">
45 <string>Preview</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QDialogButtonBox" name="buttonBox">
51 <property name="orientation">
52 <enum>Qt::Horizontal</enum>
53 </property>
54 <property name="standardButtons">
55 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </widget>
61 <customwidgets>
62 <customwidget>
63 <class>DoubleSpinBox</class>
64 <extends>QDoubleSpinBox</extends>
65 <header>widgets/doublespinbox.h</header>
66 </customwidget>
67 </customwidgets>
68 <resources/>
69 <connections>
70 <connection>
71 <sender>buttonBox</sender>
72 <signal>accepted()</signal>
73 <receiver>MultiplyFactorDialog</receiver>
74 <slot>accept()</slot>
75 <hints>
76 <hint type="sourcelabel">
77 <x>248</x>
78 <y>254</y>
79 </hint>
80 <hint type="destinationlabel">
81 <x>157</x>
82 <y>274</y>
83 </hint>
84 </hints>
85 </connection>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>rejected()</signal>
89 <receiver>MultiplyFactorDialog</receiver>
90 <slot>reject()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>316</x>
94 <y>260</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>286</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 </connections>
103 </ui>

mercurial