프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / Valve_Control.ui @ 08955797

이력 | 보기 | 이력해설 | 다운로드 (19.8 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Valve_ControlDialog</class>
4
 <widget class="QDialog" name="Valve_ControlDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>446</width>
10
    <height>270</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>446</width>
16
    <height>270</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>446</width>
22
    <height>530</height>
23
   </size>
24
  </property>
25
  <property name="font">
26
   <font>
27
    <family>맑은 고딕</family>
28
   </font>
29
  </property>
30
  <property name="windowTitle">
31
   <string>Instrument Data - Control Valve</string>
32
  </property>
33
  <property name="windowIcon">
34
   <iconset resource="../res/Resource.qrc">
35
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
36
  </property>
37
  <widget class="QGroupBox" name="groupBox">
38
   <property name="geometry">
39
    <rect>
40
     <x>8</x>
41
     <y>8</y>
42
     <width>429</width>
43
     <height>221</height>
44
    </rect>
45
   </property>
46
   <property name="font">
47
    <font>
48
     <family>맑은 고딕</family>
49
     <weight>75</weight>
50
     <bold>true</bold>
51
    </font>
52
   </property>
53
   <property name="title">
54
    <string>Equipment Figure</string>
55
   </property>
56
   <widget class="QLabel" name="label_Img">
57
    <property name="geometry">
58
     <rect>
59
      <x>11</x>
60
      <y>36</y>
61
      <width>178</width>
62
      <height>106</height>
63
     </rect>
64
    </property>
65
    <property name="text">
66
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Valve_Control.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
67
    </property>
68
   </widget>
69
   <widget class="QLabel" name="label_PressureUnit">
70
    <property name="geometry">
71
     <rect>
72
      <x>368</x>
73
      <y>65</y>
74
      <width>49</width>
75
      <height>16</height>
76
     </rect>
77
    </property>
78
    <property name="font">
79
     <font>
80
      <weight>50</weight>
81
      <bold>false</bold>
82
     </font>
83
    </property>
84
    <property name="text">
85
     <string>-</string>
86
    </property>
87
   </widget>
88
   <widget class="QLabel" name="label_3">
89
    <property name="geometry">
90
     <rect>
91
      <x>176</x>
92
      <y>65</y>
93
      <width>80</width>
94
      <height>16</height>
95
     </rect>
96
    </property>
97
    <property name="minimumSize">
98
     <size>
99
      <width>80</width>
100
      <height>0</height>
101
     </size>
102
    </property>
103
    <property name="font">
104
     <font>
105
      <weight>50</weight>
106
      <bold>false</bold>
107
     </font>
108
    </property>
109
    <property name="text">
110
     <string>P. Drop</string>
111
    </property>
112
    <property name="alignment">
113
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
114
    </property>
115
   </widget>
116
   <widget class="QLineEdit" name="lineEdit_Pressure_Drop">
117
    <property name="geometry">
118
     <rect>
119
      <x>262</x>
120
      <y>65</y>
121
      <width>100</width>
122
      <height>21</height>
123
     </rect>
124
    </property>
125
    <property name="maximumSize">
126
     <size>
127
      <width>100</width>
128
      <height>16777215</height>
129
     </size>
130
    </property>
131
    <property name="font">
132
     <font>
133
      <weight>50</weight>
134
      <bold>false</bold>
135
     </font>
136
    </property>
137
    <property name="alignment">
138
     <set>Qt::AlignCenter</set>
139
    </property>
140
   </widget>
141
   <widget class="QLabel" name="label_5">
142
    <property name="geometry">
143
     <rect>
144
      <x>176</x>
145
      <y>94</y>
146
      <width>80</width>
147
      <height>16</height>
148
     </rect>
149
    </property>
150
    <property name="minimumSize">
151
     <size>
152
      <width>80</width>
153
      <height>0</height>
154
     </size>
155
    </property>
156
    <property name="font">
157
     <font>
158
      <weight>50</weight>
159
      <bold>false</bold>
160
     </font>
161
    </property>
162
    <property name="text">
163
     <string>Elevation</string>
164
    </property>
165
    <property name="alignment">
166
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
167
    </property>
168
   </widget>
169
   <widget class="QLineEdit" name="lineEdit_Elevation">
170
    <property name="geometry">
171
     <rect>
172
      <x>262</x>
173
      <y>94</y>
174
      <width>100</width>
175
      <height>21</height>
176
     </rect>
177
    </property>
178
    <property name="maximumSize">
179
     <size>
180
      <width>100</width>
181
      <height>16777215</height>
182
     </size>
183
    </property>
184
    <property name="font">
185
     <font>
186
      <weight>50</weight>
187
      <bold>false</bold>
188
     </font>
189
    </property>
190
    <property name="alignment">
191
     <set>Qt::AlignCenter</set>
192
    </property>
193
   </widget>
194
   <widget class="QLabel" name="label_ElevationUnit">
195
    <property name="geometry">
196
     <rect>
197
      <x>368</x>
198
      <y>94</y>
199
      <width>16</width>
200
      <height>16</height>
201
     </rect>
202
    </property>
203
    <property name="font">
204
     <font>
205
      <weight>50</weight>
206
      <bold>false</bold>
207
     </font>
208
    </property>
209
    <property name="text">
210
     <string>-</string>
211
    </property>
212
   </widget>
213
   <widget class="QLabel" name="label_8">
214
    <property name="geometry">
215
     <rect>
216
      <x>176</x>
217
      <y>123</y>
218
      <width>80</width>
219
      <height>16</height>
220
     </rect>
221
    </property>
222
    <property name="minimumSize">
223
     <size>
224
      <width>80</width>
225
      <height>0</height>
226
     </size>
227
    </property>
228
    <property name="font">
229
     <font>
230
      <weight>50</weight>
231
      <bold>false</bold>
232
     </font>
233
    </property>
234
    <property name="text">
235
     <string>Overdesign</string>
236
    </property>
237
    <property name="alignment">
238
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
239
    </property>
240
   </widget>
241
   <widget class="QLineEdit" name="lineEdit_Overdesign">
242
    <property name="geometry">
243
     <rect>
244
      <x>262</x>
245
      <y>123</y>
246
      <width>100</width>
247
      <height>21</height>
248
     </rect>
249
    </property>
250
    <property name="maximumSize">
251
     <size>
252
      <width>100</width>
253
      <height>16777215</height>
254
     </size>
255
    </property>
256
    <property name="font">
257
     <font>
258
      <weight>50</weight>
259
      <bold>false</bold>
260
     </font>
261
    </property>
262
    <property name="text">
263
     <string>0</string>
264
    </property>
265
    <property name="alignment">
266
     <set>Qt::AlignCenter</set>
267
    </property>
268
   </widget>
269
   <widget class="QLabel" name="label_OverdesignUnit">
270
    <property name="geometry">
271
     <rect>
272
      <x>368</x>
273
      <y>123</y>
274
      <width>16</width>
275
      <height>16</height>
276
     </rect>
277
    </property>
278
    <property name="font">
279
     <font>
280
      <weight>50</weight>
281
      <bold>false</bold>
282
     </font>
283
    </property>
284
    <property name="text">
285
     <string>%</string>
286
    </property>
287
   </widget>
288
   <widget class="QLineEdit" name="lineEdit_TagNo">
289
    <property name="geometry">
290
     <rect>
291
      <x>262</x>
292
      <y>36</y>
293
      <width>100</width>
294
      <height>21</height>
295
     </rect>
296
    </property>
297
    <property name="maximumSize">
298
     <size>
299
      <width>100</width>
300
      <height>16777215</height>
301
     </size>
302
    </property>
303
    <property name="font">
304
     <font>
305
      <weight>50</weight>
306
      <bold>false</bold>
307
     </font>
308
    </property>
309
    <property name="alignment">
310
     <set>Qt::AlignCenter</set>
311
    </property>
312
   </widget>
313
   <widget class="QLabel" name="label">
314
    <property name="geometry">
315
     <rect>
316
      <x>176</x>
317
      <y>36</y>
318
      <width>80</width>
319
      <height>16</height>
320
     </rect>
321
    </property>
322
    <property name="minimumSize">
323
     <size>
324
      <width>80</width>
325
      <height>0</height>
326
     </size>
327
    </property>
328
    <property name="font">
329
     <font>
330
      <weight>50</weight>
331
      <bold>false</bold>
332
     </font>
333
    </property>
334
    <property name="text">
335
     <string>Tag No.</string>
336
    </property>
337
    <property name="alignment">
338
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
339
    </property>
340
   </widget>
341
   <widget class="QLabel" name="label_9">
342
    <property name="geometry">
343
     <rect>
344
      <x>127</x>
345
      <y>152</y>
346
      <width>129</width>
347
      <height>16</height>
348
     </rect>
349
    </property>
350
    <property name="minimumSize">
351
     <size>
352
      <width>80</width>
353
      <height>0</height>
354
     </size>
355
    </property>
356
    <property name="font">
357
     <font>
358
      <weight>50</weight>
359
      <bold>false</bold>
360
     </font>
361
    </property>
362
    <property name="text">
363
     <string>Type (for Aramco-BP)</string>
364
    </property>
365
    <property name="alignment">
366
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
367
    </property>
368
   </widget>
369
   <widget class="QLineEdit" name="lineEdit_Type">
370
    <property name="enabled">
371
     <bool>false</bool>
372
    </property>
373
    <property name="geometry">
374
     <rect>
375
      <x>262</x>
376
      <y>152</y>
377
      <width>100</width>
378
      <height>21</height>
379
     </rect>
380
    </property>
381
    <property name="maximumSize">
382
     <size>
383
      <width>100</width>
384
      <height>16777215</height>
385
     </size>
386
    </property>
387
    <property name="alignment">
388
     <set>Qt::AlignCenter</set>
389
    </property>
390
   </widget>
391
   <widget class="QLabel" name="label_10">
392
    <property name="geometry">
393
     <rect>
394
      <x>108</x>
395
      <y>181</y>
396
      <width>145</width>
397
      <height>16</height>
398
     </rect>
399
    </property>
400
    <property name="minimumSize">
401
     <size>
402
      <width>80</width>
403
      <height>0</height>
404
     </size>
405
    </property>
406
    <property name="font">
407
     <font>
408
      <weight>50</weight>
409
      <bold>false</bold>
410
     </font>
411
    </property>
412
    <property name="text">
413
     <string>Fluid (for Cv calculation)</string>
414
    </property>
415
    <property name="alignment">
416
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
417
    </property>
418
   </widget>
419
   <widget class="QComboBox" name="comboBox">
420
    <property name="enabled">
421
     <bool>false</bool>
422
    </property>
423
    <property name="geometry">
424
     <rect>
425
      <x>262</x>
426
      <y>181</y>
427
      <width>100</width>
428
      <height>22</height>
429
     </rect>
430
    </property>
431
    <property name="maximumSize">
432
     <size>
433
      <width>100</width>
434
      <height>16777215</height>
435
     </size>
436
    </property>
437
   </widget>
438
   <zorder>label_PressureUnit</zorder>
439
   <zorder>label_3</zorder>
440
   <zorder>lineEdit_Pressure_Drop</zorder>
441
   <zorder>label_5</zorder>
442
   <zorder>lineEdit_Elevation</zorder>
443
   <zorder>label_ElevationUnit</zorder>
444
   <zorder>label_8</zorder>
445
   <zorder>lineEdit_Overdesign</zorder>
446
   <zorder>label_OverdesignUnit</zorder>
447
   <zorder>lineEdit_TagNo</zorder>
448
   <zorder>label</zorder>
449
   <zorder>label_Img</zorder>
450
   <zorder>label_9</zorder>
451
   <zorder>lineEdit_Type</zorder>
452
   <zorder>label_10</zorder>
453
   <zorder>comboBox</zorder>
454
  </widget>
455
  <widget class="QDialogButtonBox" name="buttonBox">
456
   <property name="geometry">
457
    <rect>
458
     <x>280</x>
459
     <y>236</y>
460
     <width>156</width>
461
     <height>23</height>
462
    </rect>
463
   </property>
464
   <property name="orientation">
465
    <enum>Qt::Horizontal</enum>
466
   </property>
467
   <property name="standardButtons">
468
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
469
   </property>
470
  </widget>
471
  <widget class="QPushButton" name="pushButton_Opening_Calculation">
472
   <property name="geometry">
473
    <rect>
474
     <x>8</x>
475
     <y>236</y>
476
     <width>137</width>
477
     <height>23</height>
478
    </rect>
479
   </property>
480
   <property name="text">
481
    <string>Opening % Calculation</string>
482
   </property>
483
  </widget>
484
  <widget class="QGroupBox" name="groupBox_2">
485
   <property name="enabled">
486
    <bool>true</bool>
487
   </property>
488
   <property name="geometry">
489
    <rect>
490
     <x>8</x>
491
     <y>276</y>
492
     <width>429</width>
493
     <height>245</height>
494
    </rect>
495
   </property>
496
   <property name="title">
497
    <string>Control Valve Opening % Calculation</string>
498
   </property>
499
   <widget class="QLabel" name="label_2">
500
    <property name="geometry">
501
     <rect>
502
      <x>12</x>
503
      <y>32</y>
504
      <width>93</width>
505
      <height>16</height>
506
     </rect>
507
    </property>
508
    <property name="minimumSize">
509
     <size>
510
      <width>93</width>
511
      <height>0</height>
512
     </size>
513
    </property>
514
    <property name="maximumSize">
515
     <size>
516
      <width>93</width>
517
      <height>16777215</height>
518
     </size>
519
    </property>
520
    <property name="text">
521
     <string>Flow Character :</string>
522
    </property>
523
    <property name="alignment">
524
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
525
    </property>
526
   </widget>
527
   <widget class="QRadioButton" name="radioButton_Linear">
528
    <property name="geometry">
529
     <rect>
530
      <x>112</x>
531
      <y>32</y>
532
      <width>61</width>
533
      <height>16</height>
534
     </rect>
535
    </property>
536
    <property name="text">
537
     <string>Linear</string>
538
    </property>
539
   </widget>
540
   <widget class="QRadioButton" name="radioButton_Equal_Percentage">
541
    <property name="geometry">
542
     <rect>
543
      <x>184</x>
544
      <y>32</y>
545
      <width>129</width>
546
      <height>16</height>
547
     </rect>
548
    </property>
549
    <property name="text">
550
     <string>Equal Percentage</string>
551
    </property>
552
   </widget>
553
   <widget class="QLabel" name="label_4">
554
    <property name="geometry">
555
     <rect>
556
      <x>12</x>
557
      <y>64</y>
558
      <width>93</width>
559
      <height>12</height>
560
     </rect>
561
    </property>
562
    <property name="minimumSize">
563
     <size>
564
      <width>93</width>
565
      <height>0</height>
566
     </size>
567
    </property>
568
    <property name="maximumSize">
569
     <size>
570
      <width>93</width>
571
      <height>16777215</height>
572
     </size>
573
    </property>
574
    <property name="text">
575
     <string>Valve Type :</string>
576
    </property>
577
    <property name="alignment">
578
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
579
    </property>
580
   </widget>
581
   <widget class="QComboBox" name="comboBox_Valve_Type">
582
    <property name="geometry">
583
     <rect>
584
      <x>112</x>
585
      <y>60</y>
586
      <width>233</width>
587
      <height>22</height>
588
     </rect>
589
    </property>
590
   </widget>
591
   <widget class="QLabel" name="label_6">
592
    <property name="geometry">
593
     <rect>
594
      <x>12</x>
595
      <y>96</y>
596
      <width>93</width>
597
      <height>12</height>
598
     </rect>
599
    </property>
600
    <property name="minimumSize">
601
     <size>
602
      <width>93</width>
603
      <height>0</height>
604
     </size>
605
    </property>
606
    <property name="maximumSize">
607
     <size>
608
      <width>93</width>
609
      <height>16777215</height>
610
     </size>
611
    </property>
612
    <property name="text">
613
     <string>Rangerability :</string>
614
    </property>
615
    <property name="alignment">
616
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
617
    </property>
618
   </widget>
619
   <widget class="QLineEdit" name="lineEdit_Rangerability">
620
    <property name="enabled">
621
     <bool>true</bool>
622
    </property>
623
    <property name="geometry">
624
     <rect>
625
      <x>112</x>
626
      <y>92</y>
627
      <width>69</width>
628
      <height>20</height>
629
     </rect>
630
    </property>
631
    <property name="alignment">
632
     <set>Qt::AlignCenter</set>
633
    </property>
634
    <property name="readOnly">
635
     <bool>true</bool>
636
    </property>
637
   </widget>
638
   <widget class="QLabel" name="label_7">
639
    <property name="geometry">
640
     <rect>
641
      <x>200</x>
642
      <y>94</y>
643
      <width>145</width>
644
      <height>16</height>
645
     </rect>
646
    </property>
647
    <property name="text">
648
     <string>(ex. 50 : 1 then input 50)</string>
649
    </property>
650
   </widget>
651
   <widget class="QLabel" name="label_11">
652
    <property name="geometry">
653
     <rect>
654
      <x>12</x>
655
      <y>132</y>
656
      <width>93</width>
657
      <height>12</height>
658
     </rect>
659
    </property>
660
    <property name="minimumSize">
661
     <size>
662
      <width>93</width>
663
      <height>0</height>
664
     </size>
665
    </property>
666
    <property name="maximumSize">
667
     <size>
668
      <width>93</width>
669
      <height>16777215</height>
670
     </size>
671
    </property>
672
    <property name="text">
673
     <string>Calculated Cv :</string>
674
    </property>
675
    <property name="alignment">
676
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
677
    </property>
678
   </widget>
679
   <widget class="QLineEdit" name="lineEdit_Calculated_Cv">
680
    <property name="enabled">
681
     <bool>true</bool>
682
    </property>
683
    <property name="geometry">
684
     <rect>
685
      <x>112</x>
686
      <y>128</y>
687
      <width>69</width>
688
      <height>20</height>
689
     </rect>
690
    </property>
691
    <property name="alignment">
692
     <set>Qt::AlignCenter</set>
693
    </property>
694
    <property name="readOnly">
695
     <bool>false</bool>
696
    </property>
697
   </widget>
698
   <widget class="QLineEdit" name="lineEdit_Opening">
699
    <property name="enabled">
700
     <bool>true</bool>
701
    </property>
702
    <property name="geometry">
703
     <rect>
704
      <x>112</x>
705
      <y>204</y>
706
      <width>69</width>
707
      <height>20</height>
708
     </rect>
709
    </property>
710
    <property name="alignment">
711
     <set>Qt::AlignCenter</set>
712
    </property>
713
    <property name="readOnly">
714
     <bool>true</bool>
715
    </property>
716
   </widget>
717
   <widget class="QPushButton" name="pushButton_Opening">
718
    <property name="geometry">
719
     <rect>
720
      <x>18</x>
721
      <y>203</y>
722
      <width>89</width>
723
      <height>24</height>
724
     </rect>
725
    </property>
726
    <property name="text">
727
     <string>Opening</string>
728
    </property>
729
   </widget>
730
   <widget class="QLabel" name="label_12">
731
    <property name="geometry">
732
     <rect>
733
      <x>12</x>
734
      <y>168</y>
735
      <width>93</width>
736
      <height>12</height>
737
     </rect>
738
    </property>
739
    <property name="minimumSize">
740
     <size>
741
      <width>93</width>
742
      <height>0</height>
743
     </size>
744
    </property>
745
    <property name="maximumSize">
746
     <size>
747
      <width>93</width>
748
      <height>16777215</height>
749
     </size>
750
    </property>
751
    <property name="text">
752
     <string>Rated Cv :</string>
753
    </property>
754
    <property name="alignment">
755
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
756
    </property>
757
   </widget>
758
   <widget class="QLineEdit" name="lineEdit_Rated_Cv">
759
    <property name="enabled">
760
     <bool>true</bool>
761
    </property>
762
    <property name="geometry">
763
     <rect>
764
      <x>112</x>
765
      <y>164</y>
766
      <width>69</width>
767
      <height>20</height>
768
     </rect>
769
    </property>
770
    <property name="alignment">
771
     <set>Qt::AlignCenter</set>
772
    </property>
773
    <property name="readOnly">
774
     <bool>false</bool>
775
    </property>
776
   </widget>
777
   <widget class="QScrollArea" name="scrollArea">
778
    <property name="geometry">
779
     <rect>
780
      <x>200</x>
781
      <y>120</y>
782
      <width>209</width>
783
      <height>105</height>
784
     </rect>
785
    </property>
786
    <property name="widgetResizable">
787
     <bool>true</bool>
788
    </property>
789
    <widget class="QWidget" name="scrollAreaWidgetContents">
790
     <property name="geometry">
791
      <rect>
792
       <x>0</x>
793
       <y>0</y>
794
       <width>207</width>
795
       <height>103</height>
796
      </rect>
797
     </property>
798
     <layout class="QGridLayout" name="gridLayout">
799
      <item row="0" column="0">
800
       <widget class="QLabel" name="label_Valve_Img">
801
        <property name="text">
802
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
803
        </property>
804
        <property name="alignment">
805
         <set>Qt::AlignCenter</set>
806
        </property>
807
       </widget>
808
      </item>
809
     </layout>
810
    </widget>
811
   </widget>
812
  </widget>
813
 </widget>
814
 <tabstops>
815
  <tabstop>lineEdit_TagNo</tabstop>
816
  <tabstop>lineEdit_Pressure_Drop</tabstop>
817
  <tabstop>lineEdit_Elevation</tabstop>
818
  <tabstop>lineEdit_Overdesign</tabstop>
819
  <tabstop>lineEdit_Type</tabstop>
820
  <tabstop>comboBox</tabstop>
821
  <tabstop>pushButton_Opening_Calculation</tabstop>
822
 </tabstops>
823
 <resources>
824
  <include location="../res/Resource.qrc"/>
825
 </resources>
826
 <connections>
827
  <connection>
828
   <sender>buttonBox</sender>
829
   <signal>accepted()</signal>
830
   <receiver>Valve_ControlDialog</receiver>
831
   <slot>accept()</slot>
832
   <hints>
833
    <hint type="sourcelabel">
834
     <x>248</x>
835
     <y>254</y>
836
    </hint>
837
    <hint type="destinationlabel">
838
     <x>157</x>
839
     <y>274</y>
840
    </hint>
841
   </hints>
842
  </connection>
843
  <connection>
844
   <sender>buttonBox</sender>
845
   <signal>rejected()</signal>
846
   <receiver>Valve_ControlDialog</receiver>
847
   <slot>reject()</slot>
848
   <hints>
849
    <hint type="sourcelabel">
850
     <x>316</x>
851
     <y>260</y>
852
    </hint>
853
    <hint type="destinationlabel">
854
     <x>286</x>
855
     <y>274</y>
856
    </hint>
857
   </hints>
858
  </connection>
859
 </connections>
860
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)