프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / DTI_PID / UI / ValidationGlobal.ui @ e17d4c6f

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

1 5344dabe esham21
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>GlobalValidationDialog</class>
4
 <widget class="QDialog" name="GlobalValidationDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>688</width>
10
    <height>462</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>350</width>
16
    <height>0</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>9999</width>
22
    <height>9999</height>
23
   </size>
24
  </property>
25
  <property name="font">
26
   <font>
27
    <family>맑은 고딕</family>
28
    <weight>75</weight>
29
    <bold>true</bold>
30
   </font>
31
  </property>
32
  <property name="windowTitle">
33
   <string>Global Validation</string>
34
  </property>
35
  <layout class="QGridLayout" name="gridLayout_3">
36
   <item row="1" column="0">
37
    <layout class="QHBoxLayout" name="horizontalLayout">
38
     <item>
39
      <widget class="QDialogButtonBox" name="buttonBox">
40
       <property name="standardButtons">
41
        <set>QDialogButtonBox::Close</set>
42
       </property>
43
      </widget>
44
     </item>
45
    </layout>
46
   </item>
47
   <item row="0" column="0">
48
    <widget class="QWidget" name="widget" native="true">
49
     <layout class="QGridLayout" name="gridLayout_2">
50
      <item row="0" column="0">
51
       <layout class="QGridLayout" name="gridLayout">
52
        <item row="0" column="1" colspan="2">
53
         <layout class="QVBoxLayout" name="verticalLayout_2">
54
          <item>
55
           <layout class="QHBoxLayout" name="horizontalLayout_3">
56
            <item>
57
             <widget class="QRadioButton" name="radioButtonDupilcation">
58
              <property name="text">
59
               <string>Duplicated Attribute : </string>
60
              </property>
61
              <property name="checked">
62
               <bool>false</bool>
63
              </property>
64
             </widget>
65
            </item>
66
            <item>
67
             <widget class="QLineEdit" name="lineEditDuplication"/>
68
            </item>
69
           </layout>
70
          </item>
71
         </layout>
72
        </item>
73
        <item row="6" column="1" colspan="2">
74
         <widget class="QTableWidget" name="tableWidgetResult"/>
75
        </item>
76
        <item row="6" column="0">
77
         <widget class="QLabel" name="label_2">
78
          <property name="font">
79
           <font>
80
            <weight>50</weight>
81
            <bold>false</bold>
82
           </font>
83
          </property>
84
          <property name="text">
85
           <string>Result</string>
86
          </property>
87
         </widget>
88
        </item>
89
        <item row="0" column="0" rowspan="4">
90
         <widget class="QLabel" name="label_3">
91
          <property name="maximumSize">
92
           <size>
93
            <width>100</width>
94
            <height>16777215</height>
95
           </size>
96
          </property>
97
          <property name="font">
98
           <font>
99
            <weight>50</weight>
100
            <bold>false</bold>
101
           </font>
102
          </property>
103
          <property name="text">
104
           <string>Condition : </string>
105
          </property>
106
         </widget>
107
        </item>
108
        <item row="4" column="1" colspan="2">
109
         <widget class="QPushButton" name="pushButtonRun">
110
          <property name="text">
111
           <string>Run</string>
112
          </property>
113
         </widget>
114
        </item>
115
       </layout>
116
      </item>
117
     </layout>
118
    </widget>
119
   </item>
120
  </layout>
121
 </widget>
122
 <resources/>
123
 <connections/>
124
 <buttongroups>
125
  <buttongroup name="buttonGroup"/>
126
 </buttongroups>
127
</ui>