1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_DlgMoveRotate</class>
4 <widget class="QDialog" name="QG_DlgMoveRotate">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>406</width>
10    <height>237</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>300</width>
22    <height>190</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Move/Rotate Options</string>
27  </property>
28  <layout class="QGridLayout">
29   <item row="1" column="0" colspan="2">
30    <widget class="QDialogButtonBox" name="buttonBox">
31     <property name="standardButtons">
32      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
33     </property>
34    </widget>
35   </item>
36   <item row="0" column="1">
37    <layout class="QVBoxLayout">
38     <item>
39      <widget class="QToolButton" name="toolButton">
40       <property name="text">
41        <string>...</string>
42       </property>
43       <property name="icon">
44        <iconset resource="../../../res/extui/extui.qrc">
45         <normaloff>:/extui/dlgmodifymoverotate.png</normaloff>:/extui/dlgmodifymoverotate.png</iconset>
46       </property>
47       <property name="iconSize">
48        <size>
49         <width>80</width>
50         <height>80</height>
51        </size>
52       </property>
53       <property name="shortcut">
54        <string>Ctrl+S</string>
55       </property>
56      </widget>
57     </item>
58     <item>
59      <layout class="QHBoxLayout">
60       <item>
61        <widget class="QLabel" name="lAngle">
62         <property name="text">
63          <string>&amp;Angle (a):</string>
64         </property>
65         <property name="wordWrap">
66          <bool>false</bool>
67         </property>
68         <property name="buddy">
69          <cstring>leAngle</cstring>
70         </property>
71        </widget>
72       </item>
73       <item>
74        <spacer name="spacer13">
75         <property name="orientation">
76          <enum>Qt::Horizontal</enum>
77         </property>
78         <property name="sizeType">
79          <enum>QSizePolicy::Expanding</enum>
80         </property>
81         <property name="sizeHint" stdset="0">
82          <size>
83           <width>41</width>
84           <height>20</height>
85          </size>
86         </property>
87        </spacer>
88       </item>
89       <item>
90        <widget class="QLineEdit" name="leAngle"/>
91       </item>
92      </layout>
93     </item>
94     <item>
95      <widget class="QCheckBox" name="cbCurrentAttributes">
96       <property name="text">
97        <string>Use current &amp;attributes</string>
98       </property>
99      </widget>
100     </item>
101     <item>
102      <widget class="QCheckBox" name="cbCurrentLayer">
103       <property name="text">
104        <string>Use current &amp;layer</string>
105       </property>
106      </widget>
107     </item>
108    </layout>
109   </item>
110   <item row="0" column="0">
111    <widget class="QGroupBox" name="bgNumber">
112     <property name="title">
113      <string>Number of copies</string>
114     </property>
115     <layout class="QVBoxLayout">
116      <item>
117       <widget class="QRadioButton" name="rbMove">
118        <property name="sizePolicy">
119         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
120          <horstretch>0</horstretch>
121          <verstretch>0</verstretch>
122         </sizepolicy>
123        </property>
124        <property name="minimumSize">
125         <size>
126          <width>0</width>
127          <height>18</height>
128         </size>
129        </property>
130        <property name="text">
131         <string>&amp;Delete Original</string>
132        </property>
133       </widget>
134      </item>
135      <item>
136       <widget class="QRadioButton" name="rbCopy">
137        <property name="sizePolicy">
138         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
139          <horstretch>0</horstretch>
140          <verstretch>0</verstretch>
141         </sizepolicy>
142        </property>
143        <property name="minimumSize">
144         <size>
145          <width>0</width>
146          <height>18</height>
147         </size>
148        </property>
149        <property name="text">
150         <string>&amp;Keep Original</string>
151        </property>
152       </widget>
153      </item>
154      <item>
155       <widget class="QRadioButton" name="rbMultiCopy">
156        <property name="sizePolicy">
157         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
158          <horstretch>0</horstretch>
159          <verstretch>0</verstretch>
160         </sizepolicy>
161        </property>
162        <property name="minimumSize">
163         <size>
164          <width>0</width>
165          <height>18</height>
166         </size>
167        </property>
168        <property name="text">
169         <string>&amp;Multiple Copies</string>
170        </property>
171       </widget>
172      </item>
173      <item>
174       <widget class="QLineEdit" name="leNumber"/>
175      </item>
176      <item>
177       <spacer name="spacer7">
178        <property name="orientation">
179         <enum>Qt::Vertical</enum>
180        </property>
181        <property name="sizeType">
182         <enum>QSizePolicy::Expanding</enum>
183        </property>
184        <property name="sizeHint" stdset="0">
185         <size>
186          <width>20</width>
187          <height>21</height>
188         </size>
189        </property>
190       </spacer>
191      </item>
192     </layout>
193    </widget>
194   </item>
195  </layout>
196 </widget>
197 <layoutdefault spacing="6" margin="11"/>
198 <tabstops>
199  <tabstop>rbMove</tabstop>
200  <tabstop>rbCopy</tabstop>
201  <tabstop>rbMultiCopy</tabstop>
202  <tabstop>leNumber</tabstop>
203  <tabstop>leAngle</tabstop>
204  <tabstop>cbCurrentAttributes</tabstop>
205  <tabstop>cbCurrentLayer</tabstop>
206 </tabstops>
207 <resources>
208  <include location="../../../res/extui/extui.qrc"/>
209 </resources>
210 <connections>
211  <connection>
212   <sender>rbMove</sender>
213   <signal>toggled(bool)</signal>
214   <receiver>leNumber</receiver>
215   <slot>setDisabled(bool)</slot>
216   <hints>
217    <hint type="sourcelabel">
218     <x>20</x>
219     <y>20</y>
220    </hint>
221    <hint type="destinationlabel">
222     <x>20</x>
223     <y>20</y>
224    </hint>
225   </hints>
226  </connection>
227  <connection>
228   <sender>rbCopy</sender>
229   <signal>toggled(bool)</signal>
230   <receiver>leNumber</receiver>
231   <slot>setDisabled(bool)</slot>
232   <hints>
233    <hint type="sourcelabel">
234     <x>20</x>
235     <y>20</y>
236    </hint>
237    <hint type="destinationlabel">
238     <x>20</x>
239     <y>20</y>
240    </hint>
241   </hints>
242  </connection>
243  <connection>
244   <sender>rbMultiCopy</sender>
245   <signal>toggled(bool)</signal>
246   <receiver>leNumber</receiver>
247   <slot>setEnabled(bool)</slot>
248   <hints>
249    <hint type="sourcelabel">
250     <x>20</x>
251     <y>20</y>
252    </hint>
253    <hint type="destinationlabel">
254     <x>20</x>
255     <y>20</y>
256    </hint>
257   </hints>
258  </connection>
259  <connection>
260   <sender>buttonBox</sender>
261   <signal>accepted()</signal>
262   <receiver>QG_DlgMoveRotate</receiver>
263   <slot>accept()</slot>
264   <hints>
265    <hint type="sourcelabel">
266     <x>202</x>
267     <y>220</y>
268    </hint>
269    <hint type="destinationlabel">
270     <x>20</x>
271     <y>20</y>
272    </hint>
273   </hints>
274  </connection>
275  <connection>
276   <sender>buttonBox</sender>
277   <signal>rejected()</signal>
278   <receiver>QG_DlgMoveRotate</receiver>
279   <slot>reject()</slot>
280   <hints>
281    <hint type="sourcelabel">
282     <x>202</x>
283     <y>220</y>
284    </hint>
285    <hint type="destinationlabel">
286     <x>20</x>
287     <y>20</y>
288    </hint>
289   </hints>
290  </connection>
291 </connections>
292</ui>
293