[ef01be4] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>scalePropertiesUI</class> |
---|
| 4 | <widget class="QDialog" name="scalePropertiesUI"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
| 9 | <width>400</width> |
---|
| 10 | <height>137</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="sizePolicy"> |
---|
| 14 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
| 15 | <horstretch>0</horstretch> |
---|
| 16 | <verstretch>0</verstretch> |
---|
| 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
| 19 | <property name="windowTitle"> |
---|
| 20 | <string>Scale Properties</string> |
---|
| 21 | </property> |
---|
| 22 | <property name="windowIcon"> |
---|
[cd2cc745] | 23 | <iconset> |
---|
[ef01be4] | 24 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 25 | </property> |
---|
| 26 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 27 | <item row="0" column="0"> |
---|
| 28 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 29 | <item row="0" column="0"> |
---|
| 30 | <widget class="QLabel" name="label"> |
---|
| 31 | <property name="text"> |
---|
| 32 | <string>X</string> |
---|
| 33 | </property> |
---|
| 34 | </widget> |
---|
| 35 | </item> |
---|
| 36 | <item row="0" column="1"> |
---|
| 37 | <widget class="QLabel" name="label_2"> |
---|
| 38 | <property name="text"> |
---|
| 39 | <string>Y</string> |
---|
| 40 | </property> |
---|
| 41 | </widget> |
---|
| 42 | </item> |
---|
| 43 | <item row="0" column="2"> |
---|
| 44 | <widget class="QLabel" name="label_3"> |
---|
| 45 | <property name="text"> |
---|
| 46 | <string>View</string> |
---|
| 47 | </property> |
---|
| 48 | </widget> |
---|
| 49 | </item> |
---|
| 50 | <item row="1" column="0"> |
---|
| 51 | <widget class="QComboBox" name="cbX"/> |
---|
| 52 | </item> |
---|
| 53 | <item row="1" column="1"> |
---|
| 54 | <widget class="QComboBox" name="cbY"/> |
---|
| 55 | </item> |
---|
| 56 | <item row="1" column="2"> |
---|
| 57 | <widget class="QComboBox" name="cbView"/> |
---|
| 58 | </item> |
---|
| 59 | </layout> |
---|
| 60 | </item> |
---|
| 61 | <item row="1" column="0"> |
---|
| 62 | <spacer name="verticalSpacer"> |
---|
| 63 | <property name="orientation"> |
---|
| 64 | <enum>Qt::Vertical</enum> |
---|
| 65 | </property> |
---|
| 66 | <property name="sizeHint" stdset="0"> |
---|
| 67 | <size> |
---|
| 68 | <width>20</width> |
---|
| 69 | <height>40</height> |
---|
| 70 | </size> |
---|
| 71 | </property> |
---|
| 72 | </spacer> |
---|
| 73 | </item> |
---|
| 74 | <item row="2" column="0"> |
---|
| 75 | <widget class="QDialogButtonBox" name="buttonBox"> |
---|
| 76 | <property name="orientation"> |
---|
| 77 | <enum>Qt::Horizontal</enum> |
---|
| 78 | </property> |
---|
| 79 | <property name="standardButtons"> |
---|
| 80 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
---|
| 81 | </property> |
---|
| 82 | </widget> |
---|
| 83 | </item> |
---|
| 84 | </layout> |
---|
| 85 | </widget> |
---|
[cd2cc745] | 86 | <resources/> |
---|
[ef01be4] | 87 | <connections> |
---|
| 88 | <connection> |
---|
| 89 | <sender>buttonBox</sender> |
---|
| 90 | <signal>accepted()</signal> |
---|
| 91 | <receiver>scalePropertiesUI</receiver> |
---|
| 92 | <slot>accept()</slot> |
---|
| 93 | <hints> |
---|
| 94 | <hint type="sourcelabel"> |
---|
| 95 | <x>248</x> |
---|
| 96 | <y>254</y> |
---|
| 97 | </hint> |
---|
| 98 | <hint type="destinationlabel"> |
---|
| 99 | <x>157</x> |
---|
| 100 | <y>274</y> |
---|
| 101 | </hint> |
---|
| 102 | </hints> |
---|
| 103 | </connection> |
---|
| 104 | <connection> |
---|
| 105 | <sender>buttonBox</sender> |
---|
| 106 | <signal>rejected()</signal> |
---|
| 107 | <receiver>scalePropertiesUI</receiver> |
---|
| 108 | <slot>reject()</slot> |
---|
| 109 | <hints> |
---|
| 110 | <hint type="sourcelabel"> |
---|
| 111 | <x>316</x> |
---|
| 112 | <y>260</y> |
---|
| 113 | </hint> |
---|
| 114 | <hint type="destinationlabel"> |
---|
| 115 | <x>286</x> |
---|
| 116 | <y>274</y> |
---|
| 117 | </hint> |
---|
| 118 | </hints> |
---|
| 119 | </connection> |
---|
| 120 | </connections> |
---|
| 121 | </ui> |
---|