1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_ArcTangentialOptions</class>
4 <widget class="QWidget" name="Ui_ArcTangentialOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>258</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>248</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>Tangential Arc Options</string>
27  </property>
28  <widget class="Line" name="sep1">
29   <property name="geometry">
30    <rect>
31     <x>124</x>
32     <y>0</y>
33     <width>16</width>
34     <height>24</height>
35    </rect>
36   </property>
37   <property name="sizePolicy">
38    <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
39     <horstretch>0</horstretch>
40     <verstretch>0</verstretch>
41    </sizepolicy>
42   </property>
43   <property name="frameShape">
44    <enum>QFrame::VLine</enum>
45   </property>
46   <property name="frameShadow">
47    <enum>QFrame::Sunken</enum>
48   </property>
49  </widget>
50  <widget class="QLineEdit" name="leRadius">
51   <property name="geometry">
52    <rect>
53     <x>70</x>
54     <y>0</y>
55     <width>60</width>
56     <height>22</height>
57    </rect>
58   </property>
59   <property name="sizePolicy">
60    <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
61     <horstretch>0</horstretch>
62     <verstretch>0</verstretch>
63    </sizepolicy>
64   </property>
65   <property name="toolTip">
66    <string>Radius of the tangential arc</string>
67   </property>
68  </widget>
69  <widget class="QLineEdit" name="leAngle">
70   <property name="geometry">
71    <rect>
72     <x>192</x>
73     <y>0</y>
74     <width>60</width>
75     <height>22</height>
76    </rect>
77   </property>
78   <property name="sizePolicy">
79    <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
80     <horstretch>0</horstretch>
81     <verstretch>0</verstretch>
82    </sizepolicy>
83   </property>
84   <property name="toolTip">
85    <string>Total subtending angle of the tangential arc</string>
86   </property>
87  </widget>
88  <widget class="QRadioButton" name="rbRadius">
89   <property name="geometry">
90    <rect>
91     <x>0</x>
92     <y>0</y>
93     <width>70</width>
94     <height>22</height>
95    </rect>
96   </property>
97   <property name="text">
98    <string extracomment="Draw Tangential Arc by the given radius">Radius</string>
99   </property>
100   <property name="iconSize">
101    <size>
102     <width>12</width>
103     <height>12</height>
104    </size>
105   </property>
106   <property name="checked">
107    <bool>true</bool>
108   </property>
109  </widget>
110  <widget class="QRadioButton" name="rbAngle">
111   <property name="geometry">
112    <rect>
113     <x>130</x>
114     <y>0</y>
115     <width>65</width>
116     <height>22</height>
117    </rect>
118   </property>
119   <property name="text">
120    <string extracomment="Draw Tangential Arc by the given radius">Angle</string>
121   </property>
122   <property name="iconSize">
123    <size>
124     <width>12</width>
125     <height>12</height>
126    </size>
127   </property>
128  </widget>
129 </widget>
130 <layoutdefault spacing="6" margin="11"/>
131 <tabstops>
132  <tabstop>leRadius</tabstop>
133  <tabstop>leAngle</tabstop>
134 </tabstops>
135 <resources/>
136 <connections>
137  <connection>
138   <sender>leRadius</sender>
139   <signal>editingFinished()</signal>
140   <receiver>QG_ArcTangentialOptions</receiver>
141   <slot>on_leRadius_editingFinished()</slot>
142   <hints>
143    <hint type="sourcelabel">
144     <x>70</x>
145     <y>20</y>
146    </hint>
147    <hint type="destinationlabel">
148     <x>20</x>
149     <y>20</y>
150    </hint>
151   </hints>
152  </connection>
153  <connection>
154   <sender>leAngle</sender>
155   <signal>editingFinished()</signal>
156   <receiver>QG_ArcTangentialOptions</receiver>
157   <slot>on_leAngle_editingFinished()</slot>
158   <hints>
159    <hint type="sourcelabel">
160     <x>70</x>
161     <y>20</y>
162    </hint>
163    <hint type="destinationlabel">
164     <x>20</x>
165     <y>20</y>
166    </hint>
167   </hints>
168  </connection>
169 </connections>
170</ui>
171