]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarellipses.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarellipses.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarEllipses</class>
4  <widget class="QWidget" name="CadToolBarEllipses">
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>Ellipses</string>
27   </property>
28   <widget class="QToolButton" name="bEllipseArcAxes">
29    <property name="geometry">
30     <rect>
31      <x>28</x>
32      <y>20</y>
33      <width>28</width>
34      <height>28</height>
35     </rect>
36    </property>
37    <property name="toolTip">
38     <string>Ellipse arc with center, two points and angles</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_ellipsearcsaxes.xpm</normaloff>:res/qg_ellipsearcsaxes.xpm</iconset>
46    </property>
47   </widget>
48   <widget class="QToolButton" name="bEllipseAxes">
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>Ellipse with Center and two points</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_ellipsesaxes.xpm</normaloff>:res/qg_ellipsesaxes.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>
89  <layoutdefault spacing="6" margin="11"/>
90  <resources/>
91  <connections>
92   <connection>
93    <sender>bEllipseAxes</sender>
94    <signal>clicked()</signal>
95    <receiver>CadToolBarEllipses</receiver>
96    <slot>drawEllipseAxis()</slot>
97    <hints>
98     <hint type="sourcelabel">
99      <x>20</x>
100      <y>20</y>
101     </hint>
102     <hint type="destinationlabel">
103      <x>20</x>
104      <y>20</y>
105     </hint>
106    </hints>
107   </connection>
108   <connection>
109    <sender>bEllipseArcAxes</sender>
110    <signal>clicked()</signal>
111    <receiver>CadToolBarEllipses</receiver>
112    <slot>drawEllipseArcAxis()</slot>
113    <hints>
114     <hint type="sourcelabel">
115      <x>20</x>
116      <y>20</y>
117     </hint>
118     <hint type="destinationlabel">
119      <x>20</x>
120      <y>20</y>
121     </hint>
122    </hints>
123   </connection>
124   <connection>
125    <sender>bBack</sender>
126    <signal>clicked()</signal>
127    <receiver>CadToolBarEllipses</receiver>
128    <slot>back()</slot>
129    <hints>
130     <hint type="sourcelabel">
131      <x>20</x>
132      <y>20</y>
133     </hint>
134     <hint type="destinationlabel">
135      <x>20</x>
136      <y>20</y>
137     </hint>
138    </hints>
139   </connection>
140  </connections>
141 </ui>