]> Shamusworld >> Repos - architektonas/blob - src/forms/textoptions.ui
Initial import
[architektonas] / src / forms / textoptions.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TextOptions</class>
4  <widget class="QWidget" name="TextOptions">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>300</width>
10     <height>24</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
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>300</width>
28     <height>32767</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Text Options</string>
33   </property>
34   <property name="toolTip">
35    <string/>
36   </property>
37   <layout class="QHBoxLayout">
38    <property name="margin">
39     <number>1</number>
40    </property>
41    <item>
42     <widget class="QLabel" name="lText">
43      <property name="text">
44       <string>Text:</string>
45      </property>
46      <property name="wordWrap">
47       <bool>false</bool>
48      </property>
49     </widget>
50    </item>
51    <item>
52     <widget class="QLineEdit" name="teText"/>
53    </item>
54    <item>
55     <widget class="QLabel" name="lAngle">
56      <property name="text">
57       <string>Angle:</string>
58      </property>
59      <property name="wordWrap">
60       <bool>false</bool>
61      </property>
62     </widget>
63    </item>
64    <item>
65     <widget class="QLineEdit" name="leAngle"/>
66    </item>
67    <item>
68     <widget class="Line" name="sep1">
69      <property name="sizePolicy">
70       <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <property name="frameShape">
76       <enum>QFrame::VLine</enum>
77      </property>
78      <property name="frameShadow">
79       <enum>QFrame::Sunken</enum>
80      </property>
81     </widget>
82    </item>
83   </layout>
84  </widget>
85  <layoutdefault spacing="6" margin="11"/>
86  <resources/>
87  <connections>
88   <connection>
89    <sender>leAngle</sender>
90    <signal>textChanged(QString)</signal>
91    <receiver>TextOptions</receiver>
92    <slot>updateAngle()</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>