1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_SnapMiddleOptions</class>
4 <widget class="QWidget" name="Ui_SnapMiddleOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>135</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>135</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>155</width>
28    <height>24</height>
29   </size>
30  </property>
31  <property name="mouseTracking">
32   <bool>true</bool>
33  </property>
34  <property name="windowTitle">
35   <string>Snap Distance Options</string>
36  </property>
37  <widget class="QLabel" name="lDist">
38   <property name="geometry">
39    <rect>
40     <x>1</x>
41     <y>1</y>
42     <width>101</width>
43     <height>22</height>
44    </rect>
45   </property>
46   <property name="text">
47    <string>Middle Points:</string>
48   </property>
49   <property name="wordWrap">
50    <bool>false</bool>
51   </property>
52  </widget>
53  <widget class="QSpinBox" name="sbMiddlePoints">
54   <property name="geometry">
55    <rect>
56     <x>93</x>
57     <y>1</y>
58     <width>40</width>
59     <height>22</height>
60    </rect>
61   </property>
62   <property name="toolTip">
63    <string>Number of equidistant division points</string>
64   </property>
65   <property name="minimum">
66    <number>1</number>
67   </property>
68   <property name="value">
69    <number>1</number>
70   </property>
71  </widget>
72 </widget>
73 <layoutdefault spacing="6" margin="11"/>
74 <includes>
75  <include location="local">rs_circle.h</include>
76  <include location="local">rs_settings.h</include>
77 </includes>
78 <resources/>
79 <connections/>
80</ui>
81