]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbararcs.ui
Initial import
[architektonas] / src / forms / cadtoolbararcs.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarArcs</class>
4  <widget class="QWidget" name="CadToolBarArcs">
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>Arcs</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="bArcParallel">
49    <property name="geometry">
50     <rect>
51      <x>0</x>
52      <y>48</y>
53      <width>28</width>
54      <height>28</height>
55     </rect>
56    </property>
57    <property name="toolTip">
58     <string>Concentric</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_arcspara.xpm</normaloff>:res/qg_arcspara.xpm</iconset>
66    </property>
67   </widget>
68   <widget class="QToolButton" name="bArc">
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>Arc with Center, Point, Angles</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_arcscraa.xpm</normaloff>:res/qg_arcscraa.xpm</iconset>
86    </property>
87   </widget>
88   <widget class="QToolButton" name="bArc3P">
89    <property name="geometry">
90     <rect>
91      <x>28</x>
92      <y>20</y>
93      <width>28</width>
94      <height>28</height>
95     </rect>
96    </property>
97    <property name="toolTip">
98     <string>Arc 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_arcs3p.xpm</normaloff>:res/qg_arcs3p.xpm</iconset>
106    </property>
107   </widget>
108   <widget class="QToolButton" name="bArcTangential">
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>Arc tangential to base entity with radius</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_arcstangential.xpm</normaloff>:res/qg_arcstangential.xpm</iconset>
126    </property>
127   </widget>
128  </widget>
129  <layoutdefault spacing="6" margin="11"/>
130  <tabstops>
131   <tabstop>bBack</tabstop>
132   <tabstop>bArc</tabstop>
133   <tabstop>bArc3P</tabstop>
134   <tabstop>bArcParallel</tabstop>
135  </tabstops>
136  <resources/>
137  <connections>
138   <connection>
139    <sender>bArc</sender>
140    <signal>clicked()</signal>
141    <receiver>CadToolBarArcs</receiver>
142    <slot>drawArc()</slot>
143    <hints>
144     <hint type="sourcelabel">
145      <x>20</x>
146      <y>20</y>
147     </hint>
148     <hint type="destinationlabel">
149      <x>20</x>
150      <y>20</y>
151     </hint>
152    </hints>
153   </connection>
154   <connection>
155    <sender>bArc3P</sender>
156    <signal>clicked()</signal>
157    <receiver>CadToolBarArcs</receiver>
158    <slot>drawArc3P()</slot>
159    <hints>
160     <hint type="sourcelabel">
161      <x>20</x>
162      <y>20</y>
163     </hint>
164     <hint type="destinationlabel">
165      <x>20</x>
166      <y>20</y>
167     </hint>
168    </hints>
169   </connection>
170   <connection>
171    <sender>bArcParallel</sender>
172    <signal>clicked()</signal>
173    <receiver>CadToolBarArcs</receiver>
174    <slot>drawArcParallel()</slot>
175    <hints>
176     <hint type="sourcelabel">
177      <x>20</x>
178      <y>20</y>
179     </hint>
180     <hint type="destinationlabel">
181      <x>20</x>
182      <y>20</y>
183     </hint>
184    </hints>
185   </connection>
186   <connection>
187    <sender>bBack</sender>
188    <signal>clicked()</signal>
189    <receiver>CadToolBarArcs</receiver>
190    <slot>back()</slot>
191    <hints>
192     <hint type="sourcelabel">
193      <x>20</x>
194      <y>20</y>
195     </hint>
196     <hint type="destinationlabel">
197      <x>20</x>
198      <y>20</y>
199     </hint>
200    </hints>
201   </connection>
202   <connection>
203    <sender>bArcTangential</sender>
204    <signal>clicked()</signal>
205    <receiver>CadToolBarArcs</receiver>
206    <slot>drawArcTangential()</slot>
207    <hints>
208     <hint type="sourcelabel">
209      <x>20</x>
210      <y>20</y>
211     </hint>
212     <hint type="destinationlabel">
213      <x>20</x>
214      <y>20</y>
215     </hint>
216    </hints>
217   </connection>
218  </connections>
219 </ui>