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