1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_SnapDistOptions</class>
4 <widget class="QWidget" name="Ui_SnapDistOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>150</width>
10    <height>24</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>130</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>150</width>
28    <height>32767</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Snap Distance Options</string>
33  </property>
34  <layout class="QHBoxLayout">
35   <property name="leftMargin">
36    <number>1</number>
37   </property>
38   <property name="topMargin">
39    <number>1</number>
40   </property>
41   <property name="rightMargin">
42    <number>1</number>
43   </property>
44   <property name="bottomMargin">
45    <number>1</number>
46   </property>
47   <item>
48    <widget class="QLabel" name="lDist">
49     <property name="text">
50      <string>Distance:</string>
51     </property>
52     <property name="wordWrap">
53      <bool>false</bool>
54     </property>
55    </widget>
56   </item>
57   <item>
58    <widget class="QLineEdit" name="leDist"/>
59   </item>
60   <item>
61    <widget class="Line" name="sep1">
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  </layout>
77 </widget>
78 <layoutdefault spacing="6" margin="11"/>
79 <includes>
80  <include location="local">rs_circle.h</include>
81  <include location="local">rs_settings.h</include>
82 </includes>
83 <resources/>
84 <connections>
85  <connection>
86   <sender>leDist</sender>
87   <signal>textChanged(QString)</signal>
88   <receiver>Ui_SnapDistOptions</receiver>
89   <slot>updateDist(QString)</slot>
90   <hints>
91    <hint type="sourcelabel">
92     <x>20</x>
93     <y>20</y>
94    </hint>
95    <hint type="destinationlabel">
96     <x>20</x>
97     <y>20</y>
98    </hint>
99   </hints>
100  </connection>
101 </connections>
102</ui>
103