1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>msharpenDialog</class>
4 <widget class="QDialog" name="msharpenDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>481</width>
10    <height>454</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>MSharpen</string>
15  </property>
16  <property name="modal">
17   <bool>true</bool>
18  </property>
19  <layout class="QGridLayout">
20   <property name="leftMargin">
21    <number>9</number>
22   </property>
23   <property name="topMargin">
24    <number>9</number>
25   </property>
26   <property name="rightMargin">
27    <number>9</number>
28   </property>
29   <property name="bottomMargin">
30    <number>9</number>
31   </property>
32   <property name="spacing">
33    <number>6</number>
34   </property>
35   <item row="2" column="3">
36    <spacer>
37     <property name="orientation">
38      <enum>Qt::Horizontal</enum>
39     </property>
40     <property name="sizeHint" stdset="0">
41      <size>
42       <width>40</width>
43       <height>20</height>
44      </size>
45     </property>
46    </spacer>
47   </item>
48   <item row="1" column="3">
49    <spacer>
50     <property name="orientation">
51      <enum>Qt::Horizontal</enum>
52     </property>
53     <property name="sizeHint" stdset="0">
54      <size>
55       <width>40</width>
56       <height>20</height>
57      </size>
58     </property>
59    </spacer>
60   </item>
61   <item row="0" column="3">
62    <spacer>
63     <property name="orientation">
64      <enum>Qt::Horizontal</enum>
65     </property>
66     <property name="sizeHint" stdset="0">
67      <size>
68       <width>40</width>
69       <height>20</height>
70      </size>
71     </property>
72    </spacer>
73   </item>
74   <item row="3" column="0" colspan="3">
75    <widget class="QCheckBox" name="checkBoxMask">
76     <property name="text">
77      <string>Mask</string>
78     </property>
79    </widget>
80   </item>
81   <item row="3" column="3">
82    <spacer>
83     <property name="orientation">
84      <enum>Qt::Horizontal</enum>
85     </property>
86     <property name="sizeHint" stdset="0">
87      <size>
88       <width>40</width>
89       <height>20</height>
90      </size>
91     </property>
92    </spacer>
93   </item>
94   <item row="5" column="0" colspan="4">
95    <widget class="ADM_QSlider" name="horizontalSlider">
96     <property name="orientation">
97      <enum>Qt::Horizontal</enum>
98     </property>
99    </widget>
100   </item>
101   <item row="7" column="1" colspan="3">
102    <widget class="QDialogButtonBox" name="buttonBox">
103     <property name="orientation">
104      <enum>Qt::Horizontal</enum>
105     </property>
106     <property name="standardButtons">
107      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
108     </property>
109    </widget>
110   </item>
111   <item row="0" column="0">
112    <widget class="QLabel" name="label">
113     <property name="text">
114      <string>Strength</string>
115     </property>
116    </widget>
117   </item>
118   <item row="6" column="0" colspan="4">
119    <widget class="QGraphicsView" name="graphicsView"/>
120   </item>
121   <item row="1" column="0">
122    <widget class="QLabel" name="label_2">
123     <property name="text">
124      <string>Threshold</string>
125     </property>
126    </widget>
127   </item>
128   <item row="4" column="0">
129    <layout class="QHBoxLayout" name="toolboxLayout"/>
130   </item>
131   <item row="2" column="0">
132    <widget class="QCheckBox" name="CheckBoxHQ">
133     <property name="text">
134      <string>HighQuality</string>
135     </property>
136    </widget>
137   </item>
138   <item row="0" column="2">
139    <widget class="QSpinBox" name="spinBoxStrength">
140     <property name="minimum">
141      <number>1</number>
142     </property>
143     <property name="maximum">
144      <number>255</number>
145     </property>
146    </widget>
147   </item>
148   <item row="1" column="2">
149    <widget class="QSpinBox" name="spinBoxThreshold">
150     <property name="minimum">
151      <number>1</number>
152     </property>
153     <property name="maximum">
154      <number>255</number>
155     </property>
156    </widget>
157   </item>
158  </layout>
159 </widget>
160 <customwidgets>
161  <customwidget>
162   <class>ADM_QSlider</class>
163   <extends>QSlider</extends>
164   <header>ADM_toolkitQt.h</header>
165  </customwidget>
166 </customwidgets>
167 <resources/>
168 <connections>
169  <connection>
170   <sender>buttonBox</sender>
171   <signal>accepted()</signal>
172   <receiver>msharpenDialog</receiver>
173   <slot>accept()</slot>
174   <hints>
175    <hint type="sourcelabel">
176     <x>248</x>
177     <y>254</y>
178    </hint>
179    <hint type="destinationlabel">
180     <x>157</x>
181     <y>274</y>
182    </hint>
183   </hints>
184  </connection>
185  <connection>
186   <sender>buttonBox</sender>
187   <signal>rejected()</signal>
188   <receiver>msharpenDialog</receiver>
189   <slot>reject()</slot>
190   <hints>
191    <hint type="sourcelabel">
192     <x>316</x>
193     <y>260</y>
194    </hint>
195    <hint type="destinationlabel">
196     <x>286</x>
197     <y>274</y>
198    </hint>
199   </hints>
200  </connection>
201 </connections>
202</ui>
203