1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_LineParallelThroughOptions</class>
4 <widget class="QWidget" name="Ui_LineParallelThroughOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>140</width>
10    <height>22</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>100</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>140</width>
28    <height>22</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Line Parallel Through 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="lNumber">
49     <property name="sizePolicy">
50      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
51       <horstretch>0</horstretch>
52       <verstretch>0</verstretch>
53      </sizepolicy>
54     </property>
55     <property name="text">
56      <string>Number:</string>
57     </property>
58     <property name="wordWrap">
59      <bool>false</bool>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <widget class="QSpinBox" name="sbNumber">
65     <property name="toolTip">
66      <string>Number of parallels to create</string>
67     </property>
68     <property name="minimum">
69      <number>1</number>
70     </property>
71    </widget>
72   </item>
73   <item>
74    <widget class="Line" name="sep1">
75     <property name="sizePolicy">
76      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
77       <horstretch>0</horstretch>
78       <verstretch>0</verstretch>
79      </sizepolicy>
80     </property>
81     <property name="frameShape">
82      <enum>QFrame::VLine</enum>
83     </property>
84     <property name="frameShadow">
85      <enum>QFrame::Sunken</enum>
86     </property>
87    </widget>
88   </item>
89  </layout>
90 </widget>
91 <layoutdefault spacing="6" margin="11"/>
92 <resources/>
93 <connections>
94  <connection>
95   <sender>sbNumber</sender>
96   <signal>valueChanged(int)</signal>
97   <receiver>Ui_LineParallelThroughOptions</receiver>
98   <slot>updateNumber(int)</slot>
99   <hints>
100    <hint type="sourcelabel">
101     <x>20</x>
102     <y>20</y>
103    </hint>
104    <hint type="destinationlabel">
105     <x>20</x>
106     <y>20</y>
107    </hint>
108   </hints>
109  </connection>
110 </connections>
111</ui>
112