1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_DlgMove</class>
4 <widget class="QDialog" name="QG_DlgMove">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>398</width>
10    <height>218</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/Copy Options</string>
27  </property>
28  <layout class="QGridLayout">
29   <item row="0" column="0" rowspan="3">
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        <property name="toolTip">
95         <string>Number of copies. Maximum 100</string>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <spacer name="spacer7">
101        <property name="orientation">
102         <enum>Qt::Vertical</enum>
103        </property>
104        <property name="sizeType">
105         <enum>QSizePolicy::Expanding</enum>
106        </property>
107        <property name="sizeHint" stdset="0">
108         <size>
109          <width>20</width>
110          <height>130</height>
111         </size>
112        </property>
113       </spacer>
114      </item>
115     </layout>
116    </widget>
117   </item>
118   <item row="1" column="1">
119    <widget class="QCheckBox" name="cbCurrentAttributes">
120     <property name="text">
121      <string>Use current &amp;attributes</string>
122     </property>
123    </widget>
124   </item>
125   <item row="2" column="1">
126    <widget class="QCheckBox" name="cbCurrentLayer">
127     <property name="text">
128      <string>Use current &amp;layer</string>
129     </property>
130    </widget>
131   </item>
132   <item row="0" column="1">
133    <widget class="QToolButton" name="toolButton">
134     <property name="text">
135      <string>...</string>
136     </property>
137     <property name="icon">
138      <iconset resource="../../../res/extui/extui.qrc">
139       <normaloff>:/extui/dlgmove1.png</normaloff>:/extui/dlgmove1.png</iconset>
140     </property>
141     <property name="iconSize">
142      <size>
143       <width>80</width>
144       <height>80</height>
145      </size>
146     </property>
147    </widget>
148   </item>
149   <item row="3" column="0" colspan="2">
150    <widget class="QDialogButtonBox" name="buttonBox">
151     <property name="standardButtons">
152      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
153     </property>
154    </widget>
155   </item>
156  </layout>
157 </widget>
158 <layoutdefault spacing="6" margin="11"/>
159 <resources>
160  <include location="../../../res/extui/extui.qrc"/>
161 </resources>
162 <connections>
163  <connection>
164   <sender>rbMove</sender>
165   <signal>toggled(bool)</signal>
166   <receiver>leNumber</receiver>
167   <slot>setDisabled(bool)</slot>
168   <hints>
169    <hint type="sourcelabel">
170     <x>20</x>
171     <y>20</y>
172    </hint>
173    <hint type="destinationlabel">
174     <x>20</x>
175     <y>20</y>
176    </hint>
177   </hints>
178  </connection>
179  <connection>
180   <sender>rbCopy</sender>
181   <signal>toggled(bool)</signal>
182   <receiver>leNumber</receiver>
183   <slot>setDisabled(bool)</slot>
184   <hints>
185    <hint type="sourcelabel">
186     <x>20</x>
187     <y>20</y>
188    </hint>
189    <hint type="destinationlabel">
190     <x>20</x>
191     <y>20</y>
192    </hint>
193   </hints>
194  </connection>
195  <connection>
196   <sender>rbMultiCopy</sender>
197   <signal>toggled(bool)</signal>
198   <receiver>leNumber</receiver>
199   <slot>setEnabled(bool)</slot>
200   <hints>
201    <hint type="sourcelabel">
202     <x>20</x>
203     <y>20</y>
204    </hint>
205    <hint type="destinationlabel">
206     <x>20</x>
207     <y>20</y>
208    </hint>
209   </hints>
210  </connection>
211  <connection>
212   <sender>buttonBox</sender>
213   <signal>accepted()</signal>
214   <receiver>QG_DlgMove</receiver>
215   <slot>accept()</slot>
216   <hints>
217    <hint type="sourcelabel">
218     <x>198</x>
219     <y>201</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>buttonBox</sender>
229   <signal>rejected()</signal>
230   <receiver>QG_DlgMove</receiver>
231   <slot>reject()</slot>
232   <hints>
233    <hint type="sourcelabel">
234     <x>198</x>
235     <y>201</y>
236    </hint>
237    <hint type="destinationlabel">
238     <x>20</x>
239     <y>20</y>
240    </hint>
241   </hints>
242  </connection>
243 </connections>
244</ui>
245