| 1 | <?xml version="1.0" encoding="UTF-8"?>
 | 
|---|
| 2 | <ui version="4.0">
 | 
|---|
| 3 |  <class>PositionDialog</class>
 | 
|---|
| 4 |  <widget class="QDialog" name="PositionDialog">
 | 
|---|
| 5 |   <property name="geometry">
 | 
|---|
| 6 |    <rect>
 | 
|---|
| 7 |     <x>0</x>
 | 
|---|
| 8 |     <y>0</y>
 | 
|---|
| 9 |     <width>511</width>
 | 
|---|
| 10 |     <height>282</height>
 | 
|---|
| 11 |    </rect>
 | 
|---|
| 12 |   </property>
 | 
|---|
| 13 |   <property name="windowTitle">
 | 
|---|
| 14 |    <string>Change position</string>
 | 
|---|
| 15 |   </property>
 | 
|---|
| 16 |   <property name="sizeGripEnabled">
 | 
|---|
| 17 |    <bool>true</bool>
 | 
|---|
| 18 |   </property>
 | 
|---|
| 19 |   <layout class="QVBoxLayout">
 | 
|---|
| 20 |    <item>
 | 
|---|
| 21 |     <layout class="QHBoxLayout">
 | 
|---|
| 22 |      <item>
 | 
|---|
| 23 |       <widget class="QLabel" name="XLabel">
 | 
|---|
| 24 |        <property name="text">
 | 
|---|
| 25 |         <string>X</string>
 | 
|---|
| 26 |        </property>
 | 
|---|
| 27 |        <property name="wordWrap">
 | 
|---|
| 28 |         <bool>false</bool>
 | 
|---|
| 29 |        </property>
 | 
|---|
| 30 |       </widget>
 | 
|---|
| 31 |      </item>
 | 
|---|
| 32 |      <item>
 | 
|---|
| 33 |       <widget class="QLineEdit" name="XPos"/>
 | 
|---|
| 34 |      </item>
 | 
|---|
| 35 |     </layout>
 | 
|---|
| 36 |    </item>
 | 
|---|
| 37 |    <item>
 | 
|---|
| 38 |     <layout class="QHBoxLayout">
 | 
|---|
| 39 |      <item>
 | 
|---|
| 40 |       <widget class="QLabel" name="YLabel">
 | 
|---|
| 41 |        <property name="text">
 | 
|---|
| 42 |         <string>Y</string>
 | 
|---|
| 43 |        </property>
 | 
|---|
| 44 |        <property name="wordWrap">
 | 
|---|
| 45 |         <bool>false</bool>
 | 
|---|
| 46 |        </property>
 | 
|---|
| 47 |       </widget>
 | 
|---|
| 48 |      </item>
 | 
|---|
| 49 |      <item>
 | 
|---|
| 50 |       <widget class="QLineEdit" name="YPos"/>
 | 
|---|
| 51 |      </item>
 | 
|---|
| 52 |     </layout>
 | 
|---|
| 53 |    </item>
 | 
|---|
| 54 |    <item>
 | 
|---|
| 55 |     <layout class="QHBoxLayout">
 | 
|---|
| 56 |      <item>
 | 
|---|
| 57 |       <widget class="QLabel" name="ZLabel">
 | 
|---|
| 58 |        <property name="text">
 | 
|---|
| 59 |         <string>Z</string>
 | 
|---|
| 60 |        </property>
 | 
|---|
| 61 |        <property name="wordWrap">
 | 
|---|
| 62 |         <bool>false</bool>
 | 
|---|
| 63 |        </property>
 | 
|---|
| 64 |       </widget>
 | 
|---|
| 65 |      </item>
 | 
|---|
| 66 |      <item>
 | 
|---|
| 67 |       <widget class="QLineEdit" name="ZPos"/>
 | 
|---|
| 68 |      </item>
 | 
|---|
| 69 |     </layout>
 | 
|---|
| 70 |    </item>
 | 
|---|
| 71 |    <item>
 | 
|---|
| 72 |     <layout class="QHBoxLayout">
 | 
|---|
| 73 |      <property name="spacing">
 | 
|---|
| 74 |       <number>6</number>
 | 
|---|
| 75 |      </property>
 | 
|---|
| 76 |      <property name="margin">
 | 
|---|
| 77 |       <number>0</number>
 | 
|---|
| 78 |      </property>
 | 
|---|
| 79 |      <item>
 | 
|---|
| 80 |       <widget class="QPushButton" name="buttonOk">
 | 
|---|
| 81 |        <property name="text">
 | 
|---|
| 82 |         <string>&OK</string>
 | 
|---|
| 83 |        </property>
 | 
|---|
| 84 |        <property name="shortcut">
 | 
|---|
| 85 |         <string/>
 | 
|---|
| 86 |        </property>
 | 
|---|
| 87 |        <property name="autoDefault">
 | 
|---|
| 88 |         <bool>true</bool>
 | 
|---|
| 89 |        </property>
 | 
|---|
| 90 |        <property name="default">
 | 
|---|
| 91 |         <bool>true</bool>
 | 
|---|
| 92 |        </property>
 | 
|---|
| 93 |       </widget>
 | 
|---|
| 94 |      </item>
 | 
|---|
| 95 |      <item>
 | 
|---|
| 96 |       <widget class="QPushButton" name="buttonCancel">
 | 
|---|
| 97 |        <property name="text">
 | 
|---|
| 98 |         <string>&Cancel</string>
 | 
|---|
| 99 |        </property>
 | 
|---|
| 100 |        <property name="shortcut">
 | 
|---|
| 101 |         <string/>
 | 
|---|
| 102 |        </property>
 | 
|---|
| 103 |        <property name="autoDefault">
 | 
|---|
| 104 |         <bool>true</bool>
 | 
|---|
| 105 |        </property>
 | 
|---|
| 106 |       </widget>
 | 
|---|
| 107 |      </item>
 | 
|---|
| 108 |     </layout>
 | 
|---|
| 109 |    </item>
 | 
|---|
| 110 |   </layout>
 | 
|---|
| 111 |  </widget>
 | 
|---|
| 112 |  <layoutdefault spacing="6" margin="11"/>
 | 
|---|
| 113 |  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 | 
|---|
| 114 |  <resources/>
 | 
|---|
| 115 |  <connections>
 | 
|---|
| 116 |   <connection>
 | 
|---|
| 117 |    <sender>buttonOk</sender>
 | 
|---|
| 118 |    <signal>clicked()</signal>
 | 
|---|
| 119 |    <receiver>PositionDialog</receiver>
 | 
|---|
| 120 |    <slot>accept()</slot>
 | 
|---|
| 121 |    <hints>
 | 
|---|
| 122 |     <hint type="sourcelabel">
 | 
|---|
| 123 |      <x>20</x>
 | 
|---|
| 124 |      <y>20</y>
 | 
|---|
| 125 |     </hint>
 | 
|---|
| 126 |     <hint type="destinationlabel">
 | 
|---|
| 127 |      <x>20</x>
 | 
|---|
| 128 |      <y>20</y>
 | 
|---|
| 129 |     </hint>
 | 
|---|
| 130 |    </hints>
 | 
|---|
| 131 |   </connection>
 | 
|---|
| 132 |   <connection>
 | 
|---|
| 133 |    <sender>buttonCancel</sender>
 | 
|---|
| 134 |    <signal>clicked()</signal>
 | 
|---|
| 135 |    <receiver>PositionDialog</receiver>
 | 
|---|
| 136 |    <slot>reject()</slot>
 | 
|---|
| 137 |    <hints>
 | 
|---|
| 138 |     <hint type="sourcelabel">
 | 
|---|
| 139 |      <x>20</x>
 | 
|---|
| 140 |      <y>20</y>
 | 
|---|
| 141 |     </hint>
 | 
|---|
| 142 |     <hint type="destinationlabel">
 | 
|---|
| 143 |      <x>20</x>
 | 
|---|
| 144 |      <y>20</y>
 | 
|---|
| 145 |     </hint>
 | 
|---|
| 146 |    </hints>
 | 
|---|
| 147 |   </connection>
 | 
|---|
| 148 |  </connections>
 | 
|---|
| 149 | </ui>
 | 
|---|