1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_LibraryInsertOptions</class>
4 <widget class="QWidget" name="Ui_LibraryInsertOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>240</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>240</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>300</width>
28    <height>32767</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Library Insert 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="QLabel" name="lAngle">
52     <property name="text">
53      <string>Angle:</string>
54     </property>
55     <property name="wordWrap">
56      <bool>false</bool>
57     </property>
58    </widget>
59   </item>
60   <item>
61    <widget class="QLineEdit" name="leAngle">
62     <property name="toolTip">
63      <string>Rotation Angle</string>
64     </property>
65    </widget>
66   </item>
67   <item>
68    <widget class="QLabel" name="lFactor">
69     <property name="text">
70      <string>Factor:</string>
71     </property>
72     <property name="wordWrap">
73      <bool>false</bool>
74     </property>
75    </widget>
76   </item>
77   <item>
78    <widget class="QLineEdit" name="leFactor">
79     <property name="toolTip">
80      <string>Scale Factor</string>
81     </property>
82    </widget>
83   </item>
84   <item>
85    <widget class="Line" name="sep1">
86     <property name="sizePolicy">
87      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
88       <horstretch>0</horstretch>
89       <verstretch>0</verstretch>
90      </sizepolicy>
91     </property>
92     <property name="frameShape">
93      <enum>QFrame::VLine</enum>
94     </property>
95     <property name="frameShadow">
96      <enum>QFrame::Sunken</enum>
97     </property>
98    </widget>
99   </item>
100  </layout>
101 </widget>
102 <layoutdefault spacing="6" margin="11"/>
103 <resources/>
104 <connections>
105  <connection>
106   <sender>leAngle</sender>
107   <signal>textChanged(QString)</signal>
108   <receiver>Ui_LibraryInsertOptions</receiver>
109   <slot>updateData()</slot>
110   <hints>
111    <hint type="sourcelabel">
112     <x>20</x>
113     <y>20</y>
114    </hint>
115    <hint type="destinationlabel">
116     <x>20</x>
117     <y>20</y>
118    </hint>
119   </hints>
120  </connection>
121  <connection>
122   <sender>leFactor</sender>
123   <signal>textChanged(QString)</signal>
124   <receiver>Ui_LibraryInsertOptions</receiver>
125   <slot>updateData()</slot>
126   <hints>
127    <hint type="sourcelabel">
128     <x>20</x>
129     <y>20</y>
130    </hint>
131    <hint type="destinationlabel">
132     <x>20</x>
133     <y>20</y>
134    </hint>
135   </hints>
136  </connection>
137 </connections>
138</ui>
139