]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbardim.ui
Initial import
[architektonas] / src / forms / cadtoolbardim.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarDim</class>
4  <widget class="QWidget" name="CadToolBarDim">
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>Dimensions</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="bAligned">
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>Aligned Dimension</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_dimaligned.xpm</normaloff>:res/qg_dimaligned.xpm</iconset>
66    </property>
67   </widget>
68   <widget class="QToolButton" name="bLinear">
69    <property name="geometry">
70     <rect>
71      <x>28</x>
72      <y>20</y>
73      <width>28</width>
74      <height>28</height>
75     </rect>
76    </property>
77    <property name="toolTip">
78     <string>Linear Dimension</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_dimhor.xpm</normaloff>:res/qg_dimhor.xpm</iconset>
86    </property>
87   </widget>
88   <widget class="QToolButton" name="bLinearHor">
89    <property name="geometry">
90     <rect>
91      <x>0</x>
92      <y>48</y>
93      <width>28</width>
94      <height>28</height>
95     </rect>
96    </property>
97    <property name="toolTip">
98     <string>Horizontal Dimension</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_dimhor.xpm</normaloff>:res/qg_dimhor.xpm</iconset>
106    </property>
107   </widget>
108   <widget class="QToolButton" name="bLinearVer">
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>Vertical Dimension</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_dimver.xpm</normaloff>:res/qg_dimver.xpm</iconset>
126    </property>
127   </widget>
128   <widget class="QToolButton" name="bRadial">
129    <property name="geometry">
130     <rect>
131      <x>0</x>
132      <y>76</y>
133      <width>28</width>
134      <height>28</height>
135     </rect>
136    </property>
137    <property name="toolTip">
138     <string>Radial Dimension</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_dimradial.xpm</normaloff>:res/qg_dimradial.xpm</iconset>
146    </property>
147   </widget>
148   <widget class="QToolButton" name="bDiametric">
149    <property name="geometry">
150     <rect>
151      <x>28</x>
152      <y>76</y>
153      <width>28</width>
154      <height>28</height>
155     </rect>
156    </property>
157    <property name="toolTip">
158     <string>Diametric Dimension</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_dimdiametric.xpm</normaloff>:res/qg_dimdiametric.xpm</iconset>
166    </property>
167   </widget>
168   <widget class="QToolButton" name="bAngular">
169    <property name="geometry">
170     <rect>
171      <x>0</x>
172      <y>104</y>
173      <width>28</width>
174      <height>28</height>
175     </rect>
176    </property>
177    <property name="toolTip">
178     <string>Angular Dimension</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_dimangular.xpm</normaloff>:res/qg_dimangular.xpm</iconset>
186    </property>
187   </widget>
188   <widget class="QToolButton" name="bLeader">
189    <property name="geometry">
190     <rect>
191      <x>28</x>
192      <y>104</y>
193      <width>28</width>
194      <height>28</height>
195     </rect>
196    </property>
197    <property name="toolTip">
198     <string>Leader</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_dimleader.xpm</normaloff>:res/qg_dimleader.xpm</iconset>
206    </property>
207   </widget>
208  </widget>
209  <layoutdefault spacing="6" margin="11"/>
210  <resources/>
211  <connections>
212   <connection>
213    <sender>bAligned</sender>
214    <signal>clicked()</signal>
215    <receiver>CadToolBarDim</receiver>
216    <slot>drawDimAligned()</slot>
217    <hints>
218     <hint type="sourcelabel">
219      <x>20</x>
220      <y>20</y>
221     </hint>
222     <hint type="destinationlabel">
223      <x>20</x>
224      <y>20</y>
225     </hint>
226    </hints>
227   </connection>
228   <connection>
229    <sender>bLinearHor</sender>
230    <signal>clicked()</signal>
231    <receiver>CadToolBarDim</receiver>
232    <slot>drawDimLinearHor()</slot>
233    <hints>
234     <hint type="sourcelabel">
235      <x>20</x>
236      <y>20</y>
237     </hint>
238     <hint type="destinationlabel">
239      <x>20</x>
240      <y>20</y>
241     </hint>
242    </hints>
243   </connection>
244   <connection>
245    <sender>bLinearVer</sender>
246    <signal>clicked()</signal>
247    <receiver>CadToolBarDim</receiver>
248    <slot>drawDimLinearVer()</slot>
249    <hints>
250     <hint type="sourcelabel">
251      <x>20</x>
252      <y>20</y>
253     </hint>
254     <hint type="destinationlabel">
255      <x>20</x>
256      <y>20</y>
257     </hint>
258    </hints>
259   </connection>
260   <connection>
261    <sender>bLinear</sender>
262    <signal>clicked()</signal>
263    <receiver>CadToolBarDim</receiver>
264    <slot>drawDimLinear()</slot>
265    <hints>
266     <hint type="sourcelabel">
267      <x>20</x>
268      <y>20</y>
269     </hint>
270     <hint type="destinationlabel">
271      <x>20</x>
272      <y>20</y>
273     </hint>
274    </hints>
275   </connection>
276   <connection>
277    <sender>bBack</sender>
278    <signal>clicked()</signal>
279    <receiver>CadToolBarDim</receiver>
280    <slot>back()</slot>
281    <hints>
282     <hint type="sourcelabel">
283      <x>20</x>
284      <y>20</y>
285     </hint>
286     <hint type="destinationlabel">
287      <x>20</x>
288      <y>20</y>
289     </hint>
290    </hints>
291   </connection>
292   <connection>
293    <sender>bRadial</sender>
294    <signal>clicked()</signal>
295    <receiver>CadToolBarDim</receiver>
296    <slot>drawDimRadial()</slot>
297    <hints>
298     <hint type="sourcelabel">
299      <x>20</x>
300      <y>20</y>
301     </hint>
302     <hint type="destinationlabel">
303      <x>20</x>
304      <y>20</y>
305     </hint>
306    </hints>
307   </connection>
308   <connection>
309    <sender>bDiametric</sender>
310    <signal>clicked()</signal>
311    <receiver>CadToolBarDim</receiver>
312    <slot>drawDimDiametric()</slot>
313    <hints>
314     <hint type="sourcelabel">
315      <x>20</x>
316      <y>20</y>
317     </hint>
318     <hint type="destinationlabel">
319      <x>20</x>
320      <y>20</y>
321     </hint>
322    </hints>
323   </connection>
324   <connection>
325    <sender>bAngular</sender>
326    <signal>clicked()</signal>
327    <receiver>CadToolBarDim</receiver>
328    <slot>drawDimAngular()</slot>
329    <hints>
330     <hint type="sourcelabel">
331      <x>20</x>
332      <y>20</y>
333     </hint>
334     <hint type="destinationlabel">
335      <x>20</x>
336      <y>20</y>
337     </hint>
338    </hints>
339   </connection>
340   <connection>
341    <sender>bLeader</sender>
342    <signal>clicked()</signal>
343    <receiver>CadToolBarDim</receiver>
344    <slot>drawDimLeader()</slot>
345    <hints>
346     <hint type="sourcelabel">
347      <x>20</x>
348      <y>20</y>
349     </hint>
350     <hint type="destinationlabel">
351      <x>20</x>
352      <y>20</y>
353     </hint>
354    </hints>
355   </connection>
356  </connections>
357 </ui>