1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Ui_ImageOptions</class>
4 <widget class="QWidget" name="Ui_ImageOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>250</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>200</width>
22    <height>22</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>250</width>
28    <height>32767</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>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="sizePolicy">
80      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
81       <horstretch>0</horstretch>
82       <verstretch>0</verstretch>
83      </sizepolicy>
84     </property>
85     <property name="toolTip">
86      <string>Scale Factor</string>
87     </property>
88    </widget>
89   </item>
90   <item>
91    <widget class="QLabel" name="lDPI">
92     <property name="text">
93      <string>DPI</string>
94     </property>
95    </widget>
96   </item>
97   <item>
98    <widget class="QLineEdit" name="leDPI">
99     <property name="toolTip">
100      <string>DPI of Image</string>
101     </property>
102    </widget>
103   </item>
104   <item>
105    <widget class="Line" name="sep1_2">
106     <property name="sizePolicy">
107      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
108       <horstretch>0</horstretch>
109       <verstretch>0</verstretch>
110      </sizepolicy>
111     </property>
112     <property name="frameShape">
113      <enum>QFrame::VLine</enum>
114     </property>
115     <property name="frameShadow">
116      <enum>QFrame::Sunken</enum>
117     </property>
118    </widget>
119   </item>
120  </layout>
121 </widget>
122 <layoutdefault spacing="6" margin="11"/>
123 <resources/>
124 <connections>
125  <connection>
126   <sender>leAngle</sender>
127   <signal>textChanged(QString)</signal>
128   <receiver>Ui_ImageOptions</receiver>
129   <slot>updateData()</slot>
130   <hints>
131    <hint type="sourcelabel">
132     <x>57</x>
133     <y>21</y>
134    </hint>
135    <hint type="destinationlabel">
136     <x>20</x>
137     <y>20</y>
138    </hint>
139   </hints>
140  </connection>
141  <connection>
142   <sender>leDPI</sender>
143   <signal>textChanged(QString)</signal>
144   <receiver>Ui_ImageOptions</receiver>
145   <slot>updateDPI()</slot>
146   <hints>
147    <hint type="sourcelabel">
148     <x>223</x>
149     <y>21</y>
150    </hint>
151    <hint type="destinationlabel">
152     <x>20</x>
153     <y>20</y>
154    </hint>
155   </hints>
156  </connection>
157  <connection>
158   <sender>leFactor</sender>
159   <signal>textChanged(QString)</signal>
160   <receiver>Ui_ImageOptions</receiver>
161   <slot>updateFactor()</slot>
162   <hints>
163    <hint type="sourcelabel">
164     <x>149</x>
165     <y>6</y>
166    </hint>
167    <hint type="destinationlabel">
168     <x>171</x>
169     <y>53</y>
170    </hint>
171   </hints>
172  </connection>
173 </connections>
174 <slots>
175  <slot>updateFactor()</slot>
176 </slots>
177</ui>
178