]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarinfo.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarinfo.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarInfo</class>
4  <widget class="QWidget" name="CadToolBarInfo">
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>Info</string>
27   </property>
28   <widget class="QToolButton" name="bDist">
29    <property name="geometry">
30     <rect>
31      <x>0</x>
32      <y>20</y>
33      <width>28</width>
34      <height>28</height>
35     </rect>
36    </property>
37    <property name="toolTip">
38     <string>Distance (Point, Point)</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_infodist.xpm</normaloff>:res/qg_infodist.xpm</iconset>
46    </property>
47   </widget>
48   <widget class="QToolButton" name="bDist2">
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>Distance (Entity, Point)</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_infodist2.xpm</normaloff>:res/qg_infodist2.xpm</iconset>
66    </property>
67   </widget>
68   <widget class="QToolButton" name="bBack">
69    <property name="geometry">
70     <rect>
71      <x>0</x>
72      <y>0</y>
73      <width>56</width>
74      <height>20</height>
75     </rect>
76    </property>
77    <property name="toolTip">
78     <string>Back to main menu</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_back.xpm</normaloff>:res/qg_back.xpm</iconset>
86    </property>
87   </widget>
88   <widget class="QToolButton" name="bAngle">
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>Angle</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_infoangle.xpm</normaloff>:res/qg_infoangle.xpm</iconset>
106    </property>
107   </widget>
108   <widget class="QToolButton" name="bTotalLength">
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>Total length of selected entities</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_infototallength.xpm</normaloff>:res/qg_infototallength.xpm</iconset>
126    </property>
127   </widget>
128   <widget class="QToolButton" name="bArea">
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>Area of polygon</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_infoarea.xpm</normaloff>:res/qg_infoarea.xpm</iconset>
146    </property>
147   </widget>
148  </widget>
149  <layoutdefault spacing="6" margin="11"/>
150  <resources/>
151  <connections>
152   <connection>
153    <sender>bDist</sender>
154    <signal>clicked()</signal>
155    <receiver>CadToolBarInfo</receiver>
156    <slot>infoDist()</slot>
157    <hints>
158     <hint type="sourcelabel">
159      <x>20</x>
160      <y>20</y>
161     </hint>
162     <hint type="destinationlabel">
163      <x>20</x>
164      <y>20</y>
165     </hint>
166    </hints>
167   </connection>
168   <connection>
169    <sender>bBack</sender>
170    <signal>clicked()</signal>
171    <receiver>CadToolBarInfo</receiver>
172    <slot>back()</slot>
173    <hints>
174     <hint type="sourcelabel">
175      <x>20</x>
176      <y>20</y>
177     </hint>
178     <hint type="destinationlabel">
179      <x>20</x>
180      <y>20</y>
181     </hint>
182    </hints>
183   </connection>
184   <connection>
185    <sender>bDist2</sender>
186    <signal>clicked()</signal>
187    <receiver>CadToolBarInfo</receiver>
188    <slot>infoDist2()</slot>
189    <hints>
190     <hint type="sourcelabel">
191      <x>20</x>
192      <y>20</y>
193     </hint>
194     <hint type="destinationlabel">
195      <x>20</x>
196      <y>20</y>
197     </hint>
198    </hints>
199   </connection>
200   <connection>
201    <sender>bAngle</sender>
202    <signal>clicked()</signal>
203    <receiver>CadToolBarInfo</receiver>
204    <slot>infoAngle()</slot>
205    <hints>
206     <hint type="sourcelabel">
207      <x>20</x>
208      <y>20</y>
209     </hint>
210     <hint type="destinationlabel">
211      <x>20</x>
212      <y>20</y>
213     </hint>
214    </hints>
215   </connection>
216   <connection>
217    <sender>bTotalLength</sender>
218    <signal>clicked()</signal>
219    <receiver>CadToolBarInfo</receiver>
220    <slot>infoTotalLength()</slot>
221    <hints>
222     <hint type="sourcelabel">
223      <x>20</x>
224      <y>20</y>
225     </hint>
226     <hint type="destinationlabel">
227      <x>20</x>
228      <y>20</y>
229     </hint>
230    </hints>
231   </connection>
232   <connection>
233    <sender>bArea</sender>
234    <signal>clicked()</signal>
235    <receiver>CadToolBarInfo</receiver>
236    <slot>infoArea()</slot>
237    <hints>
238     <hint type="sourcelabel">
239      <x>20</x>
240      <y>20</y>
241     </hint>
242     <hint type="destinationlabel">
243      <x>20</x>
244      <y>20</y>
245     </hint>
246    </hints>
247   </connection>
248  </connections>
249 </ui>