1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_RoundOptions</class>
4 <widget class="QWidget" name="Ui_RoundOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>200</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>170</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>200</width>
28    <height>32767</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Round Options</string>
33  </property>
34  <property name="toolTip">
35   <string/>
36  </property>
37  <layout class="QHBoxLayout">
38   <property name="leftMargin">
39    <number>1</number>
40   </property>
41   <property name="topMargin">
42    <number>1</number>
43   </property>
44   <property name="rightMargin">
45    <number>1</number>
46   </property>
47   <property name="bottomMargin">
48    <number>1</number>
49   </property>
50   <item>
51    <widget class="QCheckBox" name="cbTrim">
52     <property name="toolTip">
53      <string>Check to trim both edges to the rounding</string>
54     </property>
55     <property name="text">
56      <string>Trim</string>
57     </property>
58    </widget>
59   </item>
60   <item>
61    <widget class="Line" name="sep1_2">
62     <property name="sizePolicy">
63      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
64       <horstretch>0</horstretch>
65       <verstretch>0</verstretch>
66      </sizepolicy>
67     </property>
68     <property name="frameShape">
69      <enum>QFrame::VLine</enum>
70     </property>
71     <property name="frameShadow">
72      <enum>QFrame::Sunken</enum>
73     </property>
74    </widget>
75   </item>
76   <item>
77    <widget class="QLabel" name="lRadius">
78     <property name="text">
79      <string>Radius:</string>
80     </property>
81     <property name="wordWrap">
82      <bool>false</bool>
83     </property>
84    </widget>
85   </item>
86   <item>
87    <widget class="QLineEdit" name="leRadius"/>
88   </item>
89   <item>
90    <widget class="Line" name="sep1">
91     <property name="sizePolicy">
92      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
93       <horstretch>0</horstretch>
94       <verstretch>0</verstretch>
95      </sizepolicy>
96     </property>
97     <property name="frameShape">
98      <enum>QFrame::VLine</enum>
99     </property>
100     <property name="frameShadow">
101      <enum>QFrame::Sunken</enum>
102     </property>
103    </widget>
104   </item>
105  </layout>
106 </widget>
107 <layoutdefault spacing="6" margin="11"/>
108 <resources/>
109 <connections>
110  <connection>
111   <sender>leRadius</sender>
112   <signal>textChanged(QString)</signal>
113   <receiver>Ui_RoundOptions</receiver>
114   <slot>updateData()</slot>
115   <hints>
116    <hint type="sourcelabel">
117     <x>20</x>
118     <y>20</y>
119    </hint>
120    <hint type="destinationlabel">
121     <x>20</x>
122     <y>20</y>
123    </hint>
124   </hints>
125  </connection>
126  <connection>
127   <sender>cbTrim</sender>
128   <signal>toggled(bool)</signal>
129   <receiver>Ui_RoundOptions</receiver>
130   <slot>updateData()</slot>
131   <hints>
132    <hint type="sourcelabel">
133     <x>20</x>
134     <y>20</y>
135    </hint>
136    <hint type="destinationlabel">
137     <x>20</x>
138     <y>20</y>
139    </hint>
140   </hints>
141  </connection>
142 </connections>
143</ui>
144