프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / Flowmeter.ui @ e534f39d

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>FlowmeterDialog</class>
4
 <widget class="QDialog" name="FlowmeterDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>484</width>
10
    <height>180</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 Instrument Data - Flowmeter</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
24
  </property>
25
  <widget class="QGroupBox" name="groupBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>8</x>
29
     <y>8</y>
30
     <width>465</width>
31
     <height>133</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_ElevationUnit">
45
    <property name="geometry">
46
     <rect>
47
      <x>400</x>
48
      <y>88</y>
49
      <width>16</width>
50
      <height>16</height>
51
     </rect>
52
    </property>
53
    <property name="font">
54
     <font>
55
      <weight>50</weight>
56
      <bold>false</bold>
57
     </font>
58
    </property>
59
    <property name="text">
60
     <string>-</string>
61
    </property>
62
   </widget>
63
   <widget class="QLineEdit" name="lineEdit_TagNo">
64
    <property name="geometry">
65
     <rect>
66
      <x>294</x>
67
      <y>30</y>
68
      <width>100</width>
69
      <height>21</height>
70
     </rect>
71
    </property>
72
    <property name="maximumSize">
73
     <size>
74
      <width>100</width>
75
      <height>16777215</height>
76
     </size>
77
    </property>
78
    <property name="font">
79
     <font>
80
      <weight>50</weight>
81
      <bold>false</bold>
82
     </font>
83
    </property>
84
    <property name="alignment">
85
     <set>Qt::AlignCenter</set>
86
    </property>
87
   </widget>
88
   <widget class="QLabel" name="label">
89
    <property name="geometry">
90
     <rect>
91
      <x>208</x>
92
      <y>30</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>Tag No.</string>
111
    </property>
112
    <property name="alignment">
113
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
114
    </property>
115
   </widget>
116
   <widget class="QLabel" name="label_PressureUnit">
117
    <property name="geometry">
118
     <rect>
119
      <x>400</x>
120
      <y>59</y>
121
      <width>49</width>
122
      <height>16</height>
123
     </rect>
124
    </property>
125
    <property name="font">
126
     <font>
127
      <weight>50</weight>
128
      <bold>false</bold>
129
     </font>
130
    </property>
131
    <property name="text">
132
     <string>-</string>
133
    </property>
134
   </widget>
135
   <widget class="QLineEdit" name="lineEdit_Pressure">
136
    <property name="geometry">
137
     <rect>
138
      <x>294</x>
139
      <y>59</y>
140
      <width>100</width>
141
      <height>21</height>
142
     </rect>
143
    </property>
144
    <property name="sizePolicy">
145
     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
146
      <horstretch>0</horstretch>
147
      <verstretch>0</verstretch>
148
     </sizepolicy>
149
    </property>
150
    <property name="maximumSize">
151
     <size>
152
      <width>100</width>
153
      <height>16777215</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="alignment">
163
     <set>Qt::AlignCenter</set>
164
    </property>
165
   </widget>
166
   <widget class="QLineEdit" name="lineEdit_Elevation">
167
    <property name="geometry">
168
     <rect>
169
      <x>294</x>
170
      <y>88</y>
171
      <width>100</width>
172
      <height>21</height>
173
     </rect>
174
    </property>
175
    <property name="maximumSize">
176
     <size>
177
      <width>100</width>
178
      <height>16777215</height>
179
     </size>
180
    </property>
181
    <property name="font">
182
     <font>
183
      <weight>50</weight>
184
      <bold>false</bold>
185
     </font>
186
    </property>
187
    <property name="alignment">
188
     <set>Qt::AlignCenter</set>
189
    </property>
190
   </widget>
191
   <widget class="QLabel" name="label_3">
192
    <property name="geometry">
193
     <rect>
194
      <x>208</x>
195
      <y>59</y>
196
      <width>80</width>
197
      <height>16</height>
198
     </rect>
199
    </property>
200
    <property name="minimumSize">
201
     <size>
202
      <width>80</width>
203
      <height>0</height>
204
     </size>
205
    </property>
206
    <property name="font">
207
     <font>
208
      <weight>50</weight>
209
      <bold>false</bold>
210
     </font>
211
    </property>
212
    <property name="text">
213
     <string>P. Drop</string>
214
    </property>
215
    <property name="alignment">
216
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
217
    </property>
218
   </widget>
219
   <widget class="QLabel" name="label_5">
220
    <property name="geometry">
221
     <rect>
222
      <x>208</x>
223
      <y>88</y>
224
      <width>80</width>
225
      <height>16</height>
226
     </rect>
227
    </property>
228
    <property name="minimumSize">
229
     <size>
230
      <width>80</width>
231
      <height>0</height>
232
     </size>
233
    </property>
234
    <property name="font">
235
     <font>
236
      <weight>50</weight>
237
      <bold>false</bold>
238
     </font>
239
    </property>
240
    <property name="text">
241
     <string>Elevation</string>
242
    </property>
243
    <property name="alignment">
244
     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
245
    </property>
246
   </widget>
247
   <widget class="QLabel" name="label_Img">
248
    <property name="geometry">
249
     <rect>
250
      <x>16</x>
251
      <y>24</y>
252
      <width>208</width>
253
      <height>96</height>
254
     </rect>
255
    </property>
256
    <property name="text">
257
     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/images/Flowmeter.png&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
258
    </property>
259
   </widget>
260
  </widget>
261
  <widget class="QDialogButtonBox" name="buttonBox">
262
   <property name="geometry">
263
    <rect>
264
     <x>320</x>
265
     <y>148</y>
266
     <width>156</width>
267
     <height>23</height>
268
    </rect>
269
   </property>
270
   <property name="orientation">
271
    <enum>Qt::Horizontal</enum>
272
   </property>
273
   <property name="standardButtons">
274
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
275
   </property>
276
  </widget>
277
 </widget>
278
 <resources>
279
  <include location="../res/Resource.qrc"/>
280
 </resources>
281
 <connections>
282
  <connection>
283
   <sender>buttonBox</sender>
284
   <signal>accepted()</signal>
285
   <receiver>FlowmeterDialog</receiver>
286
   <slot>accept()</slot>
287
   <hints>
288
    <hint type="sourcelabel">
289
     <x>248</x>
290
     <y>254</y>
291
    </hint>
292
    <hint type="destinationlabel">
293
     <x>157</x>
294
     <y>274</y>
295
    </hint>
296
   </hints>
297
  </connection>
298
  <connection>
299
   <sender>buttonBox</sender>
300
   <signal>rejected()</signal>
301
   <receiver>FlowmeterDialog</receiver>
302
   <slot>reject()</slot>
303
   <hints>
304
    <hint type="sourcelabel">
305
     <x>316</x>
306
     <y>260</y>
307
    </hint>
308
    <hint type="destinationlabel">
309
     <x>286</x>
310
     <y>274</y>
311
    </hint>
312
   </hints>
313
  </connection>
314
 </connections>
315
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)