| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<ui version="4.0">
|
| 3 |
<class>incrementsDialog</class>
|
| 4 |
<widget class="QDialog" name="incrementsDialog">
|
| 5 |
<property name="geometry">
|
| 6 |
<rect>
|
| 7 |
<x>0</x>
|
| 8 |
<y>0</y>
|
| 9 |
<width>400</width>
|
| 10 |
<height>300</height>
|
| 11 |
</rect>
|
| 12 |
</property>
|
| 13 |
<property name="windowTitle">
|
| 14 |
<string>GUI Increments</string>
|
| 15 |
</property>
|
| 16 |
<layout class="QGridLayout" name="gridLayout">
|
| 17 |
<item row="0" column="0" colspan="2">
|
| 18 |
<widget class="QLabel" name="label">
|
| 19 |
<property name="text">
|
| 20 |
<string>Translation step size</string>
|
| 21 |
</property>
|
| 22 |
</widget>
|
| 23 |
</item>
|
| 24 |
<item row="1" column="0">
|
| 25 |
<widget class="QLabel" name="label_2">
|
| 26 |
<property name="text">
|
| 27 |
<string>Small:</string>
|
| 28 |
</property>
|
| 29 |
</widget>
|
| 30 |
</item>
|
| 31 |
<item row="1" column="1">
|
| 32 |
<widget class="QLineEdit" name="small"/>
|
| 33 |
</item>
|
| 34 |
<item row="2" column="0">
|
| 35 |
<widget class="QLabel" name="label_3">
|
| 36 |
<property name="text">
|
| 37 |
<string>Large:</string>
|
| 38 |
</property>
|
| 39 |
</widget>
|
| 40 |
</item>
|
| 41 |
<item row="2" column="1">
|
| 42 |
<widget class="QLineEdit" name="large"/>
|
| 43 |
</item>
|
| 44 |
<item row="3" column="0" colspan="2">
|
| 45 |
<widget class="QDialogButtonBox" name="buttonBox">
|
| 46 |
<property name="orientation">
|
| 47 |
<enum>Qt::Horizontal</enum>
|
| 48 |
</property>
|
| 49 |
<property name="standardButtons">
|
| 50 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
| 51 |
</property>
|
| 52 |
</widget>
|
| 53 |
</item>
|
| 54 |
</layout>
|
| 55 |
</widget>
|
| 56 |
<resources/>
|
| 57 |
<connections>
|
| 58 |
<connection>
|
| 59 |
<sender>buttonBox</sender>
|
| 60 |
<signal>accepted()</signal>
|
| 61 |
<receiver>incrementsDialog</receiver>
|
| 62 |
<slot>accept()</slot>
|
| 63 |
<hints>
|
| 64 |
<hint type="sourcelabel">
|
| 65 |
<x>248</x>
|
| 66 |
<y>254</y>
|
| 67 |
</hint>
|
| 68 |
<hint type="destinationlabel">
|
| 69 |
<x>157</x>
|
| 70 |
<y>274</y>
|
| 71 |
</hint>
|
| 72 |
</hints>
|
| 73 |
</connection>
|
| 74 |
<connection>
|
| 75 |
<sender>buttonBox</sender>
|
| 76 |
<signal>rejected()</signal>
|
| 77 |
<receiver>incrementsDialog</receiver>
|
| 78 |
<slot>reject()</slot>
|
| 79 |
<hints>
|
| 80 |
<hint type="sourcelabel">
|
| 81 |
<x>316</x>
|
| 82 |
<y>260</y>
|
| 83 |
</hint>
|
| 84 |
<hint type="destinationlabel">
|
| 85 |
<x>286</x>
|
| 86 |
<y>274</y>
|
| 87 |
</hint>
|
| 88 |
</hints>
|
| 89 |
</connection>
|
| 90 |
</connections>
|
| 91 |
</ui>
|