개정판 d1cf37a9
환경설정에 Min/Max Text Size 항목 추가 및 Contour 를 이용한 텍스트 영역 검출 수정
DTI_PID/DTI_PID/UI/Configuration.ui | ||
---|---|---|
7 | 7 |
<x>0</x> |
8 | 8 |
<y>0</y> |
9 | 9 |
<width>550</width> |
10 |
<height>464</height>
|
|
10 |
<height>474</height>
|
|
11 | 11 |
</rect> |
12 | 12 |
</property> |
13 | 13 |
<property name="font"> |
... | ... | |
33 | 33 |
</attribute> |
34 | 34 |
<layout class="QGridLayout" name="gridLayout_2"> |
35 | 35 |
<item row="1" column="1"> |
36 |
<widget class="QGroupBox" name="groupBoxAttribute"> |
|
37 |
<property name="title"> |
|
38 |
<string>속성 검출</string> |
|
39 |
</property> |
|
40 |
<layout class="QGridLayout" name="gridLayout_6"> |
|
41 |
<item row="0" column="0"> |
|
42 |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
43 |
<item> |
|
44 |
<layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
45 |
<item alignment="Qt::AlignVCenter"> |
|
46 |
<widget class="QLabel" name="label_6"> |
|
47 |
<property name="text"> |
|
48 |
<string>Size Delimiter : </string> |
|
49 |
</property> |
|
50 |
</widget> |
|
51 |
</item> |
|
52 |
<item alignment="Qt::AlignVCenter"> |
|
53 |
<widget class="QLineEdit" name="lineEditSizeDelimiter"/> |
|
54 |
</item> |
|
55 |
</layout> |
|
56 |
</item> |
|
57 |
</layout> |
|
58 |
</item> |
|
59 |
</layout> |
|
60 |
</widget> |
|
61 |
</item> |
|
62 |
<item row="2" column="1"> |
|
36 | 63 |
<widget class="QGroupBox" name="groupBox"> |
37 | 64 |
<property name="title"> |
38 | 65 |
<string>라인 검출</string> |
... | ... | |
102 | 129 |
</layout> |
103 | 130 |
</widget> |
104 | 131 |
</item> |
105 |
<item row="2" column="1">
|
|
132 |
<item row="3" column="1">
|
|
106 | 133 |
<widget class="QGroupBox" name="groupBoxLineNo"> |
107 | 134 |
<property name="title"> |
108 | 135 |
<string>Line No</string> |
... | ... | |
193 | 220 |
</widget> |
194 | 221 |
</item> |
195 | 222 |
<item row="0" column="1"> |
196 |
<widget class="QGroupBox" name="groupBoxAttribute">
|
|
223 |
<widget class="QGroupBox" name="groupBoxText">
|
|
197 | 224 |
<property name="title"> |
198 |
<string>속성 검출</string>
|
|
225 |
<string>텍스트 검출</string>
|
|
199 | 226 |
</property> |
200 |
<layout class="QGridLayout" name="gridLayout_6">
|
|
227 |
<layout class="QGridLayout" name="gridLayout_14">
|
|
201 | 228 |
<item row="0" column="0"> |
202 |
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
229 |
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
203 | 230 |
<item> |
204 |
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
205 |
<item alignment="Qt::AlignVCenter">
|
|
206 |
<widget class="QLabel" name="label_6">
|
|
231 |
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
232 |
<item alignment="Qt::AlignLeft">
|
|
233 |
<widget class="QLabel" name="label_17">
|
|
207 | 234 |
<property name="text"> |
208 |
<string>Size Delimiter : </string>
|
|
235 |
<string>Minimum Text Size : </string>
|
|
209 | 236 |
</property> |
210 | 237 |
</widget> |
211 | 238 |
</item> |
212 |
<item alignment="Qt::AlignVCenter"> |
|
213 |
<widget class="QLineEdit" name="lineEditSizeDelimiter"/> |
|
239 |
<item> |
|
240 |
<widget class="QSpinBox" name="minTextSizeSpinBox"> |
|
241 |
<property name="sizePolicy"> |
|
242 |
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
243 |
<horstretch>0</horstretch> |
|
244 |
<verstretch>0</verstretch> |
|
245 |
</sizepolicy> |
|
246 |
</property> |
|
247 |
<property name="maximumSize"> |
|
248 |
<size> |
|
249 |
<width>16777215</width> |
|
250 |
<height>16777215</height> |
|
251 |
</size> |
|
252 |
</property> |
|
253 |
<property name="value"> |
|
254 |
<number>30</number> |
|
255 |
</property> |
|
256 |
</widget> |
|
257 |
</item> |
|
258 |
<item> |
|
259 |
<widget class="QLabel" name="label_18"> |
|
260 |
<property name="text"> |
|
261 |
<string>Maximum Text Size : </string> |
|
262 |
</property> |
|
263 |
</widget> |
|
264 |
</item> |
|
265 |
<item> |
|
266 |
<widget class="QSpinBox" name="maxTextSizeSpinBox"> |
|
267 |
<property name="sizePolicy"> |
|
268 |
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
269 |
<horstretch>0</horstretch> |
|
270 |
<verstretch>0</verstretch> |
|
271 |
</sizepolicy> |
|
272 |
</property> |
|
273 |
<property name="value"> |
|
274 |
<number>60</number> |
|
275 |
</property> |
|
276 |
</widget> |
|
214 | 277 |
</item> |
215 | 278 |
</layout> |
216 | 279 |
</item> |
... | ... | |
444 | 507 |
<tabstop>lineEditOPCTag</tabstop> |
445 | 508 |
<tabstop>tabWidget</tabstop> |
446 | 509 |
</tabstops> |
447 |
<resources> |
|
448 |
<include location="../res/DTI_PID.qrc"/> |
|
449 |
</resources> |
|
510 |
<resources/> |
|
450 | 511 |
<connections> |
451 | 512 |
<connection> |
452 | 513 |
<sender>buttonBox</sender> |
내보내기 Unified diff