1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IGisSummarySetup</class>
4 <widget class="QDialog" name="IGisSummarySetup">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>702</width>
10    <height>230</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Setup summary projects...</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QLabel" name="labelHelp">
19     <property name="text">
20      <string>-</string>
21     </property>
22     <property name="alignment">
23      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
24     </property>
25     <property name="wordWrap">
26      <bool>true</bool>
27     </property>
28    </widget>
29   </item>
30   <item>
31    <widget class="QTabWidget" name="tabWidget">
32     <property name="currentIndex">
33      <number>0</number>
34     </property>
35     <widget class="QWidget" name="tab">
36      <attribute name="title">
37       <string>Drop Zone 1</string>
38      </attribute>
39      <layout class="QGridLayout" name="gridLayout">
40       <item row="1" column="0">
41        <widget class="QListWidget" name="listWidget1">
42         <property name="selectionMode">
43          <enum>QAbstractItemView::ExtendedSelection</enum>
44         </property>
45        </widget>
46       </item>
47       <item row="1" column="1">
48        <layout class="QVBoxLayout" name="verticalLayout_2">
49         <item>
50          <widget class="QToolButton" name="toolAdd1">
51           <property name="text">
52            <string>...</string>
53           </property>
54           <property name="icon">
55            <iconset resource="../../resources.qrc">
56             <normaloff>:/icons/32x32/Add.png</normaloff>:/icons/32x32/Add.png</iconset>
57           </property>
58          </widget>
59         </item>
60         <item>
61          <widget class="QToolButton" name="toolDel1">
62           <property name="enabled">
63            <bool>false</bool>
64           </property>
65           <property name="text">
66            <string>...</string>
67           </property>
68           <property name="icon">
69            <iconset resource="../../resources.qrc">
70             <normaloff>:/icons/32x32/DeleteMultiple.png</normaloff>:/icons/32x32/DeleteMultiple.png</iconset>
71           </property>
72          </widget>
73         </item>
74         <item>
75          <spacer name="verticalSpacer_2">
76           <property name="orientation">
77            <enum>Qt::Vertical</enum>
78           </property>
79           <property name="sizeHint" stdset="0">
80            <size>
81             <width>20</width>
82             <height>40</height>
83            </size>
84           </property>
85          </spacer>
86         </item>
87        </layout>
88       </item>
89       <item row="0" column="0">
90        <layout class="QHBoxLayout" name="horizontalLayout">
91         <item>
92          <widget class="QLabel" name="label">
93           <property name="text">
94            <string>Name</string>
95           </property>
96          </widget>
97         </item>
98         <item>
99          <widget class="QLineEdit" name="lineName1"/>
100         </item>
101        </layout>
102       </item>
103      </layout>
104     </widget>
105     <widget class="QWidget" name="tab_2">
106      <attribute name="title">
107       <string>Drop Zone 2</string>
108      </attribute>
109      <layout class="QGridLayout" name="gridLayout_2">
110       <item row="1" column="0">
111        <widget class="QListWidget" name="listWidget2">
112         <property name="selectionMode">
113          <enum>QAbstractItemView::ExtendedSelection</enum>
114         </property>
115        </widget>
116       </item>
117       <item row="1" column="1">
118        <layout class="QVBoxLayout" name="verticalLayout_3">
119         <item>
120          <widget class="QToolButton" name="toolAdd2">
121           <property name="text">
122            <string>...</string>
123           </property>
124           <property name="icon">
125            <iconset resource="../../resources.qrc">
126             <normaloff>:/icons/32x32/Add.png</normaloff>:/icons/32x32/Add.png</iconset>
127           </property>
128          </widget>
129         </item>
130         <item>
131          <widget class="QToolButton" name="toolDel2">
132           <property name="enabled">
133            <bool>false</bool>
134           </property>
135           <property name="text">
136            <string>...</string>
137           </property>
138           <property name="icon">
139            <iconset resource="../../resources.qrc">
140             <normaloff>:/icons/32x32/DeleteMultiple.png</normaloff>:/icons/32x32/DeleteMultiple.png</iconset>
141           </property>
142          </widget>
143         </item>
144         <item>
145          <spacer name="verticalSpacer">
146           <property name="orientation">
147            <enum>Qt::Vertical</enum>
148           </property>
149           <property name="sizeHint" stdset="0">
150            <size>
151             <width>20</width>
152             <height>40</height>
153            </size>
154           </property>
155          </spacer>
156         </item>
157        </layout>
158       </item>
159       <item row="0" column="0">
160        <layout class="QHBoxLayout" name="horizontalLayout_2">
161         <item>
162          <widget class="QLabel" name="label_2">
163           <property name="text">
164            <string>Name</string>
165           </property>
166          </widget>
167         </item>
168         <item>
169          <widget class="QLineEdit" name="lineName2"/>
170         </item>
171        </layout>
172       </item>
173      </layout>
174     </widget>
175     <widget class="QWidget" name="tab_3">
176      <attribute name="title">
177       <string>Drop Zone 3</string>
178      </attribute>
179      <layout class="QGridLayout" name="gridLayout_4">
180       <item row="0" column="0">
181        <layout class="QHBoxLayout" name="horizontalLayout_3">
182         <item>
183          <widget class="QLabel" name="label_3">
184           <property name="text">
185            <string>Name</string>
186           </property>
187          </widget>
188         </item>
189         <item>
190          <widget class="QLineEdit" name="lineName3"/>
191         </item>
192        </layout>
193       </item>
194       <item row="1" column="0">
195        <widget class="QListWidget" name="listWidget3">
196         <property name="selectionMode">
197          <enum>QAbstractItemView::ExtendedSelection</enum>
198         </property>
199        </widget>
200       </item>
201       <item row="1" column="1">
202        <layout class="QVBoxLayout" name="verticalLayout_4">
203         <item>
204          <widget class="QToolButton" name="toolAdd3">
205           <property name="text">
206            <string>...</string>
207           </property>
208           <property name="icon">
209            <iconset resource="../../resources.qrc">
210             <normaloff>:/icons/32x32/Add.png</normaloff>:/icons/32x32/Add.png</iconset>
211           </property>
212          </widget>
213         </item>
214         <item>
215          <widget class="QToolButton" name="toolDel3">
216           <property name="enabled">
217            <bool>false</bool>
218           </property>
219           <property name="text">
220            <string>...</string>
221           </property>
222           <property name="icon">
223            <iconset resource="../../resources.qrc">
224             <normaloff>:/icons/32x32/DeleteMultiple.png</normaloff>:/icons/32x32/DeleteMultiple.png</iconset>
225           </property>
226          </widget>
227         </item>
228         <item>
229          <spacer name="verticalSpacer_3">
230           <property name="orientation">
231            <enum>Qt::Vertical</enum>
232           </property>
233           <property name="sizeHint" stdset="0">
234            <size>
235             <width>20</width>
236             <height>40</height>
237            </size>
238           </property>
239          </spacer>
240         </item>
241        </layout>
242       </item>
243      </layout>
244     </widget>
245     <widget class="QWidget" name="tab_4">
246      <attribute name="title">
247       <string>Drop Zone 4</string>
248      </attribute>
249      <layout class="QGridLayout" name="gridLayout_3">
250       <item row="0" column="0">
251        <layout class="QHBoxLayout" name="horizontalLayout_4">
252         <item>
253          <widget class="QLabel" name="label_4">
254           <property name="text">
255            <string>Name</string>
256           </property>
257          </widget>
258         </item>
259         <item>
260          <widget class="QLineEdit" name="lineName4"/>
261         </item>
262        </layout>
263       </item>
264       <item row="1" column="0">
265        <widget class="QListWidget" name="listWidget4">
266         <property name="selectionMode">
267          <enum>QAbstractItemView::ExtendedSelection</enum>
268         </property>
269        </widget>
270       </item>
271       <item row="1" column="1">
272        <layout class="QVBoxLayout" name="verticalLayout_5">
273         <item>
274          <widget class="QToolButton" name="toolAdd4">
275           <property name="text">
276            <string>...</string>
277           </property>
278           <property name="icon">
279            <iconset resource="../../resources.qrc">
280             <normaloff>:/icons/32x32/Add.png</normaloff>:/icons/32x32/Add.png</iconset>
281           </property>
282          </widget>
283         </item>
284         <item>
285          <widget class="QToolButton" name="toolDel4">
286           <property name="enabled">
287            <bool>false</bool>
288           </property>
289           <property name="text">
290            <string>...</string>
291           </property>
292           <property name="icon">
293            <iconset resource="../../resources.qrc">
294             <normaloff>:/icons/32x32/DeleteMultiple.png</normaloff>:/icons/32x32/DeleteMultiple.png</iconset>
295           </property>
296          </widget>
297         </item>
298         <item>
299          <spacer name="verticalSpacer_4">
300           <property name="orientation">
301            <enum>Qt::Vertical</enum>
302           </property>
303           <property name="sizeHint" stdset="0">
304            <size>
305             <width>20</width>
306             <height>40</height>
307            </size>
308           </property>
309          </spacer>
310         </item>
311        </layout>
312       </item>
313      </layout>
314     </widget>
315    </widget>
316   </item>
317   <item>
318    <widget class="QDialogButtonBox" name="buttonBox">
319     <property name="orientation">
320      <enum>Qt::Horizontal</enum>
321     </property>
322     <property name="standardButtons">
323      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
324     </property>
325    </widget>
326   </item>
327  </layout>
328 </widget>
329 <resources>
330  <include location="../../resources.qrc"/>
331 </resources>
332 <connections>
333  <connection>
334   <sender>buttonBox</sender>
335   <signal>accepted()</signal>
336   <receiver>IGisSummarySetup</receiver>
337   <slot>accept()</slot>
338   <hints>
339    <hint type="sourcelabel">
340     <x>248</x>
341     <y>254</y>
342    </hint>
343    <hint type="destinationlabel">
344     <x>157</x>
345     <y>274</y>
346    </hint>
347   </hints>
348  </connection>
349  <connection>
350   <sender>buttonBox</sender>
351   <signal>rejected()</signal>
352   <receiver>IGisSummarySetup</receiver>
353   <slot>reject()</slot>
354   <hints>
355    <hint type="sourcelabel">
356     <x>316</x>
357     <y>260</y>
358    </hint>
359    <hint type="destinationlabel">
360     <x>286</x>
361     <y>274</y>
362    </hint>
363   </hints>
364  </connection>
365 </connections>
366</ui>
367