]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarpolylines.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarpolylines.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarPolylines</class>
4  <widget class="QWidget" name="CadToolBarPolylines">
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>Polylines</string>
27   </property>
28   <widget class="QToolButton" name="bBack">
29    <property name="geometry">
30     <rect>
31      <x>0</x>
32      <y>0</y>
33      <width>56</width>
34      <height>20</height>
35     </rect>
36    </property>
37    <property name="toolTip">
38     <string>Back to main menu</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_back.xpm</normaloff>:res/qg_back.xpm</iconset>
46    </property>
47   </widget>
48   <widget class="QToolButton" name="bPolyline">
49    <property name="geometry">
50     <rect>
51      <x>0</x>
52      <y>20</y>
53      <width>28</width>
54      <height>28</height>
55     </rect>
56    </property>
57    <property name="toolTip">
58     <string>Create Polyline</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_polyline.xpm</normaloff>:res/qg_polyline.xpm</iconset>
66    </property>
67   </widget>
68   <widget class="QToolButton" name="bPolylineTrim">
69    <property name="geometry">
70     <rect>
71      <x>28</x>
72      <y>76</y>
73      <width>28</width>
74      <height>28</height>
75     </rect>
76    </property>
77    <property name="toolTip">
78     <string>Trim segments</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_polylinetrim.xpm</normaloff>:res/qg_polylinetrim.xpm</iconset>
86    </property>
87   </widget>
88   <widget class="QToolButton" name="bPolylineDelBetween">
89    <property name="geometry">
90     <rect>
91      <x>0</x>
92      <y>76</y>
93      <width>28</width>
94      <height>28</height>
95     </rect>
96    </property>
97    <property name="toolTip">
98     <string>Delete between two nodes</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_polylinedelbetween.xpm</normaloff>:res/qg_polylinedelbetween.xpm</iconset>
106    </property>
107   </widget>
108   <widget class="QToolButton" name="bPolylineDel">
109    <property name="geometry">
110     <rect>
111      <x>28</x>
112      <y>48</y>
113      <width>28</width>
114      <height>28</height>
115     </rect>
116    </property>
117    <property name="toolTip">
118     <string>Delete node</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_polylinedel.xpm</normaloff>:res/qg_polylinedel.xpm</iconset>
126    </property>
127   </widget>
128   <widget class="QToolButton" name="bPolylineAdd">
129    <property name="geometry">
130     <rect>
131      <x>28</x>
132      <y>20</y>
133      <width>28</width>
134      <height>28</height>
135     </rect>
136    </property>
137    <property name="toolTip">
138     <string>Add node</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_polylineadd.xpm</normaloff>:res/qg_polylineadd.xpm</iconset>
146    </property>
147   </widget>
148   <widget class="QToolButton" name="bPolylineAppend">
149    <property name="geometry">
150     <rect>
151      <x>0</x>
152      <y>48</y>
153      <width>28</width>
154      <height>28</height>
155     </rect>
156    </property>
157    <property name="toolTip">
158     <string>Append node</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_polylineappend.xpm</normaloff>:res/qg_polylineappend.xpm</iconset>
166    </property>
167   </widget>
168  </widget>
169  <layoutdefault spacing="6" margin="11"/>
170  <resources/>
171  <connections>
172   <connection>
173    <sender>bPolyline</sender>
174    <signal>clicked()</signal>
175    <receiver>CadToolBarPolylines</receiver>
176    <slot>drawPolyline()</slot>
177    <hints>
178     <hint type="sourcelabel">
179      <x>20</x>
180      <y>20</y>
181     </hint>
182     <hint type="destinationlabel">
183      <x>20</x>
184      <y>20</y>
185     </hint>
186    </hints>
187   </connection>
188   <connection>
189    <sender>bBack</sender>
190    <signal>clicked()</signal>
191    <receiver>CadToolBarPolylines</receiver>
192    <slot>back()</slot>
193    <hints>
194     <hint type="sourcelabel">
195      <x>20</x>
196      <y>20</y>
197     </hint>
198     <hint type="destinationlabel">
199      <x>20</x>
200      <y>20</y>
201     </hint>
202    </hints>
203   </connection>
204   <connection>
205    <sender>bPolylineAdd</sender>
206    <signal>clicked()</signal>
207    <receiver>CadToolBarPolylines</receiver>
208    <slot>polylineAdd()</slot>
209    <hints>
210     <hint type="sourcelabel">
211      <x>20</x>
212      <y>20</y>
213     </hint>
214     <hint type="destinationlabel">
215      <x>20</x>
216      <y>20</y>
217     </hint>
218    </hints>
219   </connection>
220   <connection>
221    <sender>bPolylineDel</sender>
222    <signal>clicked()</signal>
223    <receiver>CadToolBarPolylines</receiver>
224    <slot>polylineDel()</slot>
225    <hints>
226     <hint type="sourcelabel">
227      <x>20</x>
228      <y>20</y>
229     </hint>
230     <hint type="destinationlabel">
231      <x>20</x>
232      <y>20</y>
233     </hint>
234    </hints>
235   </connection>
236   <connection>
237    <sender>bPolylineDelBetween</sender>
238    <signal>clicked()</signal>
239    <receiver>CadToolBarPolylines</receiver>
240    <slot>polylineDelBetween()</slot>
241    <hints>
242     <hint type="sourcelabel">
243      <x>20</x>
244      <y>20</y>
245     </hint>
246     <hint type="destinationlabel">
247      <x>20</x>
248      <y>20</y>
249     </hint>
250    </hints>
251   </connection>
252   <connection>
253    <sender>bPolylineTrim</sender>
254    <signal>clicked()</signal>
255    <receiver>CadToolBarPolylines</receiver>
256    <slot>polylineTrim()</slot>
257    <hints>
258     <hint type="sourcelabel">
259      <x>20</x>
260      <y>20</y>
261     </hint>
262     <hint type="destinationlabel">
263      <x>20</x>
264      <y>20</y>
265     </hint>
266    </hints>
267   </connection>
268   <connection>
269    <sender>bPolylineAppend</sender>
270    <signal>clicked()</signal>
271    <receiver>CadToolBarPolylines</receiver>
272    <slot>polylineAppend()</slot>
273    <hints>
274     <hint type="sourcelabel">
275      <x>20</x>
276      <y>20</y>
277     </hint>
278     <hint type="destinationlabel">
279      <x>20</x>
280      <y>20</y>
281     </hint>
282    </hints>
283   </connection>
284  </connections>
285 </ui>