hytos / DTI_PID / DTI_PID / UI / Configuration.ui @ 725a0a82
이력 | 보기 | 이력해설 | 다운로드 (40.5 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<ui version="4.0"> |
3 |
<class>ConfigurationDialog</class> |
4 |
<widget class="QDialog" name="ConfigurationDialog"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>704</width> |
10 |
<height>840</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="font"> |
14 |
<font> |
15 |
<family>맑은 고딕</family> |
16 |
</font> |
17 |
</property> |
18 |
<property name="windowTitle"> |
19 |
<string>Configuration</string> |
20 |
</property> |
21 |
<property name="windowIcon"> |
22 |
<iconset resource="../res/MainWindow.qrc"> |
23 |
<normaloff>:/newPrefix/setting.png</normaloff>:/newPrefix/setting.png</iconset> |
24 |
</property> |
25 |
<property name="modal"> |
26 |
<bool>true</bool> |
27 |
</property> |
28 |
<layout class="QGridLayout" name="gridLayout"> |
29 |
<item row="0" column="0"> |
30 |
<widget class="QTabWidget" name="tabWidget"> |
31 |
<property name="currentIndex"> |
32 |
<number>0</number> |
33 |
</property> |
34 |
<widget class="QWidget" name="Recognition"> |
35 |
<attribute name="title"> |
36 |
<string>Recognition</string> |
37 |
</attribute> |
38 |
<layout class="QGridLayout" name="gridLayout_2"> |
39 |
<item row="1" column="1"> |
40 |
<widget class="QGroupBox" name="groupBoxAttribute"> |
41 |
<property name="maximumSize"> |
42 |
<size> |
43 |
<width>16777215</width> |
44 |
<height>16777215</height> |
45 |
</size> |
46 |
</property> |
47 |
<property name="title"> |
48 |
<string>Attribute</string> |
49 |
</property> |
50 |
<layout class="QGridLayout" name="gridLayout_6"> |
51 |
<item row="0" column="0"> |
52 |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
53 |
<item> |
54 |
<layout class="QHBoxLayout" name="horizontalLayout_8"> |
55 |
<item alignment="Qt::AlignVCenter"> |
56 |
<widget class="QLabel" name="label_6"> |
57 |
<property name="text"> |
58 |
<string>Size Delimiter : </string> |
59 |
</property> |
60 |
</widget> |
61 |
</item> |
62 |
<item alignment="Qt::AlignVCenter"> |
63 |
<widget class="QLineEdit" name="lineEditSizeDelimiter"/> |
64 |
</item> |
65 |
</layout> |
66 |
</item> |
67 |
<item> |
68 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
69 |
<item> |
70 |
<widget class="QLabel" name="label_15"> |
71 |
<property name="maximumSize"> |
72 |
<size> |
73 |
<width>190</width> |
74 |
<height>16777215</height> |
75 |
</size> |
76 |
</property> |
77 |
<property name="text"> |
78 |
<string>Attribute Detection Range(Ratio) : </string> |
79 |
</property> |
80 |
</widget> |
81 |
</item> |
82 |
<item> |
83 |
<widget class="QDoubleSpinBox" name="doubleSpinBoxDetectionRange"> |
84 |
<property name="singleStep"> |
85 |
<double>0.100000000000000</double> |
86 |
</property> |
87 |
<property name="value"> |
88 |
<double>1.000000000000000</double> |
89 |
</property> |
90 |
</widget> |
91 |
</item> |
92 |
</layout> |
93 |
</item> |
94 |
<item> |
95 |
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
96 |
<item> |
97 |
<widget class="QLabel" name="label_24"> |
98 |
<property name="maximumSize"> |
99 |
<size> |
100 |
<width>190</width> |
101 |
<height>16777215</height> |
102 |
</size> |
103 |
</property> |
104 |
<property name="text"> |
105 |
<string>Line Flow Mark Position(Percent) : </string> |
106 |
</property> |
107 |
</widget> |
108 |
</item> |
109 |
<item> |
110 |
<widget class="QSpinBox" name="spinBoxFlowMarkPosition"> |
111 |
<property name="maximum"> |
112 |
<number>100</number> |
113 |
</property> |
114 |
</widget> |
115 |
</item> |
116 |
</layout> |
117 |
</item> |
118 |
<item> |
119 |
<layout class="QHBoxLayout" name="horizontalLayout_12"> |
120 |
<item> |
121 |
<widget class="QLabel" name="label_26"> |
122 |
<property name="maximumSize"> |
123 |
<size> |
124 |
<width>220</width> |
125 |
<height>16777215</height> |
126 |
</size> |
127 |
</property> |
128 |
<property name="text"> |
129 |
<string>Line Flow Mark Minimum Line Length : </string> |
130 |
</property> |
131 |
</widget> |
132 |
</item> |
133 |
<item> |
134 |
<widget class="QSpinBox" name="spinBoxFlowMarkLength"> |
135 |
<property name="minimum"> |
136 |
<number>1</number> |
137 |
</property> |
138 |
<property name="maximum"> |
139 |
<number>99999</number> |
140 |
</property> |
141 |
</widget> |
142 |
</item> |
143 |
</layout> |
144 |
</item> |
145 |
</layout> |
146 |
</item> |
147 |
</layout> |
148 |
</widget> |
149 |
</item> |
150 |
<item row="3" column="1"> |
151 |
<widget class="QGroupBox" name="groupBox"> |
152 |
<property name="title"> |
153 |
<string>Line Detection</string> |
154 |
</property> |
155 |
<layout class="QGridLayout" name="gridLayout_5"> |
156 |
<item row="0" column="0"> |
157 |
<layout class="QGridLayout" name="gridLayout_11"> |
158 |
<item row="0" column="3"> |
159 |
<widget class="QSpinBox" name="spinBoxMaxArea"> |
160 |
<property name="minimumSize"> |
161 |
<size> |
162 |
<width>100</width> |
163 |
<height>0</height> |
164 |
</size> |
165 |
</property> |
166 |
</widget> |
167 |
</item> |
168 |
<item row="3" column="1"> |
169 |
<widget class="QSpinBox" name="spinBoxLengthToConnectLine"> |
170 |
<property name="value"> |
171 |
<number>20</number> |
172 |
</property> |
173 |
</widget> |
174 |
</item> |
175 |
<item row="0" column="2"> |
176 |
<widget class="QLabel" name="label_5"> |
177 |
<property name="text"> |
178 |
<string>< Area < </string> |
179 |
</property> |
180 |
<property name="alignment"> |
181 |
<set>Qt::AlignCenter</set> |
182 |
</property> |
183 |
</widget> |
184 |
</item> |
185 |
<item row="0" column="4"> |
186 |
<spacer name="horizontalSpacer_2"> |
187 |
<property name="orientation"> |
188 |
<enum>Qt::Horizontal</enum> |
189 |
</property> |
190 |
<property name="sizeHint" stdset="0"> |
191 |
<size> |
192 |
<width>40</width> |
193 |
<height>20</height> |
194 |
</size> |
195 |
</property> |
196 |
</spacer> |
197 |
</item> |
198 |
<item row="2" column="1"> |
199 |
<widget class="QSpinBox" name="smallLineMinLengthSpinBox"> |
200 |
<property name="minimumSize"> |
201 |
<size> |
202 |
<width>100</width> |
203 |
<height>0</height> |
204 |
</size> |
205 |
</property> |
206 |
</widget> |
207 |
</item> |
208 |
<item row="0" column="0"> |
209 |
<widget class="QLabel" name="label_4"> |
210 |
<property name="text"> |
211 |
<string>Ignore Small Object Size : </string> |
212 |
</property> |
213 |
</widget> |
214 |
</item> |
215 |
<item row="0" column="1"> |
216 |
<widget class="QSpinBox" name="spinBoxMinArea"> |
217 |
<property name="minimumSize"> |
218 |
<size> |
219 |
<width>100</width> |
220 |
<height>0</height> |
221 |
</size> |
222 |
</property> |
223 |
</widget> |
224 |
</item> |
225 |
<item row="3" column="0"> |
226 |
<widget class="QLabel" name="label_9"> |
227 |
<property name="text"> |
228 |
<string>Length to Connect Line</string> |
229 |
</property> |
230 |
</widget> |
231 |
</item> |
232 |
<item row="2" column="0"> |
233 |
<widget class="QLabel" name="label_16"> |
234 |
<property name="text"> |
235 |
<string>Small Line Minimum Length</string> |
236 |
</property> |
237 |
</widget> |
238 |
</item> |
239 |
<item row="1" column="2"> |
240 |
<widget class="QSpinBox" name="spinBoxHeight"> |
241 |
<property name="minimumSize"> |
242 |
<size> |
243 |
<width>100</width> |
244 |
<height>0</height> |
245 |
</size> |
246 |
</property> |
247 |
</widget> |
248 |
</item> |
249 |
<item row="1" column="1"> |
250 |
<widget class="QSpinBox" name="spinBoxWidth"> |
251 |
<property name="minimumSize"> |
252 |
<size> |
253 |
<width>100</width> |
254 |
<height>0</height> |
255 |
</size> |
256 |
</property> |
257 |
</widget> |
258 |
</item> |
259 |
<item row="1" column="0"> |
260 |
<widget class="QLabel" name="label"> |
261 |
<property name="text"> |
262 |
<string>Sliding Window Size(WxH) : </string> |
263 |
</property> |
264 |
<property name="alignment"> |
265 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
266 |
</property> |
267 |
</widget> |
268 |
</item> |
269 |
<item row="4" column="0"> |
270 |
<widget class="QLabel" name="label_28"> |
271 |
<property name="text"> |
272 |
<string>Default Line Type</string> |
273 |
</property> |
274 |
</widget> |
275 |
</item> |
276 |
<item row="4" column="1" colspan="2"> |
277 |
<widget class="QComboBox" name="comboBoxLineType"/> |
278 |
</item> |
279 |
</layout> |
280 |
</item> |
281 |
</layout> |
282 |
</widget> |
283 |
</item> |
284 |
<item row="4" column="1"> |
285 |
<widget class="QGroupBox" name="groupBoxLineNo"> |
286 |
<property name="title"> |
287 |
<string>Line No</string> |
288 |
</property> |
289 |
<layout class="QGridLayout" name="gridLayout_3"> |
290 |
<item row="6" column="0"> |
291 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
292 |
<item> |
293 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
294 |
<property name="sizeConstraint"> |
295 |
<enum>QLayout::SetDefaultConstraint</enum> |
296 |
</property> |
297 |
<item> |
298 |
<layout class="QHBoxLayout" name="horizontalLayout_4"/> |
299 |
</item> |
300 |
<item> |
301 |
<widget class="QPushButton" name="pushButtonLineNoAttribute"> |
302 |
<property name="minimumSize"> |
303 |
<size> |
304 |
<width>50</width> |
305 |
<height>24</height> |
306 |
</size> |
307 |
</property> |
308 |
<property name="maximumSize"> |
309 |
<size> |
310 |
<width>16777215</width> |
311 |
<height>24</height> |
312 |
</size> |
313 |
</property> |
314 |
<property name="text"> |
315 |
<string>Line No Attribute</string> |
316 |
</property> |
317 |
</widget> |
318 |
</item> |
319 |
<item> |
320 |
<spacer name="horizontalSpacer_10"> |
321 |
<property name="orientation"> |
322 |
<enum>Qt::Horizontal</enum> |
323 |
</property> |
324 |
<property name="sizeHint" stdset="0"> |
325 |
<size> |
326 |
<width>40</width> |
327 |
<height>20</height> |
328 |
</size> |
329 |
</property> |
330 |
</spacer> |
331 |
</item> |
332 |
<item> |
333 |
<widget class="QPushButton" name="pushButtonAddProperty"> |
334 |
<property name="minimumSize"> |
335 |
<size> |
336 |
<width>50</width> |
337 |
<height>0</height> |
338 |
</size> |
339 |
</property> |
340 |
<property name="maximumSize"> |
341 |
<size> |
342 |
<width>50</width> |
343 |
<height>16777215</height> |
344 |
</size> |
345 |
</property> |
346 |
<property name="text"> |
347 |
<string>Add</string> |
348 |
</property> |
349 |
<property name="default"> |
350 |
<bool>false</bool> |
351 |
</property> |
352 |
</widget> |
353 |
</item> |
354 |
<item> |
355 |
<widget class="QPushButton" name="pushButtonDeleteProperty"> |
356 |
<property name="minimumSize"> |
357 |
<size> |
358 |
<width>50</width> |
359 |
<height>0</height> |
360 |
</size> |
361 |
</property> |
362 |
<property name="maximumSize"> |
363 |
<size> |
364 |
<width>50</width> |
365 |
<height>16777215</height> |
366 |
</size> |
367 |
</property> |
368 |
<property name="text"> |
369 |
<string>Delete</string> |
370 |
</property> |
371 |
</widget> |
372 |
</item> |
373 |
</layout> |
374 |
</item> |
375 |
<item> |
376 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
377 |
<item> |
378 |
<widget class="QListWidget" name="listWidgetLineNo"/> |
379 |
</item> |
380 |
</layout> |
381 |
</item> |
382 |
</layout> |
383 |
</item> |
384 |
</layout> |
385 |
</widget> |
386 |
</item> |
387 |
<item row="0" column="1"> |
388 |
<widget class="QGroupBox" name="groupBoxText"> |
389 |
<property name="title"> |
390 |
<string>Text Detection</string> |
391 |
</property> |
392 |
<layout class="QGridLayout" name="gridLayout_14"> |
393 |
<item row="0" column="0"> |
394 |
<layout class="QVBoxLayout" name="verticalLayout_5"> |
395 |
<item> |
396 |
<layout class="QHBoxLayout" name="horizontalLayout_14"> |
397 |
<item> |
398 |
<widget class="QLabel" name="label_19"> |
399 |
<property name="text"> |
400 |
<string>OCR Source : </string> |
401 |
</property> |
402 |
</widget> |
403 |
</item> |
404 |
<item> |
405 |
<widget class="QComboBox" name="comboBoxOCRData"> |
406 |
<property name="minimumSize"> |
407 |
<size> |
408 |
<width>200</width> |
409 |
<height>0</height> |
410 |
</size> |
411 |
</property> |
412 |
<property name="maximumSize"> |
413 |
<size> |
414 |
<width>200</width> |
415 |
<height>16777215</height> |
416 |
</size> |
417 |
</property> |
418 |
</widget> |
419 |
</item> |
420 |
<item> |
421 |
<spacer name="horizontalSpacer"> |
422 |
<property name="orientation"> |
423 |
<enum>Qt::Horizontal</enum> |
424 |
</property> |
425 |
<property name="sizeHint" stdset="0"> |
426 |
<size> |
427 |
<width>40</width> |
428 |
<height>20</height> |
429 |
</size> |
430 |
</property> |
431 |
</spacer> |
432 |
</item> |
433 |
</layout> |
434 |
</item> |
435 |
<item> |
436 |
<layout class="QHBoxLayout" name="horizontalLayout_11"> |
437 |
<item> |
438 |
<widget class="QLabel" name="label_7"> |
439 |
<property name="text"> |
440 |
<string>Detected string : </string> |
441 |
</property> |
442 |
</widget> |
443 |
</item> |
444 |
<item> |
445 |
<widget class="QLineEdit" name="lineEditWhiteCharList"/> |
446 |
</item> |
447 |
</layout> |
448 |
</item> |
449 |
<item> |
450 |
<layout class="QHBoxLayout" name="horizontalLayout_15"> |
451 |
<item> |
452 |
<widget class="QLabel" name="label_20"> |
453 |
<property name="text"> |
454 |
<string>Expansion Size : </string> |
455 |
</property> |
456 |
</widget> |
457 |
</item> |
458 |
<item> |
459 |
<widget class="QSpinBox" name="spinBoxExpandSize"> |
460 |
<property name="minimumSize"> |
461 |
<size> |
462 |
<width>100</width> |
463 |
<height>0</height> |
464 |
</size> |
465 |
</property> |
466 |
</widget> |
467 |
</item> |
468 |
<item> |
469 |
<widget class="QLabel" name="label_21"> |
470 |
<property name="text"> |
471 |
<string>Erosion Size : </string> |
472 |
</property> |
473 |
</widget> |
474 |
</item> |
475 |
<item> |
476 |
<widget class="QSpinBox" name="spinBoxShrinkSize"> |
477 |
<property name="minimumSize"> |
478 |
<size> |
479 |
<width>100</width> |
480 |
<height>0</height> |
481 |
</size> |
482 |
</property> |
483 |
</widget> |
484 |
</item> |
485 |
<item> |
486 |
<spacer name="horizontalSpacer_3"> |
487 |
<property name="orientation"> |
488 |
<enum>Qt::Horizontal</enum> |
489 |
</property> |
490 |
<property name="sizeHint" stdset="0"> |
491 |
<size> |
492 |
<width>40</width> |
493 |
<height>20</height> |
494 |
</size> |
495 |
</property> |
496 |
</spacer> |
497 |
</item> |
498 |
</layout> |
499 |
</item> |
500 |
<item> |
501 |
<layout class="QHBoxLayout" name="horizontalLayout_13"> |
502 |
<item alignment="Qt::AlignLeft"> |
503 |
<widget class="QLabel" name="label_17"> |
504 |
<property name="text"> |
505 |
<string>Minimum Text Size : </string> |
506 |
</property> |
507 |
</widget> |
508 |
</item> |
509 |
<item> |
510 |
<widget class="QSpinBox" name="minTextSizeSpinBox"> |
511 |
<property name="sizePolicy"> |
512 |
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
513 |
<horstretch>0</horstretch> |
514 |
<verstretch>0</verstretch> |
515 |
</sizepolicy> |
516 |
</property> |
517 |
<property name="maximumSize"> |
518 |
<size> |
519 |
<width>16777215</width> |
520 |
<height>16777215</height> |
521 |
</size> |
522 |
</property> |
523 |
<property name="value"> |
524 |
<number>30</number> |
525 |
</property> |
526 |
</widget> |
527 |
</item> |
528 |
<item> |
529 |
<widget class="QLabel" name="label_18"> |
530 |
<property name="text"> |
531 |
<string>Maximum Text Size : </string> |
532 |
</property> |
533 |
</widget> |
534 |
</item> |
535 |
<item> |
536 |
<widget class="QSpinBox" name="maxTextSizeSpinBox"> |
537 |
<property name="sizePolicy"> |
538 |
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
539 |
<horstretch>0</horstretch> |
540 |
<verstretch>0</verstretch> |
541 |
</sizepolicy> |
542 |
</property> |
543 |
<property name="value"> |
544 |
<number>60</number> |
545 |
</property> |
546 |
</widget> |
547 |
</item> |
548 |
<item> |
549 |
<spacer name="horizontalSpacer_4"> |
550 |
<property name="orientation"> |
551 |
<enum>Qt::Horizontal</enum> |
552 |
</property> |
553 |
<property name="sizeHint" stdset="0"> |
554 |
<size> |
555 |
<width>40</width> |
556 |
<height>20</height> |
557 |
</size> |
558 |
</property> |
559 |
</spacer> |
560 |
</item> |
561 |
</layout> |
562 |
</item> |
563 |
<item> |
564 |
<layout class="QHBoxLayout" name="horizontalLayout_17"> |
565 |
<item> |
566 |
<widget class="QLabel" name="label_22"> |
567 |
<property name="text"> |
568 |
<string>Merge Size : </string> |
569 |
</property> |
570 |
</widget> |
571 |
</item> |
572 |
<item> |
573 |
<widget class="QSpinBox" name="spinBoxMergeSize"> |
574 |
<property name="minimumSize"> |
575 |
<size> |
576 |
<width>100</width> |
577 |
<height>0</height> |
578 |
</size> |
579 |
</property> |
580 |
</widget> |
581 |
</item> |
582 |
<item> |
583 |
<spacer name="horizontalSpacer_5"> |
584 |
<property name="orientation"> |
585 |
<enum>Qt::Horizontal</enum> |
586 |
</property> |
587 |
<property name="sizeHint" stdset="0"> |
588 |
<size> |
589 |
<width>40</width> |
590 |
<height>20</height> |
591 |
</size> |
592 |
</property> |
593 |
</spacer> |
594 |
</item> |
595 |
</layout> |
596 |
</item> |
597 |
</layout> |
598 |
</item> |
599 |
</layout> |
600 |
</widget> |
601 |
</item> |
602 |
<item row="2" column="1"> |
603 |
<widget class="QGroupBox" name="groupBoxFilter"> |
604 |
<property name="title"> |
605 |
<string>Filter</string> |
606 |
</property> |
607 |
<layout class="QGridLayout" name="gridLayout_8"> |
608 |
<item row="0" column="0"> |
609 |
<layout class="QVBoxLayout" name="verticalLayout_9"> |
610 |
<item> |
611 |
<layout class="QHBoxLayout" name="horizontalLayout_16"> |
612 |
<item alignment="Qt::AlignVCenter"> |
613 |
<widget class="QLabel" name="label_10"> |
614 |
<property name="maximumSize"> |
615 |
<size> |
616 |
<width>155</width> |
617 |
<height>16777215</height> |
618 |
</size> |
619 |
</property> |
620 |
<property name="text"> |
621 |
<string>Minimum Detection Size : </string> |
622 |
</property> |
623 |
</widget> |
624 |
</item> |
625 |
<item> |
626 |
<widget class="QSpinBox" name="spinBoxMinimumSize"/> |
627 |
</item> |
628 |
</layout> |
629 |
</item> |
630 |
<item> |
631 |
<layout class="QHBoxLayout" name="horizontalLayout_6"> |
632 |
<item> |
633 |
<widget class="QLabel" name="label_29"> |
634 |
<property name="maximumSize"> |
635 |
<size> |
636 |
<width>155</width> |
637 |
<height>16777215</height> |
638 |
</size> |
639 |
</property> |
640 |
<property name="text"> |
641 |
<string>Drawing Dilate Size : </string> |
642 |
</property> |
643 |
</widget> |
644 |
</item> |
645 |
<item> |
646 |
<widget class="QSpinBox" name="spinBoxDilateSize"> |
647 |
<property name="maximum"> |
648 |
<number>10</number> |
649 |
</property> |
650 |
</widget> |
651 |
</item> |
652 |
</layout> |
653 |
</item> |
654 |
</layout> |
655 |
</item> |
656 |
</layout> |
657 |
</widget> |
658 |
</item> |
659 |
</layout> |
660 |
</widget> |
661 |
<widget class="QWidget" name="tabTagNoRule"> |
662 |
<attribute name="title"> |
663 |
<string>Tag Rule</string> |
664 |
</attribute> |
665 |
<layout class="QGridLayout" name="gridLayout_7"> |
666 |
<item row="0" column="0"> |
667 |
<widget class="QGroupBox" name="groupBox_4"> |
668 |
<property name="sizePolicy"> |
669 |
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
670 |
<horstretch>0</horstretch> |
671 |
<verstretch>0</verstretch> |
672 |
</sizepolicy> |
673 |
</property> |
674 |
<property name="maximumSize"> |
675 |
<size> |
676 |
<width>16777215</width> |
677 |
<height>100</height> |
678 |
</size> |
679 |
</property> |
680 |
<property name="title"> |
681 |
<string>Note No Tag Rule</string> |
682 |
</property> |
683 |
<layout class="QGridLayout" name="gridLayout_9"> |
684 |
<item row="0" column="0"> |
685 |
<layout class="QFormLayout" name="formLayout"> |
686 |
<property name="formAlignment"> |
687 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
688 |
</property> |
689 |
<item row="0" column="0"> |
690 |
<widget class="QCheckBox" name="checkBoxNoteNoSymbolName"> |
691 |
<property name="text"> |
692 |
<string>Note No Symbol Name : </string> |
693 |
</property> |
694 |
</widget> |
695 |
</item> |
696 |
<item row="0" column="1"> |
697 |
<widget class="QLineEdit" name="lineEditNoteNoSymbolName"/> |
698 |
</item> |
699 |
<item row="1" column="0"> |
700 |
<widget class="QLabel" name="label_8"> |
701 |
<property name="text"> |
702 |
<string>Note No Expression : </string> |
703 |
</property> |
704 |
</widget> |
705 |
</item> |
706 |
<item row="1" column="1"> |
707 |
<widget class="QLineEdit" name="lineEditNoteNoExpression"/> |
708 |
</item> |
709 |
</layout> |
710 |
</item> |
711 |
</layout> |
712 |
</widget> |
713 |
</item> |
714 |
<item row="4" column="0"> |
715 |
<widget class="QGroupBox" name="groupBox_8"> |
716 |
<property name="title"> |
717 |
<string>Nozzle Name Rule</string> |
718 |
</property> |
719 |
<layout class="QGridLayout" name="gridLayout_17"> |
720 |
<item row="1" column="0"> |
721 |
<layout class="QHBoxLayout" name="horizontalLayout_23"> |
722 |
<item> |
723 |
<widget class="QLabel" name="label_27"> |
724 |
<property name="text"> |
725 |
<string>Nozzle Name : </string> |
726 |
</property> |
727 |
</widget> |
728 |
</item> |
729 |
<item> |
730 |
<widget class="QLineEdit" name="lineEdit_2"/> |
731 |
</item> |
732 |
</layout> |
733 |
</item> |
734 |
</layout> |
735 |
</widget> |
736 |
</item> |
737 |
<item row="2" column="0"> |
738 |
<widget class="QGroupBox" name="groupBox_3"> |
739 |
<property name="maximumSize"> |
740 |
<size> |
741 |
<width>16777215</width> |
742 |
<height>100</height> |
743 |
</size> |
744 |
</property> |
745 |
<property name="title"> |
746 |
<string>Supplied by Tag Rule</string> |
747 |
</property> |
748 |
<layout class="QGridLayout" name="gridLayout_12"> |
749 |
<item row="0" column="0"> |
750 |
<layout class="QFormLayout" name="formLayout_3"> |
751 |
<property name="formAlignment"> |
752 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
753 |
</property> |
754 |
<item row="0" column="0"> |
755 |
<widget class="QLabel" name="label_11"> |
756 |
<property name="text"> |
757 |
<string>Supplied by Vendor : </string> |
758 |
</property> |
759 |
</widget> |
760 |
</item> |
761 |
<item row="0" column="1"> |
762 |
<widget class="QLineEdit" name="lineEditByVendor"/> |
763 |
</item> |
764 |
</layout> |
765 |
</item> |
766 |
</layout> |
767 |
</widget> |
768 |
</item> |
769 |
<item row="3" column="0"> |
770 |
<widget class="QGroupBox" name="groupBox_9"> |
771 |
<property name="maximumSize"> |
772 |
<size> |
773 |
<width>16777215</width> |
774 |
<height>100</height> |
775 |
</size> |
776 |
</property> |
777 |
<property name="title"> |
778 |
<string>Drain Size</string> |
779 |
</property> |
780 |
<layout class="QGridLayout" name="gridLayout_13"> |
781 |
<item row="0" column="0"> |
782 |
<layout class="QFormLayout" name="formLayout_4"> |
783 |
<property name="formAlignment"> |
784 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
785 |
</property> |
786 |
<item row="0" column="0"> |
787 |
<widget class="QLabel" name="label_12"> |
788 |
<property name="text"> |
789 |
<string>Drain Size : </string> |
790 |
</property> |
791 |
</widget> |
792 |
</item> |
793 |
<item row="0" column="1"> |
794 |
<widget class="QLineEdit" name="lineEditDrainSize"> |
795 |
<property name="text"> |
796 |
<string/> |
797 |
</property> |
798 |
</widget> |
799 |
</item> |
800 |
</layout> |
801 |
</item> |
802 |
</layout> |
803 |
</widget> |
804 |
</item> |
805 |
<item row="1" column="0"> |
806 |
<widget class="QGroupBox" name="groupBox_10"> |
807 |
<property name="maximumSize"> |
808 |
<size> |
809 |
<width>16777215</width> |
810 |
<height>100</height> |
811 |
</size> |
812 |
</property> |
813 |
<property name="title"> |
814 |
<string>OPC Tag Rule</string> |
815 |
</property> |
816 |
<layout class="QGridLayout" name="gridLayout_20"> |
817 |
<item row="0" column="0"> |
818 |
<layout class="QFormLayout" name="formLayout_5"> |
819 |
<property name="formAlignment"> |
820 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
821 |
</property> |
822 |
<item row="0" column="0"> |
823 |
<widget class="QLabel" name="label_13"> |
824 |
<property name="text"> |
825 |
<string>From Prefix : </string> |
826 |
</property> |
827 |
</widget> |
828 |
</item> |
829 |
<item row="1" column="0"> |
830 |
<widget class="QLabel" name="label_14"> |
831 |
<property name="text"> |
832 |
<string>To Prefix : </string> |
833 |
</property> |
834 |
</widget> |
835 |
</item> |
836 |
<item row="0" column="1"> |
837 |
<widget class="QLineEdit" name="lineEditOPCFromPrefix"> |
838 |
<property name="text"> |
839 |
<string>FROM</string> |
840 |
</property> |
841 |
</widget> |
842 |
</item> |
843 |
<item row="1" column="1"> |
844 |
<widget class="QLineEdit" name="lineEditOPCToPrefix"> |
845 |
<property name="text"> |
846 |
<string>TO</string> |
847 |
</property> |
848 |
</widget> |
849 |
</item> |
850 |
</layout> |
851 |
</item> |
852 |
</layout> |
853 |
</widget> |
854 |
</item> |
855 |
<item row="5" column="0"> |
856 |
<spacer name="verticalSpacer"> |
857 |
<property name="orientation"> |
858 |
<enum>Qt::Vertical</enum> |
859 |
</property> |
860 |
<property name="sizeHint" stdset="0"> |
861 |
<size> |
862 |
<width>20</width> |
863 |
<height>40</height> |
864 |
</size> |
865 |
</property> |
866 |
</spacer> |
867 |
</item> |
868 |
</layout> |
869 |
</widget> |
870 |
<widget class="QWidget" name="tabDisplayOption"> |
871 |
<attribute name="title"> |
872 |
<string>Style</string> |
873 |
</attribute> |
874 |
<layout class="QGridLayout" name="gridLayout_4"> |
875 |
<item row="0" column="0"> |
876 |
<layout class="QVBoxLayout" name="verticalLayout"> |
877 |
<item> |
878 |
<widget class="QGroupBox" name="groupBox_6"> |
879 |
<property name="title"> |
880 |
<string>Line Style</string> |
881 |
</property> |
882 |
<layout class="QGridLayout" name="gridLayout_16"> |
883 |
<item row="0" column="0"> |
884 |
<widget class="QTableWidget" name="tableWidgetLineTypes"> |
885 |
<property name="columnCount"> |
886 |
<number>4</number> |
887 |
</property> |
888 |
<attribute name="verticalHeaderVisible"> |
889 |
<bool>false</bool> |
890 |
</attribute> |
891 |
<column/> |
892 |
<column/> |
893 |
<column/> |
894 |
<column/> |
895 |
</widget> |
896 |
</item> |
897 |
</layout> |
898 |
</widget> |
899 |
</item> |
900 |
<item> |
901 |
<widget class="QGroupBox" name="groupBox_2"> |
902 |
<property name="title"> |
903 |
<string>Symbol Style</string> |
904 |
</property> |
905 |
<layout class="QGridLayout" name="gridLayout_10"> |
906 |
<item row="0" column="0"> |
907 |
<layout class="QFormLayout" name="formLayout_2"> |
908 |
<item row="1" column="0"> |
909 |
<widget class="QLabel" name="label_3"> |
910 |
<property name="text"> |
911 |
<string>Instrument Color : </string> |
912 |
</property> |
913 |
</widget> |
914 |
</item> |
915 |
<item row="1" column="1"> |
916 |
<widget class="QPushButton" name="pushButtonInstrumentColor"> |
917 |
<property name="text"> |
918 |
<string/> |
919 |
</property> |
920 |
</widget> |
921 |
</item> |
922 |
<item row="2" column="0"> |
923 |
<widget class="QLabel" name="label_23"> |
924 |
<property name="text"> |
925 |
<string>Equipment Color : </string> |
926 |
</property> |
927 |
</widget> |
928 |
</item> |
929 |
<item row="3" column="0"> |
930 |
<widget class="QLabel" name="label_2"> |
931 |
<property name="text"> |
932 |
<string>Symbol Opacity : </string> |
933 |
</property> |
934 |
</widget> |
935 |
</item> |
936 |
<item row="3" column="1"> |
937 |
<widget class="QSpinBox" name="spinBoxSymbolOpacity"> |
938 |
<property name="value"> |
939 |
<number>50</number> |
940 |
</property> |
941 |
</widget> |
942 |
</item> |
943 |
<item row="2" column="1"> |
944 |
<widget class="QPushButton" name="pushButtonEquipColor"> |
945 |
<property name="text"> |
946 |
<string/> |
947 |
</property> |
948 |
</widget> |
949 |
</item> |
950 |
</layout> |
951 |
</item> |
952 |
</layout> |
953 |
</widget> |
954 |
</item> |
955 |
<item> |
956 |
<widget class="QGroupBox" name="groupBox_5"> |
957 |
<property name="title"> |
958 |
<string>Text Style</string> |
959 |
</property> |
960 |
<layout class="QGridLayout" name="gridLayout_15"> |
961 |
<item row="2" column="0"> |
962 |
<layout class="QHBoxLayout" name="horizontalLayout_19"> |
963 |
<item alignment="Qt::AlignLeft"> |
964 |
<widget class="QLabel" name="labelFontSize"> |
965 |
<property name="text"> |
966 |
<string>Font Size : </string> |
967 |
</property> |
968 |
</widget> |
969 |
</item> |
970 |
<item> |
971 |
<widget class="QRadioButton" name="radioButtonAutoSize"> |
972 |
<property name="text"> |
973 |
<string>Auto</string> |
974 |
</property> |
975 |
</widget> |
976 |
</item> |
977 |
<item> |
978 |
<widget class="QRadioButton" name="radioButtonFixedSize"> |
979 |
<property name="maximumSize"> |
980 |
<size> |
981 |
<width>50</width> |
982 |
<height>16777215</height> |
983 |
</size> |
984 |
</property> |
985 |
<property name="text"> |
986 |
<string>Fixed</string> |
987 |
</property> |
988 |
</widget> |
989 |
</item> |
990 |
<item> |
991 |
<widget class="QSpinBox" name="spinBoxFontSize"/> |
992 |
</item> |
993 |
</layout> |
994 |
</item> |
995 |
<item row="0" column="0"> |
996 |
<layout class="QVBoxLayout" name="verticalLayout_6"> |
997 |
<item> |
998 |
<layout class="QHBoxLayout" name="horizontalLayout_18"> |
999 |
<item> |
1000 |
<widget class="QLabel" name="labelFontName"> |
1001 |
<property name="text"> |
1002 |
<string>Font Name : </string> |
1003 |
</property> |
1004 |
</widget> |
1005 |
</item> |
1006 |
<item> |
1007 |
<widget class="QFontComboBox" name="fontComboBox"/> |
1008 |
</item> |
1009 |
</layout> |
1010 |
</item> |
1011 |
</layout> |
1012 |
</item> |
1013 |
</layout> |
1014 |
</widget> |
1015 |
</item> |
1016 |
</layout> |
1017 |
</item> |
1018 |
</layout> |
1019 |
</widget> |
1020 |
<widget class="QWidget" name="tabLineColor"> |
1021 |
<attribute name="title"> |
1022 |
<string>Line No Color</string> |
1023 |
</attribute> |
1024 |
<layout class="QGridLayout" name="gridLayout_18"> |
1025 |
<item row="0" column="0"> |
1026 |
<widget class="QGroupBox" name="groupBox_7"> |
1027 |
<property name="title"> |
1028 |
<string>Line No Color</string> |
1029 |
</property> |
1030 |
<layout class="QGridLayout" name="gridLayout_19"> |
1031 |
<item row="0" column="0"> |
1032 |
<layout class="QVBoxLayout" name="verticalLayout_8"> |
1033 |
<item> |
1034 |
<layout class="QHBoxLayout" name="horizontalLayout_21"> |
1035 |
<item> |
1036 |
<widget class="QLabel" name="label_25"> |
1037 |
<property name="text"> |
1038 |
<string>Color Representation</string> |
1039 |
</property> |
1040 |
</widget> |
1041 |
</item> |
1042 |
<item> |
1043 |
<widget class="QRadioButton" name="radioButtonRandom"> |
1044 |
<property name="text"> |
1045 |
<string>Random</string> |
1046 |
</property> |
1047 |
</widget> |
1048 |
</item> |
1049 |
<item> |
1050 |
<widget class="QRadioButton" name="radioButtonProperty"> |
1051 |
<property name="text"> |
1052 |
<string>Property</string> |
1053 |
</property> |
1054 |
</widget> |
1055 |
</item> |
1056 |
<item> |
1057 |
<widget class="QComboBox" name="comboBoxColorOption"/> |
1058 |
</item> |
1059 |
</layout> |
1060 |
</item> |
1061 |
<item> |
1062 |
<layout class="QHBoxLayout" name="horizontalLayout_22"> |
1063 |
<item> |
1064 |
<widget class="QTableWidget" name="tableWidgetColorProperty"> |
1065 |
<property name="editTriggers"> |
1066 |
<set>QAbstractItemView::NoEditTriggers</set> |
1067 |
</property> |
1068 |
<property name="selectionMode"> |
1069 |
<enum>QAbstractItemView::NoSelection</enum> |
1070 |
</property> |
1071 |
<property name="columnCount"> |
1072 |
<number>4</number> |
1073 |
</property> |
1074 |
<attribute name="verticalHeaderVisible"> |
1075 |
<bool>false</bool> |
1076 |
</attribute> |
1077 |
<column/> |
1078 |
<column/> |
1079 |
<column/> |
1080 |
<column/> |
1081 |
</widget> |
1082 |
</item> |
1083 |
</layout> |
1084 |
</item> |
1085 |
</layout> |
1086 |
</item> |
1087 |
</layout> |
1088 |
</widget> |
1089 |
</item> |
1090 |
</layout> |
1091 |
</widget> |
1092 |
<widget class="QWidget" name="tabETC"> |
1093 |
<attribute name="title"> |
1094 |
<string>etc</string> |
1095 |
</attribute> |
1096 |
<layout class="QGridLayout" name="gridLayout_22"> |
1097 |
<item row="0" column="0"> |
1098 |
<layout class="QGridLayout" name="gridLayout_21"> |
1099 |
<item row="0" column="0"> |
1100 |
<widget class="QGroupBox" name="groupBox_11"> |
1101 |
<property name="title"> |
1102 |
<string>Program Data</string> |
1103 |
</property> |
1104 |
<layout class="QGridLayout" name="gridLayout_23"> |
1105 |
<item row="0" column="0"> |
1106 |
<layout class="QVBoxLayout" name="verticalLayout_4"> |
1107 |
<item> |
1108 |
<layout class="QHBoxLayout" name="horizontalLayout_7"> |
1109 |
<item> |
1110 |
<widget class="QLabel" name="label_30"> |
1111 |
<property name="text"> |
1112 |
<string>Load Data From XML First</string> |
1113 |
</property> |
1114 |
</widget> |
1115 |
</item> |
1116 |
<item> |
1117 |
<widget class="QRadioButton" name="radioButtonLoadXmlYes"> |
1118 |
<property name="text"> |
1119 |
<string>Yes</string> |
1120 |
</property> |
1121 |
</widget> |
1122 |
</item> |
1123 |
<item> |
1124 |
<widget class="QRadioButton" name="radioButtonLoadXmlNo"> |
1125 |
<property name="text"> |
1126 |
<string>No</string> |
1127 |
</property> |
1128 |
</widget> |
1129 |
</item> |
1130 |
</layout> |
1131 |
</item> |
1132 |
</layout> |
1133 |
</item> |
1134 |
</layout> |
1135 |
</widget> |
1136 |
</item> |
1137 |
</layout> |
1138 |
</item> |
1139 |
<item row="1" column="0"> |
1140 |
<spacer name="verticalSpacer_2"> |
1141 |
<property name="orientation"> |
1142 |
<enum>Qt::Vertical</enum> |
1143 |
</property> |
1144 |
<property name="sizeHint" stdset="0"> |
1145 |
<size> |
1146 |
<width>20</width> |
1147 |
<height>40</height> |
1148 |
</size> |
1149 |
</property> |
1150 |
</spacer> |
1151 |
</item> |
1152 |
</layout> |
1153 |
</widget> |
1154 |
</widget> |
1155 |
</item> |
1156 |
<item row="4" column="0"> |
1157 |
<widget class="QDialogButtonBox" name="buttonBox"> |
1158 |
<property name="orientation"> |
1159 |
<enum>Qt::Horizontal</enum> |
1160 |
</property> |
1161 |
<property name="standardButtons"> |
1162 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
1163 |
</property> |
1164 |
</widget> |
1165 |
</item> |
1166 |
</layout> |
1167 |
</widget> |
1168 |
<tabstops> |
1169 |
<tabstop>spinBoxExpandSize</tabstop> |
1170 |
<tabstop>minTextSizeSpinBox</tabstop> |
1171 |
<tabstop>maxTextSizeSpinBox</tabstop> |
1172 |
<tabstop>spinBoxMergeSize</tabstop> |
1173 |
<tabstop>lineEditSizeDelimiter</tabstop> |
1174 |
<tabstop>pushButtonAddProperty</tabstop> |
1175 |
<tabstop>lineEdit_2</tabstop> |
1176 |
<tabstop>tableWidgetLineTypes</tabstop> |
1177 |
<tabstop>fontComboBox</tabstop> |
1178 |
<tabstop>radioButtonAutoSize</tabstop> |
1179 |
<tabstop>radioButtonFixedSize</tabstop> |
1180 |
<tabstop>spinBoxFontSize</tabstop> |
1181 |
<tabstop>radioButtonRandom</tabstop> |
1182 |
<tabstop>radioButtonProperty</tabstop> |
1183 |
<tabstop>comboBoxColorOption</tabstop> |
1184 |
<tabstop>tableWidgetColorProperty</tabstop> |
1185 |
<tabstop>tabWidget</tabstop> |
1186 |
</tabstops> |
1187 |
<resources> |
1188 |
<include location="../res/MainWindow.qrc"/> |
1189 |
</resources> |
1190 |
<connections> |
1191 |
<connection> |
1192 |
<sender>buttonBox</sender> |
1193 |
<signal>accepted()</signal> |
1194 |
<receiver>ConfigurationDialog</receiver> |
1195 |
<slot>accept()</slot> |
1196 |
<hints> |
1197 |
<hint type="sourcelabel"> |
1198 |
<x>257</x> |
1199 |
<y>454</y> |
1200 |
</hint> |
1201 |
<hint type="destinationlabel"> |
1202 |
<x>157</x> |
1203 |
<y>274</y> |
1204 |
</hint> |
1205 |
</hints> |
1206 |
</connection> |
1207 |
<connection> |
1208 |
<sender>buttonBox</sender> |
1209 |
<signal>rejected()</signal> |
1210 |
<receiver>ConfigurationDialog</receiver> |
1211 |
<slot>reject()</slot> |
1212 |
<hints> |
1213 |
<hint type="sourcelabel"> |
1214 |
<x>325</x> |
1215 |
<y>454</y> |
1216 |
</hint> |
1217 |
<hint type="destinationlabel"> |
1218 |
<x>286</x> |
1219 |
<y>274</y> |
1220 |
</hint> |
1221 |
</hints> |
1222 |
</connection> |
1223 |
</connections> |
1224 |
</ui> |