]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarcircles.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarcircles.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarCircles</class>
4  <widget class="QWidget" name="CadToolBarCircles">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>86</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>Circles</string>
27   </property>
28   <widget class="QToolButton" name="bCircle2P">
29    <property name="geometry">
30     <rect>
31      <x>0</x>
32      <y>48</y>
33      <width>28</width>
34      <height>28</height>
35     </rect>
36    </property>
37    <property name="toolTip">
38     <string>Circle with two opposite points</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_circles2p.xpm</normaloff>:res/qg_circles2p.xpm</iconset>
46    </property>
47   </widget>
48   <widget class="QToolButton" name="bCircleCR">
49    <property name="geometry">
50     <rect>
51      <x>28</x>
52      <y>20</y>
53      <width>28</width>
54      <height>28</height>
55     </rect>
56    </property>
57    <property name="toolTip">
58     <string>Circle with center and radius</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_circlescr.xpm</normaloff>:res/qg_circlescr.xpm</iconset>
66    </property>
67   </widget>
68   <widget class="QToolButton" name="bCircle">
69    <property name="geometry">
70     <rect>
71      <x>0</x>
72      <y>20</y>
73      <width>28</width>
74      <height>28</height>
75     </rect>
76    </property>
77    <property name="toolTip">
78     <string>Circle with center and point</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_circles.xpm</normaloff>:res/qg_circles.xpm</iconset>
86    </property>
87   </widget>
88   <widget class="QToolButton" name="bCircle3P">
89    <property name="geometry">
90     <rect>
91      <x>28</x>
92      <y>48</y>
93      <width>28</width>
94      <height>28</height>
95     </rect>
96    </property>
97    <property name="toolTip">
98     <string>Circle with three points</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_circles3p.xpm</normaloff>:res/qg_circles3p.xpm</iconset>
106    </property>
107   </widget>
108   <widget class="QToolButton" name="bBack">
109    <property name="geometry">
110     <rect>
111      <x>0</x>
112      <y>0</y>
113      <width>56</width>
114      <height>20</height>
115     </rect>
116    </property>
117    <property name="toolTip">
118     <string>Back to main menu</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_back.xpm</normaloff>:res/qg_back.xpm</iconset>
126    </property>
127   </widget>
128   <widget class="QToolButton" name="bCircleParallel">
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>Concentric</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_circlespara.xpm</normaloff>:res/qg_circlespara.xpm</iconset>
146    </property>
147   </widget>
148  </widget>
149  <layoutdefault spacing="6" margin="11"/>
150  <tabstops>
151   <tabstop>bBack</tabstop>
152   <tabstop>bCircle</tabstop>
153   <tabstop>bCircleCR</tabstop>
154   <tabstop>bCircle2P</tabstop>
155   <tabstop>bCircle3P</tabstop>
156   <tabstop>bCircleParallel</tabstop>
157  </tabstops>
158  <resources/>
159  <connections>
160   <connection>
161    <sender>bCircle</sender>
162    <signal>clicked()</signal>
163    <receiver>CadToolBarCircles</receiver>
164    <slot>drawCircle()</slot>
165    <hints>
166     <hint type="sourcelabel">
167      <x>20</x>
168      <y>20</y>
169     </hint>
170     <hint type="destinationlabel">
171      <x>20</x>
172      <y>20</y>
173     </hint>
174    </hints>
175   </connection>
176   <connection>
177    <sender>bCircleCR</sender>
178    <signal>clicked()</signal>
179    <receiver>CadToolBarCircles</receiver>
180    <slot>drawCircleCR()</slot>
181    <hints>
182     <hint type="sourcelabel">
183      <x>28</x>
184      <y>20</y>
185     </hint>
186     <hint type="destinationlabel">
187      <x>20</x>
188      <y>20</y>
189     </hint>
190    </hints>
191   </connection>
192   <connection>
193    <sender>bCircle2P</sender>
194    <signal>clicked()</signal>
195    <receiver>CadToolBarCircles</receiver>
196    <slot>drawCircle2P()</slot>
197    <hints>
198     <hint type="sourcelabel">
199      <x>0</x>
200      <y>48</y>
201     </hint>
202     <hint type="destinationlabel">
203      <x>20</x>
204      <y>20</y>
205     </hint>
206    </hints>
207   </connection>
208   <connection>
209    <sender>bCircle3P</sender>
210    <signal>clicked()</signal>
211    <receiver>CadToolBarCircles</receiver>
212    <slot>drawCircle3P()</slot>
213    <hints>
214     <hint type="sourcelabel">
215      <x>28</x>
216      <y>48</y>
217     </hint>
218     <hint type="destinationlabel">
219      <x>20</x>
220      <y>20</y>
221     </hint>
222    </hints>
223   </connection>
224   <connection>
225    <sender>bCircleParallel</sender>
226    <signal>clicked()</signal>
227    <receiver>CadToolBarCircles</receiver>
228    <slot>drawCircleParallel()</slot>
229    <hints>
230     <hint type="sourcelabel">
231      <x>0</x>
232      <y>76</y>
233     </hint>
234     <hint type="destinationlabel">
235      <x>20</x>
236      <y>20</y>
237     </hint>
238    </hints>
239   </connection>
240   <connection>
241    <sender>bBack</sender>
242    <signal>clicked()</signal>
243    <receiver>CadToolBarCircles</receiver>
244    <slot>back()</slot>
245    <hints>
246     <hint type="sourcelabel">
247      <x>0</x>
248      <y>19</y>
249     </hint>
250     <hint type="destinationlabel">
251      <x>20</x>
252      <y>20</y>
253     </hint>
254    </hints>
255   </connection>
256  </connections>
257 </ui>