프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / DTI_PID / UI / Validation.ui @ 144decef

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>ValidationDialog</class>
4
 <widget class="QDialog" name="ValidationDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>647</width>
10
    <height>467</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Validation</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
17
   <item row="1" column="0">
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
20
      <string>Custom Rules</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_4">
23
      <item row="0" column="0">
24
       <layout class="QGridLayout" name="gridLayout_3">
25
        <item row="0" column="1">
26
         <widget class="QToolButton" name="pushButtonAddRule">
27
          <property name="text">
28
           <string/>
29
          </property>
30
          <property name="icon">
31
           <iconset resource="../res/MainWindow.qrc">
32
            <normaloff>:/newPrefix/Add.svg</normaloff>:/newPrefix/Add.svg</iconset>
33
          </property>
34
         </widget>
35
        </item>
36
        <item row="0" column="0">
37
         <widget class="QLineEdit" name="lineEditRuleName"/>
38
        </item>
39
        <item row="0" column="2">
40
         <widget class="QToolButton" name="pushButtonDelRule">
41
          <property name="text">
42
           <string/>
43
          </property>
44
          <property name="icon">
45
           <iconset resource="../res/MainWindow.qrc">
46
            <normaloff>:/newPrefix/Remove.svg</normaloff>:/newPrefix/Remove.svg</iconset>
47
          </property>
48
         </widget>
49
        </item>
50
        <item row="1" column="0" colspan="3">
51
         <widget class="QTableWidget" name="tableWidget"/>
52
        </item>
53
       </layout>
54
      </item>
55
     </layout>
56
    </widget>
57
   </item>
58
   <item row="2" column="0">
59
    <widget class="QDialogButtonBox" name="buttonBox">
60
     <property name="orientation">
61
      <enum>Qt::Horizontal</enum>
62
     </property>
63
     <property name="standardButtons">
64
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65
     </property>
66
    </widget>
67
   </item>
68
   <item row="0" column="0">
69
    <widget class="QGroupBox" name="groupBox_2">
70
     <property name="title">
71
      <string>Basic Rules</string>
72
     </property>
73
     <layout class="QGridLayout" name="gridLayout">
74
      <item row="0" column="0">
75
       <layout class="QGridLayout" name="gridLayout_5">
76
        <property name="sizeConstraint">
77
         <enum>QLayout::SetFixedSize</enum>
78
        </property>
79
        <item row="0" column="0">
80
         <widget class="QCheckBox" name="checkBoxSpecBreakError">
81
          <property name="enabled">
82
           <bool>false</bool>
83
          </property>
84
          <property name="text">
85
           <string>check specbreak error</string>
86
          </property>
87
          <property name="checked">
88
           <bool>true</bool>
89
          </property>
90
         </widget>
91
        </item>
92
        <item row="5" column="0">
93
         <widget class="QCheckBox" name="checkBoxFlowDirectionError">
94
          <property name="enabled">
95
           <bool>false</bool>
96
          </property>
97
          <property name="text">
98
           <string>check flow direction error</string>
99
          </property>
100
          <property name="checked">
101
           <bool>true</bool>
102
          </property>
103
         </widget>
104
        </item>
105
        <item row="3" column="0">
106
         <widget class="QCheckBox" name="checkBoxDuplicatedConnectionError">
107
          <property name="enabled">
108
           <bool>false</bool>
109
          </property>
110
          <property name="text">
111
           <string>check duplicated connection error</string>
112
          </property>
113
          <property name="checked">
114
           <bool>true</bool>
115
          </property>
116
         </widget>
117
        </item>
118
        <item row="4" column="0">
119
         <widget class="QCheckBox" name="checkBoxLineTypeError">
120
          <property name="enabled">
121
           <bool>false</bool>
122
          </property>
123
          <property name="text">
124
           <string>check line type error</string>
125
          </property>
126
          <property name="checked">
127
           <bool>true</bool>
128
          </property>
129
         </widget>
130
        </item>
131
        <item row="2" column="0">
132
         <widget class="QCheckBox" name="checkBoxSizeError">
133
          <property name="enabled">
134
           <bool>false</bool>
135
          </property>
136
          <property name="text">
137
           <string>check graphic size error</string>
138
          </property>
139
          <property name="checked">
140
           <bool>true</bool>
141
          </property>
142
         </widget>
143
        </item>
144
        <item row="1" column="0">
145
         <widget class="QCheckBox" name="checkBoxAssociationError">
146
          <property name="enabled">
147
           <bool>false</bool>
148
          </property>
149
          <property name="text">
150
           <string>check association error</string>
151
          </property>
152
          <property name="checked">
153
           <bool>true</bool>
154
          </property>
155
         </widget>
156
        </item>
157
        <item row="6" column="0">
158
         <widget class="QCheckBox" name="checkBoxDisconnectionError">
159
          <property name="enabled">
160
           <bool>false</bool>
161
          </property>
162
          <property name="text">
163
           <string>check disconnection error</string>
164
          </property>
165
          <property name="checked">
166
           <bool>true</bool>
167
          </property>
168
         </widget>
169
        </item>
170
        <item row="7" column="0">
171
         <widget class="QCheckBox" name="checkBoxSizeChange">
172
          <property name="enabled">
173
           <bool>false</bool>
174
          </property>
175
          <property name="text">
176
           <string>check size change error</string>
177
          </property>
178
          <property name="checkable">
179
           <bool>true</bool>
180
          </property>
181
          <property name="checked">
182
           <bool>true</bool>
183
          </property>
184
         </widget>
185
        </item>
186
       </layout>
187
      </item>
188
     </layout>
189
    </widget>
190
   </item>
191
  </layout>
192
 </widget>
193
 <resources>
194
  <include location="../res/MainWindow.qrc"/>
195
 </resources>
196
 <connections>
197
  <connection>
198
   <sender>buttonBox</sender>
199
   <signal>accepted()</signal>
200
   <receiver>ValidationDialog</receiver>
201
   <slot>accept()</slot>
202
   <hints>
203
    <hint type="sourcelabel">
204
     <x>248</x>
205
     <y>254</y>
206
    </hint>
207
    <hint type="destinationlabel">
208
     <x>157</x>
209
     <y>274</y>
210
    </hint>
211
   </hints>
212
  </connection>
213
  <connection>
214
   <sender>buttonBox</sender>
215
   <signal>rejected()</signal>
216
   <receiver>ValidationDialog</receiver>
217
   <slot>reject()</slot>
218
   <hints>
219
    <hint type="sourcelabel">
220
     <x>316</x>
221
     <y>260</y>
222
    </hint>
223
    <hint type="destinationlabel">
224
     <x>286</x>
225
     <y>274</y>
226
    </hint>
227
   </hints>
228
  </connection>
229
 </connections>
230
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)