]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarpoints.ui
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarpoints.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CadToolBarPoints</class>
4  <widget class="QWidget" name="CadToolBarPoints">
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>Points</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="bPoint">
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>Single 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_points.xpm</normaloff>:res/qg_points.xpm</iconset>
66    </property>
67   </widget>
68  </widget>
69  <layoutdefault spacing="6" margin="11"/>
70  <resources/>
71  <connections>
72   <connection>
73    <sender>bPoint</sender>
74    <signal>clicked()</signal>
75    <receiver>CadToolBarPoints</receiver>
76    <slot>drawPoint()</slot>
77    <hints>
78     <hint type="sourcelabel">
79      <x>20</x>
80      <y>20</y>
81     </hint>
82     <hint type="destinationlabel">
83      <x>20</x>
84      <y>20</y>
85     </hint>
86    </hints>
87   </connection>
88   <connection>
89    <sender>bBack</sender>
90    <signal>clicked()</signal>
91    <receiver>CadToolBarPoints</receiver>
92    <slot>back()</slot>
93    <hints>
94     <hint type="sourcelabel">
95      <x>20</x>
96      <y>20</y>
97     </hint>
98     <hint type="destinationlabel">
99      <x>20</x>
100      <y>20</y>
101     </hint>
102    </hints>
103   </connection>
104  </connections>
105 </ui>