개정판 59a1aa09
issue #1183 Version 정보 업데이트 및 변경내용 수정 - Stream Grid 에서 Flowrate Mass, Volume 수정 불가
Change-Id: Ib7b4dec3dcc6bcd4b100888054920312b5043293
HYTOS/HYTOS/MainWindow.py | ||
---|---|---|
2709 | 2709 |
|
2710 | 2710 |
item = set_item_properties(convert_to_fixed_point(hmb.flowrate_mass), Qt.AlignHCenter | Qt.AlignVCenter) |
2711 | 2711 |
item.setData(Qt.UserRole, hmb.flowrate_mass) |
2712 |
item.setFlags(Qt.ItemIsEnabled | Qt.ItemIsSelectable) |
|
2712 | 2713 |
self.tableWidgetHMB.setItem(4, columnCount, item) |
2713 | 2714 |
|
2714 | 2715 |
item = set_item_properties(convert_to_fixed_point(hmb.flowrate_volume), Qt.AlignHCenter | Qt.AlignVCenter) |
2715 | 2716 |
item.setData(Qt.UserRole, hmb.flowrate_volume) |
2717 |
item.setFlags(Qt.ItemIsEnabled | Qt.ItemIsSelectable) |
|
2716 | 2718 |
self.tableWidgetHMB.setItem(5, columnCount, item) |
2717 | 2719 |
|
2718 | 2720 |
item = set_item_properties(convert_to_fixed_point(hmb.density), Qt.AlignHCenter | Qt.AlignVCenter) |
readme.html | ||
---|---|---|
37 | 37 |
<td style="padding-left: 5px; font-weight: bold;" colspan="2"><font color="white" size="3">CHANGES</font></td> |
38 | 38 |
</tr> |
39 | 39 |
|
40 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>3.1.5.0 [2021.01.15]</B></td></tr> |
|
41 |
<tr><td class="filesChanged">1.</td><td>Two phase 단위 변환 오류 수정(Homo den, Home vel)</td></tr> |
|
42 |
<tr><td class="filesChanged">2.</td><td>Two phase Report 수정(Homo den, Home vel)</td></tr> |
|
43 |
<tr><td class="filesChanged">3.</td><td>Two phase Pressure Input 값 유지</td></tr> |
|
44 |
<tr><td class="filesChanged">4.</td><td>Liquid Flowrate Input 값 유지</td></tr> |
|
45 |
|
|
40 | 46 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>3.1.4.0 [2020.11.14]</B></td></tr> |
41 | 47 |
<tr><td class="filesChanged">1.</td><td>Heat Exchanger Loop 구성 수정</td></tr> |
42 | 48 |
<tr><td class="filesChanged">2.</td><td>Stream No. 수정 기능 추가</td></tr> |
version.rc | ||
---|---|---|
7 | 7 |
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) |
8 | 8 |
# Set not needed items to zero 0. |
9 | 9 |
# Local Build $BUILD_NUMBER=0 |
10 |
filevers=(3,1,4,0),
|
|
11 |
prodvers=(3,1,4,0),
|
|
10 |
filevers=(3,1,5,0),
|
|
11 |
prodvers=(3,1,5,0),
|
|
12 | 12 |
# Contains a bitmask that specifies the valid bits 'flags'r |
13 | 13 |
mask=0x3f, |
14 | 14 |
# Contains a bitmask that specifies the Boolean attributes of the file. |
... | ... | |
32 | 32 |
u'040904B0', |
33 | 33 |
[StringStruct(u'CompanyName', u'SECL'), |
34 | 34 |
StringStruct(u'FileDescription', u'Hydraulic Calculator'), |
35 |
StringStruct(u'FileVersion', u'3.1.4.0'),
|
|
35 |
StringStruct(u'FileVersion', u'3.1.5.0'),
|
|
36 | 36 |
StringStruct(u'InternalName', u'HYTOS'), |
37 | 37 |
StringStruct(u'LegalCopyright', u'Copyright(c) SECL'), |
38 | 38 |
StringStruct(u'OriginalFilename', u'HYTOS.exe'), |
39 | 39 |
StringStruct(u'ProductName', u'HYTOS'), |
40 |
StringStruct(u'ProductVersion', u'3.1.4.0')])
|
|
40 |
StringStruct(u'ProductVersion', u'3.1.5.0')])
|
|
41 | 41 |
]), |
42 | 42 |
VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |
43 | 43 |
] |
내보내기 Unified diff