| 4 <widget class="QDialog" name="MultiplyFactorDialog"> |
4 <widget class="QDialog" name="MultiplyFactorDialog"> |
| 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>436</width> |
9 <width>286</width> |
| 10 <height>128</height> |
10 <height>169</height> |
| 11 </rect> |
11 </rect> |
| 12 </property> |
12 </property> |
| 13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
| 14 <string>Multiply with a scalar</string> |
14 <string>Multiply with a scalar</string> |
| 15 </property> |
15 </property> |
| 16 <layout class="QVBoxLayout" name="verticalLayout"> |
16 <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 <item> |
17 <item> |
| 18 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1"> |
18 <layout class="QFormLayout" name="formLayout"> |
| 19 <item> |
19 <item row="0" column="0"> |
| 20 <layout class="QFormLayout" name="formLayout"> |
20 <widget class="QLabel" name="label"> |
| 21 <item row="0" column="0"> |
21 <property name="text"> |
| 22 <widget class="QLabel" name="label"> |
22 <string>Factor:</string> |
| 23 <property name="text"> |
23 </property> |
| 24 <string>Factor:</string> |
24 </widget> |
| 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> |
25 </item> |
| 40 <item> |
26 <item row="0" column="1"> |
| 41 <widget class="QGroupBox" name="previewGroupBox"> |
27 <widget class="DoubleSpinBox" name="factor"> |
| 42 <property name="title"> |
28 <property name="value"> |
| 43 <string>Preview</string> |
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> |
| 44 </property> |
37 </property> |
| 45 </widget> |
38 </widget> |
| 46 </item> |
39 </item> |
| 47 </layout> |
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> |
48 </item> |
| 49 <item> |
49 <item> |
| 50 <widget class="QDialogButtonBox" name="buttonBox"> |
50 <widget class="QDialogButtonBox" name="buttonBox"> |
| 51 <property name="orientation"> |
51 <property name="orientation"> |
| 52 <enum>Qt::Horizontal</enum> |
52 <enum>Qt::Horizontal</enum> |