]> Shamusworld >> Repos - architektonas/blob - src/forms/lineoptions.ui
Initial phase of adding polyline functionality. DOES NOT COMPILE.
[architektonas] / src / forms / lineoptions.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LineOptions</class>
4  <widget class="QWidget" name="LineOptions">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>200</width>
10     <height>22</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>200</width>
22     <height>22</height>
23    </size>
24   </property>
25   <property name="maximumSize">
26    <size>
27     <width>280</width>
28     <height>22</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Line Options</string>
33   </property>
34   <layout class="QHBoxLayout">
35    <property name="margin">
36     <number>1</number>
37    </property>
38    <item>
39     <widget class="QToolButton" name="bClose">
40      <property name="text">
41       <string>Close</string>
42      </property>
43     </widget>
44    </item>
45    <item>
46     <widget class="QToolButton" name="bUndo">
47      <property name="text">
48       <string>Undo</string>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <widget class="Line" name="sep1">
54      <property name="sizePolicy">
55       <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
56        <horstretch>0</horstretch>
57        <verstretch>0</verstretch>
58       </sizepolicy>
59      </property>
60      <property name="frameShape">
61       <enum>QFrame::VLine</enum>
62      </property>
63      <property name="frameShadow">
64       <enum>QFrame::Sunken</enum>
65      </property>
66     </widget>
67    </item>
68   </layout>
69  </widget>
70  <layoutdefault spacing="6" margin="11"/>
71  <resources/>
72  <connections>
73   <connection>
74    <sender>bClose</sender>
75    <signal>clicked()</signal>
76    <receiver>LineOptions</receiver>
77    <slot>close()</slot>
78    <hints>
79     <hint type="sourcelabel">
80      <x>20</x>
81      <y>20</y>
82     </hint>
83     <hint type="destinationlabel">
84      <x>20</x>
85      <y>20</y>
86     </hint>
87    </hints>
88   </connection>
89   <connection>
90    <sender>bUndo</sender>
91    <signal>clicked()</signal>
92    <receiver>LineOptions</receiver>
93    <slot>undo()</slot>
94    <hints>
95     <hint type="sourcelabel">
96      <x>20</x>
97      <y>20</y>
98     </hint>
99     <hint type="destinationlabel">
100      <x>20</x>
101      <y>20</y>
102     </hint>
103    </hints>
104   </connection>
105  </connections>
106 </ui>