src/ui/multiplyfactordialog.ui

changeset 81
62373840e33a
child 88
14e51640c189
equal deleted inserted replaced
80:764381756899 81:62373840e33a
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>436</width>
10 <height>128</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="QHBoxLayout" name="horizontalLayout" stretch="0,1">
19 <item>
20 <layout class="QFormLayout" name="formLayout">
21 <item row="0" column="0">
22 <widget class="QLabel" name="label">
23 <property name="text">
24 <string>Factor:</string>
25 </property>
26 </widget>
27 </item>
28 <item row="0" column="1">
29 <widget class="DoubleSpinBox" name="factor"/>
30 </item>
31 <item row="1" column="1">
32 <widget class="QCheckBox" name="invert">
33 <property name="text">
34 <string>Invert</string>
35 </property>
36 </widget>
37 </item>
38 </layout>
39 </item>
40 <item>
41 <widget class="QGroupBox" name="previewGroupBox">
42 <property name="title">
43 <string>Preview</string>
44 </property>
45 </widget>
46 </item>
47 </layout>
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