1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 <widget class=
"QDialog" name=
"Dialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Set value
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
18 <widget class=
"QLabel" name=
"label">
19 <property name=
"text">
20 <string>TextLabel
</string>
25 <widget class=
"QDoubleSpinBox" name=
"doubleSpinBox"/>
28 <widget class=
"QGroupBox" name=
"groupBox">
29 <property name=
"title">
30 <string>Scale Points
</string>
32 <layout class=
"QVBoxLayout" name=
"verticalLayout">
34 <widget class=
"QTextBrowser" name=
"textBrowser"/>
40 <widget class=
"QDialogButtonBox" name=
"buttonBox">
41 <property name=
"orientation">
42 <enum>Qt::Horizontal
</enum>
44 <property name=
"standardButtons">
45 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
54 <sender>buttonBox
</sender>
55 <signal>accepted()
</signal>
56 <receiver>Dialog
</receiver>
59 <hint type=
"sourcelabel">
63 <hint type=
"destinationlabel">
70 <sender>buttonBox
</sender>
71 <signal>rejected()
</signal>
72 <receiver>Dialog
</receiver>
75 <hint type=
"sourcelabel">
79 <hint type=
"destinationlabel">