]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarselect.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarselect.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarSelect</class>
4  <widget class="QWidget" name="CadToolBarSelect">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>56</width>
10     <height>336</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>56</width>
22     <height>336</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Select</string>
27   </property>
28   <widget class="QToolButton" name="bAll">
29    <property name="geometry">
30     <rect>
31      <x>28</x>
32      <y>20</y>
33      <width>28</width>
34      <height>28</height>
35     </rect>
36    </property>
37    <property name="toolTip">
38     <string>Select all</string>
39    </property>
40    <property name="text">
41     <string/>
42    </property>
43    <property name="icon">
44     <iconset resource="res/architektonas.qrc">
45      <normaloff>:res/qg_selectall.xpm</normaloff>:res/qg_selectall.xpm</iconset>
46    </property>
47   </widget>
48   <widget class="QToolButton" name="bBack">
49    <property name="geometry">
50     <rect>
51      <x>0</x>
52      <y>0</y>
53      <width>56</width>
54      <height>20</height>
55     </rect>
56    </property>
57    <property name="toolTip">
58     <string>Back to main menu</string>
59    </property>
60    <property name="text">
61     <string/>
62    </property>
63    <property name="icon">
64     <iconset resource="res/architektonas.qrc">
65      <normaloff>:res/qg_back.xpm</normaloff>:res/qg_back.xpm</iconset>
66    </property>
67   </widget>
68   <widget class="QToolButton" name="bInters">
69    <property name="geometry">
70     <rect>
71      <x>28</x>
72      <y>104</y>
73      <width>28</width>
74      <height>28</height>
75     </rect>
76    </property>
77    <property name="toolTip">
78     <string>Select intersected entities</string>
79    </property>
80    <property name="text">
81     <string/>
82    </property>
83    <property name="icon">
84     <iconset resource="res/architektonas.qrc">
85      <normaloff>:res/qg_selectinters.xpm</normaloff>:res/qg_selectinters.xpm</iconset>
86    </property>
87   </widget>
88   <widget class="QToolButton" name="bUnInters">
89    <property name="geometry">
90     <rect>
91      <x>0</x>
92      <y>104</y>
93      <width>28</width>
94      <height>28</height>
95     </rect>
96    </property>
97    <property name="toolTip">
98     <string>Deselect intersected entities</string>
99    </property>
100    <property name="text">
101     <string/>
102    </property>
103    <property name="icon">
104     <iconset resource="res/architektonas.qrc">
105      <normaloff>:res/qg_selectdoubles.xpm</normaloff>:res/qg_selectdoubles.xpm</iconset>
106    </property>
107   </widget>
108   <widget class="QToolButton" name="bUnAll">
109    <property name="geometry">
110     <rect>
111      <x>0</x>
112      <y>20</y>
113      <width>28</width>
114      <height>28</height>
115     </rect>
116    </property>
117    <property name="toolTip">
118     <string>Deselect all</string>
119    </property>
120    <property name="text">
121     <string/>
122    </property>
123    <property name="icon">
124     <iconset resource="res/architektonas.qrc">
125      <normaloff>:res/qg_selectnothing.xpm</normaloff>:res/qg_selectnothing.xpm</iconset>
126    </property>
127   </widget>
128   <widget class="QToolButton" name="bInvert">
129    <property name="geometry">
130     <rect>
131      <x>0</x>
132      <y>132</y>
133      <width>28</width>
134      <height>28</height>
135     </rect>
136    </property>
137    <property name="toolTip">
138     <string>Invert Selection</string>
139    </property>
140    <property name="text">
141     <string/>
142    </property>
143    <property name="icon">
144     <iconset resource="res/architektonas.qrc">
145      <normaloff>:res/qg_selectinvert.xpm</normaloff>:res/qg_selectinvert.xpm</iconset>
146    </property>
147   </widget>
148   <widget class="QToolButton" name="bLayer">
149    <property name="geometry">
150     <rect>
151      <x>28</x>
152      <y>132</y>
153      <width>28</width>
154      <height>28</height>
155     </rect>
156    </property>
157    <property name="toolTip">
158     <string>Select layer</string>
159    </property>
160    <property name="text">
161     <string/>
162    </property>
163    <property name="icon">
164     <iconset resource="res/architektonas.qrc">
165      <normaloff>:res/qg_selectlayer.xpm</normaloff>:res/qg_selectlayer.xpm</iconset>
166    </property>
167   </widget>
168   <widget class="QToolButton" name="bContour">
169    <property name="geometry">
170     <rect>
171      <x>28</x>
172      <y>48</y>
173      <width>28</width>
174      <height>28</height>
175     </rect>
176    </property>
177    <property name="toolTip">
178     <string>(De-)Select contour</string>
179    </property>
180    <property name="text">
181     <string/>
182    </property>
183    <property name="icon">
184     <iconset resource="res/architektonas.qrc">
185      <normaloff>:res/qg_selectcontour.xpm</normaloff>:res/qg_selectcontour.xpm</iconset>
186    </property>
187   </widget>
188   <widget class="QToolButton" name="bSingle">
189    <property name="geometry">
190     <rect>
191      <x>0</x>
192      <y>48</y>
193      <width>28</width>
194      <height>28</height>
195     </rect>
196    </property>
197    <property name="toolTip">
198     <string>(De-)Select entity</string>
199    </property>
200    <property name="text">
201     <string/>
202    </property>
203    <property name="icon">
204     <iconset resource="res/architektonas.qrc">
205      <normaloff>:res/qg_selectsingle.xpm</normaloff>:res/qg_selectsingle.xpm</iconset>
206    </property>
207   </widget>
208   <widget class="QToolButton" name="bUnWindow">
209    <property name="geometry">
210     <rect>
211      <x>0</x>
212      <y>76</y>
213      <width>28</width>
214      <height>28</height>
215     </rect>
216    </property>
217    <property name="toolTip">
218     <string>Deselect Window</string>
219    </property>
220    <property name="text">
221     <string/>
222    </property>
223    <property name="icon">
224     <iconset resource="res/architektonas.qrc">
225      <normaloff>:res/qg_selectdoubles.xpm</normaloff>:res/qg_selectdoubles.xpm</iconset>
226    </property>
227   </widget>
228   <widget class="QToolButton" name="bWindow">
229    <property name="geometry">
230     <rect>
231      <x>28</x>
232      <y>76</y>
233      <width>28</width>
234      <height>28</height>
235     </rect>
236    </property>
237    <property name="toolTip">
238     <string>Select Window</string>
239    </property>
240    <property name="text">
241     <string/>
242    </property>
243    <property name="icon">
244     <iconset resource="res/architektonas.qrc">
245      <normaloff>:res/qg_selectwindow.xpm</normaloff>:res/qg_selectwindow.xpm</iconset>
246    </property>
247   </widget>
248   <widget class="QToolButton" name="bDoit">
249    <property name="geometry">
250     <rect>
251      <x>0</x>
252      <y>160</y>
253      <width>56</width>
254      <height>20</height>
255     </rect>
256    </property>
257    <property name="toolTip">
258     <string>Continue action</string>
259    </property>
260    <property name="text">
261     <string/>
262    </property>
263    <property name="icon">
264     <iconset resource="res/architektonas.qrc">
265      <normaloff>:res/qg_forward.xpm</normaloff>:res/qg_forward.xpm</iconset>
266    </property>
267   </widget>
268  </widget>
269  <layoutdefault spacing="6" margin="11"/>
270  <resources/>
271  <connections>
272   <connection>
273    <sender>bSingle</sender>
274    <signal>clicked()</signal>
275    <receiver>CadToolBarSelect</receiver>
276    <slot>selectSingle()</slot>
277    <hints>
278     <hint type="sourcelabel">
279      <x>20</x>
280      <y>20</y>
281     </hint>
282     <hint type="destinationlabel">
283      <x>20</x>
284      <y>20</y>
285     </hint>
286    </hints>
287   </connection>
288   <connection>
289    <sender>bDoit</sender>
290    <signal>clicked()</signal>
291    <receiver>CadToolBarSelect</receiver>
292    <slot>runNextAction()</slot>
293    <hints>
294     <hint type="sourcelabel">
295      <x>20</x>
296      <y>20</y>
297     </hint>
298     <hint type="destinationlabel">
299      <x>20</x>
300      <y>20</y>
301     </hint>
302    </hints>
303   </connection>
304   <connection>
305    <sender>bBack</sender>
306    <signal>clicked()</signal>
307    <receiver>CadToolBarSelect</receiver>
308    <slot>back()</slot>
309    <hints>
310     <hint type="sourcelabel">
311      <x>20</x>
312      <y>20</y>
313     </hint>
314     <hint type="destinationlabel">
315      <x>20</x>
316      <y>20</y>
317     </hint>
318    </hints>
319   </connection>
320   <connection>
321    <sender>bAll</sender>
322    <signal>clicked()</signal>
323    <receiver>CadToolBarSelect</receiver>
324    <slot>selectAll()</slot>
325    <hints>
326     <hint type="sourcelabel">
327      <x>20</x>
328      <y>20</y>
329     </hint>
330     <hint type="destinationlabel">
331      <x>20</x>
332      <y>20</y>
333     </hint>
334    </hints>
335   </connection>
336   <connection>
337    <sender>bWindow</sender>
338    <signal>clicked()</signal>
339    <receiver>CadToolBarSelect</receiver>
340    <slot>selectWindow()</slot>
341    <hints>
342     <hint type="sourcelabel">
343      <x>20</x>
344      <y>20</y>
345     </hint>
346     <hint type="destinationlabel">
347      <x>20</x>
348      <y>20</y>
349     </hint>
350    </hints>
351   </connection>
352   <connection>
353    <sender>bUnAll</sender>
354    <signal>clicked()</signal>
355    <receiver>CadToolBarSelect</receiver>
356    <slot>deselectAll()</slot>
357    <hints>
358     <hint type="sourcelabel">
359      <x>20</x>
360      <y>20</y>
361     </hint>
362     <hint type="destinationlabel">
363      <x>20</x>
364      <y>20</y>
365     </hint>
366    </hints>
367   </connection>
368   <connection>
369    <sender>bUnWindow</sender>
370    <signal>clicked()</signal>
371    <receiver>CadToolBarSelect</receiver>
372    <slot>deselectWindow()</slot>
373    <hints>
374     <hint type="sourcelabel">
375      <x>20</x>
376      <y>20</y>
377     </hint>
378     <hint type="destinationlabel">
379      <x>20</x>
380      <y>20</y>
381     </hint>
382    </hints>
383   </connection>
384   <connection>
385    <sender>bContour</sender>
386    <signal>clicked()</signal>
387    <receiver>CadToolBarSelect</receiver>
388    <slot>selectContour()</slot>
389    <hints>
390     <hint type="sourcelabel">
391      <x>20</x>
392      <y>20</y>
393     </hint>
394     <hint type="destinationlabel">
395      <x>20</x>
396      <y>20</y>
397     </hint>
398    </hints>
399   </connection>
400   <connection>
401    <sender>bUnInters</sender>
402    <signal>clicked()</signal>
403    <receiver>CadToolBarSelect</receiver>
404    <slot>deselectIntersected()</slot>
405    <hints>
406     <hint type="sourcelabel">
407      <x>20</x>
408      <y>20</y>
409     </hint>
410     <hint type="destinationlabel">
411      <x>20</x>
412      <y>20</y>
413     </hint>
414    </hints>
415   </connection>
416   <connection>
417    <sender>bInters</sender>
418    <signal>clicked()</signal>
419    <receiver>CadToolBarSelect</receiver>
420    <slot>selectIntersected()</slot>
421    <hints>
422     <hint type="sourcelabel">
423      <x>20</x>
424      <y>20</y>
425     </hint>
426     <hint type="destinationlabel">
427      <x>20</x>
428      <y>20</y>
429     </hint>
430    </hints>
431   </connection>
432   <connection>
433    <sender>bInvert</sender>
434    <signal>clicked()</signal>
435    <receiver>CadToolBarSelect</receiver>
436    <slot>selectInvert()</slot>
437    <hints>
438     <hint type="sourcelabel">
439      <x>20</x>
440      <y>20</y>
441     </hint>
442     <hint type="destinationlabel">
443      <x>20</x>
444      <y>20</y>
445     </hint>
446    </hints>
447   </connection>
448   <connection>
449    <sender>bLayer</sender>
450    <signal>clicked()</signal>
451    <receiver>CadToolBarSelect</receiver>
452    <slot>selectLayer()</slot>
453    <hints>
454     <hint type="sourcelabel">
455      <x>20</x>
456      <y>20</y>
457     </hint>
458     <hint type="destinationlabel">
459      <x>20</x>
460      <y>20</y>
461     </hint>
462    </hints>
463   </connection>
464  </connections>
465 </ui>