프로젝트

일반

사용자정보

개정판 2f08ba25

ID2f08ba25e3871071ac89e594cd5695f560b316ea
상위 49f0920d
하위 bab7a181

김연진이(가) 5년 이상 전에 추가함

issue #1047 : 생성한 장치의 데이터 입력폼 추가

Change-Id: I4c0c5705d57f1eb898d3c4c63249dc7394e35395

차이점 보기:

HYTOS/HYTOS/UI/AirFinCooler.ui
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>AirFinCoolerDialog</class>
4
 <widget class="QDialog" name="AirFinCoolerDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>468</width>
10
    <height>177</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="minimumSize">
20
   <size>
21
    <width>0</width>
22
    <height>0</height>
23
   </size>
24
  </property>
25
  <property name="maximumSize">
26
   <size>
27
    <width>503</width>
28
    <height>177</height>
29
   </size>
30
  </property>
31
  <property name="font">
32
   <font>
33
    <family>맑은 고딕</family>
34
   </font>
35
  </property>
36
  <property name="windowTitle">
37
   <string>HYTOS Equipment Data - Air Fin Cooler</string>
38
  </property>
39
  <property name="windowIcon">
40
   <iconset resource="../res/Resource.qrc">
41
    <normaloff>:/newPrefix/HYTOS.png</normaloff>:/newPrefix/HYTOS.png</iconset>
42
  </property>
43
  <widget class="QGroupBox" name="groupBox">
44
   <property name="geometry">
45
    <rect>
46
     <x>8</x>
47
     <y>8</y>
48
     <width>453</width>
49
     <height>125</height>
50
    </rect>
51
   </property>
52
   <property name="font">
53
    <font>
54
     <family>맑은 고딕</family>
55
     <weight>75</weight>
56
     <bold>true</bold>
57
    </font>
58
   </property>
59
   <property name="title">
60
    <string>Equipment Figure</string>
61
   </property>
62
   <widget class="QLabel" name="label_Img">
63
    <property name="geometry">
64
     <rect>
65
      <x>4</x>
66
      <y>24</y>
67
      <width>209</width>
68
      <height>89</height>
69
     </rect>
70
    </property>
71
    <property name="font">
72
     <font>
73
      <weight>50</weight>
74
      <bold>false</bold>
75
     </font>
76
    </property>
77
    <property name="text">
78
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/AirFinCooler.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
79
    </property>
80
   </widget>
81
   <widget class="QLabel" name="label">
82
    <property name="geometry">
83
     <rect>
84
      <x>196</x>
85
      <y>30</y>
86
      <width>80</width>
87
      <height>16</height>
88
     </rect>
89
    </property>
90
    <property name="minimumSize">
91
     <size>
92
      <width>80</width>
93
      <height>0</height>
94
     </size>
95
    </property>
96
    <property name="font">
97
     <font>
98
      <weight>50</weight>
99
      <bold>false</bold>
100
     </font>
101
    </property>
102
    <property name="text">
103
     <string>Tag No.</string>
104
    </property>
105
    <property name="alignment">
106
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
107
    </property>
108
   </widget>
109
   <widget class="QLineEdit" name="lineEdit_TagNo">
110
    <property name="geometry">
111
     <rect>
112
      <x>282</x>
113
      <y>30</y>
114
      <width>100</width>
115
      <height>21</height>
116
     </rect>
117
    </property>
118
    <property name="maximumSize">
119
     <size>
120
      <width>100</width>
121
      <height>16777215</height>
122
     </size>
123
    </property>
124
    <property name="font">
125
     <font>
126
      <weight>50</weight>
127
      <bold>false</bold>
128
     </font>
129
    </property>
130
    <property name="alignment">
131
     <set>Qt::AlignCenter</set>
132
    </property>
133
   </widget>
134
   <widget class="QLineEdit" name="lineEdit_Pressure">
135
    <property name="geometry">
136
     <rect>
137
      <x>282</x>
138
      <y>59</y>
139
      <width>100</width>
140
      <height>21</height>
141
     </rect>
142
    </property>
143
    <property name="sizePolicy">
144
     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
145
      <horstretch>0</horstretch>
146
      <verstretch>0</verstretch>
147
     </sizepolicy>
148
    </property>
149
    <property name="maximumSize">
150
     <size>
151
      <width>100</width>
152
      <height>16777215</height>
153
     </size>
154
    </property>
155
    <property name="font">
156
     <font>
157
      <weight>50</weight>
158
      <bold>false</bold>
159
     </font>
160
    </property>
161
    <property name="alignment">
162
     <set>Qt::AlignCenter</set>
163
    </property>
164
   </widget>
165
   <widget class="QLabel" name="label_3">
166
    <property name="geometry">
167
     <rect>
168
      <x>196</x>
169
      <y>59</y>
170
      <width>80</width>
171
      <height>16</height>
172
     </rect>
173
    </property>
174
    <property name="minimumSize">
175
     <size>
176
      <width>80</width>
177
      <height>0</height>
178
     </size>
179
    </property>
180
    <property name="font">
181
     <font>
182
      <weight>50</weight>
183
      <bold>false</bold>
184
     </font>
185
    </property>
186
    <property name="text">
187
     <string>P. Drop</string>
188
    </property>
189
    <property name="alignment">
190
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
191
    </property>
192
   </widget>
193
   <widget class="QLabel" name="label_PressureUnit">
194
    <property name="geometry">
195
     <rect>
196
      <x>388</x>
197
      <y>59</y>
198
      <width>49</width>
199
      <height>16</height>
200
     </rect>
201
    </property>
202
    <property name="font">
203
     <font>
204
      <weight>50</weight>
205
      <bold>false</bold>
206
     </font>
207
    </property>
208
    <property name="text">
209
     <string>kg/cm2</string>
210
    </property>
211
   </widget>
212
   <widget class="QLabel" name="label_5">
213
    <property name="geometry">
214
     <rect>
215
      <x>196</x>
216
      <y>88</y>
217
      <width>80</width>
218
      <height>16</height>
219
     </rect>
220
    </property>
221
    <property name="minimumSize">
222
     <size>
223
      <width>80</width>
224
      <height>0</height>
225
     </size>
226
    </property>
227
    <property name="font">
228
     <font>
229
      <weight>50</weight>
230
      <bold>false</bold>
231
     </font>
232
    </property>
233
    <property name="text">
234
     <string>Elevation</string>
235
    </property>
236
    <property name="alignment">
237
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
238
    </property>
239
   </widget>
240
   <widget class="QLineEdit" name="lineEdit_Elevation">
241
    <property name="geometry">
242
     <rect>
243
      <x>282</x>
244
      <y>88</y>
245
      <width>100</width>
246
      <height>21</height>
247
     </rect>
248
    </property>
249
    <property name="maximumSize">
250
     <size>
251
      <width>100</width>
252
      <height>16777215</height>
253
     </size>
254
    </property>
255
    <property name="font">
256
     <font>
257
      <weight>50</weight>
258
      <bold>false</bold>
259
     </font>
260
    </property>
261
    <property name="alignment">
262
     <set>Qt::AlignCenter</set>
263
    </property>
264
   </widget>
265
   <widget class="QLabel" name="label_ElevationUnit">
266
    <property name="geometry">
267
     <rect>
268
      <x>388</x>
269
      <y>88</y>
270
      <width>16</width>
271
      <height>16</height>
272
     </rect>
273
    </property>
274
    <property name="font">
275
     <font>
276
      <weight>50</weight>
277
      <bold>false</bold>
278
     </font>
279
    </property>
280
    <property name="text">
281
     <string>m</string>
282
    </property>
283
   </widget>
284
  </widget>
285
  <widget class="QDialogButtonBox" name="buttonBox">
286
   <property name="geometry">
287
    <rect>
288
     <x>304</x>
289
     <y>144</y>
290
     <width>156</width>
291
     <height>23</height>
292
    </rect>
293
   </property>
294
   <property name="orientation">
295
    <enum>Qt::Horizontal</enum>
296
   </property>
297
   <property name="standardButtons">
298
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
299
   </property>
300
  </widget>
301
 </widget>
302
 <tabstops>
303
  <tabstop>lineEdit_TagNo</tabstop>
304
  <tabstop>lineEdit_Pressure</tabstop>
305
  <tabstop>lineEdit_Elevation</tabstop>
306
 </tabstops>
307
 <resources>
308
  <include location="../res/Resource.qrc"/>
309
 </resources>
310
 <connections>
311
  <connection>
312
   <sender>buttonBox</sender>
313
   <signal>accepted()</signal>
314
   <receiver>AirFinCoolerDialog</receiver>
315
   <slot>accept()</slot>
316
   <hints>
317
    <hint type="sourcelabel">
318
     <x>248</x>
319
     <y>254</y>
320
    </hint>
321
    <hint type="destinationlabel">
322
     <x>157</x>
323
     <y>274</y>
324
    </hint>
325
   </hints>
326
  </connection>
327
  <connection>
328
   <sender>buttonBox</sender>
329
   <signal>rejected()</signal>
330
   <receiver>AirFinCoolerDialog</receiver>
331
   <slot>reject()</slot>
332
   <hints>
333
    <hint type="sourcelabel">
334
     <x>316</x>
335
     <y>260</y>
336
    </hint>
337
    <hint type="destinationlabel">
338
     <x>286</x>
339
     <y>274</y>
340
    </hint>
341
   </hints>
342
  </connection>
343
 </connections>
344
</ui>
HYTOS/HYTOS/UI/Ball.ui
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>BallDialog</class>
4
 <widget class="QDialog" name="BallDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>487</width>
10
    <height>328</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>HYTOS Equipment Data - Ball Tank</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/newPrefix/HYTOS.png</normaloff>:/newPrefix/HYTOS.png</iconset>
24
  </property>
25
  <widget class="QDialogButtonBox" name="buttonBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>317</x>
29
     <y>296</y>
30
     <width>161</width>
31
     <height>23</height>
32
    </rect>
33
   </property>
34
   <property name="orientation">
35
    <enum>Qt::Horizontal</enum>
36
   </property>
37
   <property name="standardButtons">
38
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
39
   </property>
40
  </widget>
41
  <widget class="QGroupBox" name="groupBox_2">
42
   <property name="geometry">
43
    <rect>
44
     <x>8</x>
45
     <y>8</y>
46
     <width>204</width>
47
     <height>281</height>
48
    </rect>
49
   </property>
50
   <property name="font">
51
    <font>
52
     <weight>75</weight>
53
     <bold>true</bold>
54
    </font>
55
   </property>
56
   <property name="title">
57
    <string>Equipment Figure</string>
58
   </property>
59
   <widget class="QLabel" name="label_2">
60
    <property name="geometry">
61
     <rect>
62
      <x>44</x>
63
      <y>108</y>
64
      <width>121</width>
65
      <height>125</height>
66
     </rect>
67
    </property>
68
    <property name="text">
69
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/Ball.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
70
    </property>
71
   </widget>
72
   <widget class="QLabel" name="label">
73
    <property name="geometry">
74
     <rect>
75
      <x>12</x>
76
      <y>30</y>
77
      <width>49</width>
78
      <height>21</height>
79
     </rect>
80
    </property>
81
    <property name="font">
82
     <font>
83
      <weight>50</weight>
84
      <bold>false</bold>
85
     </font>
86
    </property>
87
    <property name="text">
88
     <string>Tag No.</string>
89
    </property>
90
   </widget>
91
   <widget class="QLineEdit" name="lineEdit_TagNo">
92
    <property name="geometry">
93
     <rect>
94
      <x>68</x>
95
      <y>32</y>
96
      <width>125</width>
97
      <height>21</height>
98
     </rect>
99
    </property>
100
    <property name="font">
101
     <font>
102
      <weight>50</weight>
103
      <bold>false</bold>
104
     </font>
105
    </property>
106
   </widget>
107
   <widget class="QLabel" name="label_Img_N1">
108
    <property name="geometry">
109
     <rect>
110
      <x>92</x>
111
      <y>88</y>
112
      <width>25</width>
113
      <height>21</height>
114
     </rect>
115
    </property>
116
    <property name="text">
117
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N1.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
118
    </property>
119
   </widget>
120
   <widget class="QLabel" name="label_Img_N2">
121
    <property name="geometry">
122
     <rect>
123
      <x>48</x>
124
      <y>104</y>
125
      <width>25</width>
126
      <height>21</height>
127
     </rect>
128
    </property>
129
    <property name="text">
130
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N2.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
131
    </property>
132
   </widget>
133
   <widget class="QLabel" name="label_Img_N6">
134
    <property name="geometry">
135
     <rect>
136
      <x>136</x>
137
      <y>216</y>
138
      <width>25</width>
139
      <height>21</height>
140
     </rect>
141
    </property>
142
    <property name="text">
143
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N6.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
144
    </property>
145
   </widget>
146
   <widget class="QLabel" name="label_Img_N7">
147
    <property name="geometry">
148
     <rect>
149
      <x>168</x>
150
      <y>160</y>
151
      <width>25</width>
152
      <height>21</height>
153
     </rect>
154
    </property>
155
    <property name="text">
156
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N7.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
157
    </property>
158
   </widget>
159
   <widget class="QLabel" name="label_Img_N5">
160
    <property name="geometry">
161
     <rect>
162
      <x>92</x>
163
      <y>232</y>
164
      <width>25</width>
165
      <height>21</height>
166
     </rect>
167
    </property>
168
    <property name="text">
169
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N5.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
170
    </property>
171
   </widget>
172
   <widget class="QLabel" name="label_Img_N4">
173
    <property name="geometry">
174
     <rect>
175
      <x>48</x>
176
      <y>216</y>
177
      <width>25</width>
178
      <height>21</height>
179
     </rect>
180
    </property>
181
    <property name="text">
182
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N4.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
183
    </property>
184
   </widget>
185
   <widget class="QLabel" name="label_Img_N3">
186
    <property name="geometry">
187
     <rect>
188
      <x>16</x>
189
      <y>160</y>
190
      <width>25</width>
191
      <height>21</height>
192
     </rect>
193
    </property>
194
    <property name="text">
195
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N3.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
196
    </property>
197
   </widget>
198
   <widget class="QLabel" name="label_Img_N8">
199
    <property name="geometry">
200
     <rect>
201
      <x>136</x>
202
      <y>104</y>
203
      <width>25</width>
204
      <height>21</height>
205
     </rect>
206
    </property>
207
    <property name="text">
208
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N8.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
209
    </property>
210
   </widget>
211
  </widget>
212
  <widget class="QGroupBox" name="groupBox_3">
213
   <property name="geometry">
214
    <rect>
215
     <x>216</x>
216
     <y>8</y>
217
     <width>261</width>
218
     <height>281</height>
219
    </rect>
220
   </property>
221
   <property name="font">
222
    <font>
223
     <weight>75</weight>
224
     <bold>true</bold>
225
    </font>
226
   </property>
227
   <property name="title">
228
    <string>Equipment Data</string>
229
   </property>
230
   <widget class="QLabel" name="label_3">
231
    <property name="geometry">
232
     <rect>
233
      <x>64</x>
234
      <y>24</y>
235
      <width>60</width>
236
      <height>16</height>
237
     </rect>
238
    </property>
239
    <property name="font">
240
     <font>
241
      <weight>50</weight>
242
      <bold>false</bold>
243
     </font>
244
    </property>
245
    <property name="text">
246
     <string>Pressure</string>
247
    </property>
248
    <property name="alignment">
249
     <set>Qt::AlignCenter</set>
250
    </property>
251
   </widget>
252
   <widget class="QLabel" name="label_4">
253
    <property name="geometry">
254
     <rect>
255
      <x>168</x>
256
      <y>24</y>
257
      <width>60</width>
258
      <height>16</height>
259
     </rect>
260
    </property>
261
    <property name="font">
262
     <font>
263
      <weight>50</weight>
264
      <bold>false</bold>
265
     </font>
266
    </property>
267
    <property name="text">
268
     <string>Elevation</string>
269
    </property>
270
    <property name="alignment">
271
     <set>Qt::AlignCenter</set>
272
    </property>
273
   </widget>
274
   <widget class="QLabel" name="label_PressureUnit">
275
    <property name="geometry">
276
     <rect>
277
      <x>64</x>
278
      <y>40</y>
279
      <width>60</width>
280
      <height>16</height>
281
     </rect>
282
    </property>
283
    <property name="font">
284
     <font>
285
      <weight>50</weight>
286
      <bold>false</bold>
287
     </font>
288
    </property>
289
    <property name="text">
290
     <string>kg/cm2(g)</string>
291
    </property>
292
    <property name="alignment">
293
     <set>Qt::AlignCenter</set>
294
    </property>
295
   </widget>
296
   <widget class="QLabel" name="label_ElevationUnit">
297
    <property name="geometry">
298
     <rect>
299
      <x>168</x>
300
      <y>40</y>
301
      <width>60</width>
302
      <height>16</height>
303
     </rect>
304
    </property>
305
    <property name="font">
306
     <font>
307
      <weight>50</weight>
308
      <bold>false</bold>
309
     </font>
310
    </property>
311
    <property name="text">
312
     <string>m</string>
313
    </property>
314
    <property name="alignment">
315
     <set>Qt::AlignCenter</set>
316
    </property>
317
   </widget>
318
   <widget class="QLabel" name="label_N1">
319
    <property name="geometry">
320
     <rect>
321
      <x>11</x>
322
      <y>68</y>
323
      <width>25</width>
324
      <height>17</height>
325
     </rect>
326
    </property>
327
    <property name="text">
328
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N1.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
329
    </property>
330
   </widget>
331
   <widget class="QLineEdit" name="lineEdit_N1_Elevation">
332
    <property name="geometry">
333
     <rect>
334
      <x>146</x>
335
      <y>66</y>
336
      <width>100</width>
337
      <height>20</height>
338
     </rect>
339
    </property>
340
    <property name="maximumSize">
341
     <size>
342
      <width>100</width>
343
      <height>16777215</height>
344
     </size>
345
    </property>
346
   </widget>
347
   <widget class="QLineEdit" name="lineEdit_N1_Pressure">
348
    <property name="geometry">
349
     <rect>
350
      <x>44</x>
351
      <y>66</y>
352
      <width>100</width>
353
      <height>20</height>
354
     </rect>
355
    </property>
356
    <property name="maximumSize">
357
     <size>
358
      <width>100</width>
359
      <height>16777215</height>
360
     </size>
361
    </property>
362
   </widget>
363
   <widget class="QLabel" name="label_N2">
364
    <property name="geometry">
365
     <rect>
366
      <x>11</x>
367
      <y>94</y>
368
      <width>25</width>
369
      <height>17</height>
370
     </rect>
371
    </property>
372
    <property name="text">
373
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N2.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
374
    </property>
375
   </widget>
376
   <widget class="QLineEdit" name="lineEdit_N2_Elevation">
377
    <property name="geometry">
378
     <rect>
379
      <x>146</x>
380
      <y>92</y>
381
      <width>100</width>
382
      <height>21</height>
383
     </rect>
384
    </property>
385
    <property name="maximumSize">
386
     <size>
387
      <width>100</width>
388
      <height>16777215</height>
389
     </size>
390
    </property>
391
   </widget>
392
   <widget class="QLineEdit" name="lineEdit_N2_Pressure">
393
    <property name="geometry">
394
     <rect>
395
      <x>44</x>
396
      <y>92</y>
397
      <width>100</width>
398
      <height>21</height>
399
     </rect>
400
    </property>
401
    <property name="maximumSize">
402
     <size>
403
      <width>100</width>
404
      <height>16777215</height>
405
     </size>
406
    </property>
407
   </widget>
408
   <widget class="QLabel" name="label_N3">
409
    <property name="geometry">
410
     <rect>
411
      <x>11</x>
412
      <y>120</y>
413
      <width>25</width>
414
      <height>17</height>
415
     </rect>
416
    </property>
417
    <property name="text">
418
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N3.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
419
    </property>
420
   </widget>
421
   <widget class="QLineEdit" name="lineEdit_N3_Pressure">
422
    <property name="geometry">
423
     <rect>
424
      <x>44</x>
425
      <y>118</y>
426
      <width>100</width>
427
      <height>20</height>
428
     </rect>
429
    </property>
430
    <property name="maximumSize">
431
     <size>
432
      <width>100</width>
433
      <height>16777215</height>
434
     </size>
435
    </property>
436
   </widget>
437
   <widget class="QLineEdit" name="lineEdit_N3_Elevation">
438
    <property name="geometry">
439
     <rect>
440
      <x>146</x>
441
      <y>118</y>
442
      <width>100</width>
443
      <height>20</height>
444
     </rect>
445
    </property>
446
    <property name="maximumSize">
447
     <size>
448
      <width>100</width>
449
      <height>16777215</height>
450
     </size>
451
    </property>
452
   </widget>
453
   <widget class="QLineEdit" name="lineEdit_N4_Pressure">
454
    <property name="geometry">
455
     <rect>
456
      <x>44</x>
457
      <y>144</y>
458
      <width>100</width>
459
      <height>20</height>
460
     </rect>
461
    </property>
462
    <property name="maximumSize">
463
     <size>
464
      <width>100</width>
465
      <height>16777215</height>
466
     </size>
467
    </property>
468
   </widget>
469
   <widget class="QLineEdit" name="lineEdit_N4_Elevation">
470
    <property name="geometry">
471
     <rect>
472
      <x>146</x>
473
      <y>144</y>
474
      <width>100</width>
475
      <height>20</height>
476
     </rect>
477
    </property>
478
    <property name="maximumSize">
479
     <size>
480
      <width>100</width>
481
      <height>16777215</height>
482
     </size>
483
    </property>
484
   </widget>
485
   <widget class="QLabel" name="label_N4">
486
    <property name="geometry">
487
     <rect>
488
      <x>11</x>
489
      <y>146</y>
490
      <width>25</width>
491
      <height>17</height>
492
     </rect>
493
    </property>
494
    <property name="text">
495
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N4.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
496
    </property>
497
   </widget>
498
   <widget class="QLabel" name="label_N5">
499
    <property name="geometry">
500
     <rect>
501
      <x>11</x>
502
      <y>172</y>
503
      <width>25</width>
504
      <height>17</height>
505
     </rect>
506
    </property>
507
    <property name="text">
508
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N5.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
509
    </property>
510
   </widget>
511
   <widget class="QLineEdit" name="lineEdit_N5_Elevation">
512
    <property name="geometry">
513
     <rect>
514
      <x>146</x>
515
      <y>170</y>
516
      <width>100</width>
517
      <height>21</height>
518
     </rect>
519
    </property>
520
    <property name="maximumSize">
521
     <size>
522
      <width>100</width>
523
      <height>16777215</height>
524
     </size>
525
    </property>
526
   </widget>
527
   <widget class="QLineEdit" name="lineEdit_N5_Pressure">
528
    <property name="geometry">
529
     <rect>
530
      <x>44</x>
531
      <y>170</y>
532
      <width>100</width>
533
      <height>21</height>
534
     </rect>
535
    </property>
536
    <property name="maximumSize">
537
     <size>
538
      <width>100</width>
539
      <height>16777215</height>
540
     </size>
541
    </property>
542
   </widget>
543
   <widget class="QLabel" name="label_N6">
544
    <property name="geometry">
545
     <rect>
546
      <x>11</x>
547
      <y>198</y>
548
      <width>25</width>
549
      <height>17</height>
550
     </rect>
551
    </property>
552
    <property name="text">
553
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N6.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
554
    </property>
555
   </widget>
556
   <widget class="QLineEdit" name="lineEdit_N6_Elevation">
557
    <property name="geometry">
558
     <rect>
559
      <x>146</x>
560
      <y>196</y>
561
      <width>100</width>
562
      <height>20</height>
563
     </rect>
564
    </property>
565
    <property name="maximumSize">
566
     <size>
567
      <width>100</width>
568
      <height>16777215</height>
569
     </size>
570
    </property>
571
   </widget>
572
   <widget class="QLineEdit" name="lineEdit_N6_Pressure">
573
    <property name="geometry">
574
     <rect>
575
      <x>44</x>
576
      <y>196</y>
577
      <width>100</width>
578
      <height>20</height>
579
     </rect>
580
    </property>
581
    <property name="maximumSize">
582
     <size>
583
      <width>100</width>
584
      <height>16777215</height>
585
     </size>
586
    </property>
587
   </widget>
588
   <widget class="QLabel" name="label_N7">
589
    <property name="geometry">
590
     <rect>
591
      <x>11</x>
592
      <y>224</y>
593
      <width>25</width>
594
      <height>17</height>
595
     </rect>
596
    </property>
597
    <property name="text">
598
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N7.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
599
    </property>
600
   </widget>
601
   <widget class="QLineEdit" name="lineEdit_N7_Pressure">
602
    <property name="geometry">
603
     <rect>
604
      <x>44</x>
605
      <y>222</y>
606
      <width>100</width>
607
      <height>20</height>
608
     </rect>
609
    </property>
610
    <property name="maximumSize">
611
     <size>
612
      <width>100</width>
613
      <height>16777215</height>
614
     </size>
615
    </property>
616
   </widget>
617
   <widget class="QLineEdit" name="lineEdit_N7_Elevation">
618
    <property name="geometry">
619
     <rect>
620
      <x>146</x>
621
      <y>222</y>
622
      <width>100</width>
623
      <height>20</height>
624
     </rect>
625
    </property>
626
    <property name="maximumSize">
627
     <size>
628
      <width>100</width>
629
      <height>16777215</height>
630
     </size>
631
    </property>
632
   </widget>
633
   <widget class="QLineEdit" name="lineEdit_N8_Pressure">
634
    <property name="geometry">
635
     <rect>
636
      <x>44</x>
637
      <y>248</y>
638
      <width>100</width>
639
      <height>21</height>
640
     </rect>
641
    </property>
642
    <property name="maximumSize">
643
     <size>
644
      <width>100</width>
645
      <height>16777215</height>
646
     </size>
647
    </property>
648
   </widget>
649
   <widget class="QLabel" name="label_N8">
650
    <property name="geometry">
651
     <rect>
652
      <x>11</x>
653
      <y>250</y>
654
      <width>25</width>
655
      <height>17</height>
656
     </rect>
657
    </property>
658
    <property name="text">
659
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/N8.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
660
    </property>
661
   </widget>
662
   <widget class="QLineEdit" name="lineEdit_N8_Elevation">
663
    <property name="geometry">
664
     <rect>
665
      <x>146</x>
666
      <y>248</y>
667
      <width>100</width>
668
      <height>21</height>
669
     </rect>
670
    </property>
671
    <property name="maximumSize">
672
     <size>
673
      <width>100</width>
674
      <height>16777215</height>
675
     </size>
676
    </property>
677
   </widget>
678
  </widget>
679
 </widget>
680
 <tabstops>
681
  <tabstop>lineEdit_TagNo</tabstop>
682
  <tabstop>lineEdit_N1_Pressure</tabstop>
683
  <tabstop>lineEdit_N1_Elevation</tabstop>
684
  <tabstop>lineEdit_N2_Pressure</tabstop>
685
  <tabstop>lineEdit_N2_Elevation</tabstop>
686
  <tabstop>lineEdit_N3_Pressure</tabstop>
687
  <tabstop>lineEdit_N3_Elevation</tabstop>
688
  <tabstop>lineEdit_N4_Pressure</tabstop>
689
  <tabstop>lineEdit_N4_Elevation</tabstop>
690
  <tabstop>lineEdit_N5_Pressure</tabstop>
691
  <tabstop>lineEdit_N5_Elevation</tabstop>
692
  <tabstop>lineEdit_N6_Pressure</tabstop>
693
  <tabstop>lineEdit_N6_Elevation</tabstop>
694
  <tabstop>lineEdit_N7_Pressure</tabstop>
695
  <tabstop>lineEdit_N7_Elevation</tabstop>
696
  <tabstop>lineEdit_N8_Pressure</tabstop>
697
  <tabstop>lineEdit_N8_Elevation</tabstop>
698
 </tabstops>
699
 <resources>
700
  <include location="../res/Resource.qrc"/>
701
 </resources>
702
 <connections>
703
  <connection>
704
   <sender>buttonBox</sender>
705
   <signal>accepted()</signal>
706
   <receiver>BallDialog</receiver>
707
   <slot>accept()</slot>
708
   <hints>
709
    <hint type="sourcelabel">
710
     <x>248</x>
711
     <y>254</y>
712
    </hint>
713
    <hint type="destinationlabel">
714
     <x>157</x>
715
     <y>274</y>
716
    </hint>
717
   </hints>
718
  </connection>
719
  <connection>
720
   <sender>buttonBox</sender>
721
   <signal>rejected()</signal>
722
   <receiver>BallDialog</receiver>
723
   <slot>reject()</slot>
724
   <hints>
725
    <hint type="sourcelabel">
726
     <x>316</x>
727
     <y>260</y>
728
    </hint>
729
    <hint type="destinationlabel">
730
     <x>286</x>
731
     <y>274</y>
732
    </hint>
733
   </hints>
734
  </connection>
735
 </connections>
736
</ui>
HYTOS/HYTOS/UI/BatteryLimit.ui
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>BatteryLimitDialog</class>
4
 <widget class="QDialog" name="BatteryLimitDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>367</width>
10
    <height>175</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>HYTOS Equipment Data - Battery Limit</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/newPrefix/HYTOS.png</normaloff>:/newPrefix/HYTOS.png</iconset>
24
  </property>
25
  <widget class="QDialogButtonBox" name="buttonBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>200</x>
29
     <y>144</y>
30
     <width>156</width>
31
     <height>23</height>
32
    </rect>
33
   </property>
34
   <property name="orientation">
35
    <enum>Qt::Horizontal</enum>
36
   </property>
37
   <property name="standardButtons">
38
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
39
   </property>
40
  </widget>
41
  <widget class="QGroupBox" name="groupBox">
42
   <property name="geometry">
43
    <rect>
44
     <x>9</x>
45
     <y>9</y>
46
     <width>349</width>
47
     <height>125</height>
48
    </rect>
49
   </property>
50
   <property name="font">
51
    <font>
52
     <family>맑은 고딕</family>
53
     <weight>75</weight>
54
     <bold>true</bold>
55
    </font>
56
   </property>
57
   <property name="title">
58
    <string>Equipment Figure</string>
59
   </property>
60
   <widget class="QLabel" name="label_Img_Down">
61
    <property name="geometry">
62
     <rect>
63
      <x>8</x>
64
      <y>24</y>
65
      <width>81</width>
66
      <height>81</height>
67
     </rect>
68
    </property>
69
    <property name="text">
70
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/Battery_Limit_Down.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
71
    </property>
72
   </widget>
73
   <widget class="QLabel" name="label_Img_Up">
74
    <property name="geometry">
75
     <rect>
76
      <x>8</x>
77
      <y>24</y>
78
      <width>81</width>
79
      <height>81</height>
80
     </rect>
81
    </property>
82
    <property name="text">
83
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/Battery_Limit_Up.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
84
    </property>
85
   </widget>
86
   <widget class="QLabel" name="label_Img_Left">
87
    <property name="geometry">
88
     <rect>
89
      <x>8</x>
90
      <y>24</y>
91
      <width>81</width>
92
      <height>81</height>
93
     </rect>
94
    </property>
95
    <property name="text">
96
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/Battery_Limit_Left.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
97
    </property>
98
   </widget>
99
   <widget class="QLabel" name="label_Img_Right">
100
    <property name="geometry">
101
     <rect>
102
      <x>8</x>
103
      <y>24</y>
104
      <width>81</width>
105
      <height>81</height>
106
     </rect>
107
    </property>
108
    <property name="text">
109
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/newPrefix/Battery_Limit_Right.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
110
    </property>
111
   </widget>
112
   <widget class="QLabel" name="label_5">
113
    <property name="geometry">
114
     <rect>
115
      <x>76</x>
116
      <y>88</y>
117
      <width>80</width>
118
      <height>16</height>
119
     </rect>
120
    </property>
121
    <property name="minimumSize">
122
     <size>
123
      <width>80</width>
124
      <height>0</height>
125
     </size>
126
    </property>
127
    <property name="font">
128
     <font>
129
      <weight>50</weight>
130
      <bold>false</bold>
131
     </font>
132
    </property>
133
    <property name="text">
134
     <string>Elevation</string>
135
    </property>
136
    <property name="alignment">
137
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138
    </property>
139
   </widget>
140
   <widget class="QLabel" name="label_ElevationUnit">
141
    <property name="geometry">
142
     <rect>
143
      <x>276</x>
144
      <y>88</y>
145
      <width>16</width>
146
      <height>16</height>
147
     </rect>
148
    </property>
149
    <property name="font">
150
     <font>
151
      <weight>50</weight>
152
      <bold>false</bold>
153
     </font>
154
    </property>
155
    <property name="text">
156
     <string>m</string>
157
    </property>
158
   </widget>
159
   <widget class="QLineEdit" name="lineEdit_Elevation">
160
    <property name="geometry">
161
     <rect>
162
      <x>168</x>
163
      <y>88</y>
164
      <width>100</width>
165
      <height>21</height>
166
     </rect>
167
    </property>
168
    <property name="maximumSize">
169
     <size>
170
      <width>100</width>
171
      <height>16777215</height>
172
     </size>
173
    </property>
174
    <property name="font">
175
     <font>
176
      <weight>50</weight>
177
      <bold>false</bold>
178
     </font>
179
    </property>
180
   </widget>
181
   <widget class="QLabel" name="label_3">
182
    <property name="geometry">
183
     <rect>
184
      <x>76</x>
185
      <y>59</y>
186
      <width>80</width>
187
      <height>16</height>
188
     </rect>
189
    </property>
190
    <property name="minimumSize">
191
     <size>
192
      <width>80</width>
193
      <height>0</height>
194
     </size>
195
    </property>
196
    <property name="font">
197
     <font>
198
      <weight>50</weight>
199
      <bold>false</bold>
200
     </font>
201
    </property>
202
    <property name="text">
203
     <string>Pressure</string>
204
    </property>
205
    <property name="alignment">
206
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
207
    </property>
208
   </widget>
209
   <widget class="QLineEdit" name="lineEdit_Pressure">
210
    <property name="geometry">
211
     <rect>
212
      <x>168</x>
213
      <y>59</y>
214
      <width>100</width>
215
      <height>21</height>
216
     </rect>
217
    </property>
218
    <property name="maximumSize">
219
     <size>
220
      <width>100</width>
221
      <height>16777215</height>
222
     </size>
223
    </property>
224
    <property name="font">
225
     <font>
226
      <weight>50</weight>
227
      <bold>false</bold>
228
     </font>
229
    </property>
230
   </widget>
231
   <widget class="QLabel" name="label_PressureUnit">
232
    <property name="geometry">
233
     <rect>
234
      <x>276</x>
235
      <y>59</y>
236
      <width>57</width>
237
      <height>16</height>
238
     </rect>
239
    </property>
240
    <property name="font">
241
     <font>
242
      <weight>50</weight>
243
      <bold>false</bold>
244
     </font>
245
    </property>
246
    <property name="text">
247
     <string>kg/cm2(g)</string>
248
    </property>
249
   </widget>
250
   <widget class="QLabel" name="label">
251
    <property name="geometry">
252
     <rect>
253
      <x>76</x>
254
      <y>30</y>
255
      <width>80</width>
256
      <height>16</height>
257
     </rect>
258
    </property>
259
    <property name="minimumSize">
260
     <size>
261
      <width>80</width>
262
      <height>0</height>
263
     </size>
264
    </property>
265
    <property name="font">
266
     <font>
267
      <weight>50</weight>
268
      <bold>false</bold>
269
     </font>
270
    </property>
271
    <property name="text">
272
     <string>Tag No.</string>
273
    </property>
274
    <property name="alignment">
275
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
276
    </property>
277
   </widget>
278
   <widget class="QLineEdit" name="lineEdit_TagNo">
279
    <property name="geometry">
280
     <rect>
281
      <x>168</x>
282
      <y>30</y>
283
      <width>100</width>
284
      <height>21</height>
285
     </rect>
286
    </property>
287
    <property name="maximumSize">
288
     <size>
289
      <width>100</width>
290
      <height>16777215</height>
291
     </size>
292
    </property>
293
    <property name="font">
294
     <font>
295
      <weight>50</weight>
296
      <bold>false</bold>
297
     </font>
298
    </property>
299
   </widget>
300
  </widget>
301
 </widget>
302
 <tabstops>
303
  <tabstop>lineEdit_TagNo</tabstop>
304
  <tabstop>lineEdit_Pressure</tabstop>
305
  <tabstop>lineEdit_Elevation</tabstop>
306
 </tabstops>
307
 <resources>
308
  <include location="../res/Resource.qrc"/>
309
 </resources>
310
 <connections>
311
  <connection>
312
   <sender>buttonBox</sender>
313
   <signal>accepted()</signal>
314
   <receiver>BatteryLimitDialog</receiver>
315
   <slot>accept()</slot>
316
   <hints>
317
    <hint type="sourcelabel">
318
     <x>248</x>
319
     <y>254</y>
320
    </hint>
321
    <hint type="destinationlabel">
322
     <x>157</x>
323
     <y>274</y>
324
    </hint>
325
   </hints>
326
  </connection>
327
  <connection>
328
   <sender>buttonBox</sender>
329
   <signal>rejected()</signal>
330
   <receiver>BatteryLimitDialog</receiver>
331
   <slot>reject()</slot>
332
   <hints>
333
    <hint type="sourcelabel">
334
     <x>316</x>
335
     <y>260</y>
336
    </hint>
337
    <hint type="destinationlabel">
338
     <x>286</x>
339
     <y>274</y>
340
    </hint>
341
   </hints>
342
  </connection>
343
 </connections>
344
</ui>
HYTOS/HYTOS/UI/Coil.ui
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>CoilDialog</class>
4
 <widget class="QDialog" name="CoilDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>339</width>
10
    <height>177</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>HYTOS Equipment Data - Coil</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/newPrefix/HYTOS.png</normaloff>:/newPrefix/HYTOS.png</iconset>
24
  </property>
25
  <widget class="QGroupBox" name="groupBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>9</x>
29
     <y>9</y>
30
     <width>321</width>
31
     <height>125</height>
32
    </rect>
33
   </property>
34
   <property name="font">
35
    <font>
36
     <family>맑은 고딕</family>
37
     <weight>75</weight>
38
     <bold>true</bold>
39
    </font>
40
   </property>
41
   <property name="title">
42
    <string>Equipment Figure</string>
43
   </property>
44
   <widget class="QLabel" name="label">
45
    <property name="geometry">
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)