개정판 3d18a5bc
StreamDataDialog에서 StreamNo 값이 99로 설정되는 오류 수정
Change-Id: I22dcefd15cb88e9648b5ed9f22c9c8d77a267a90
HYTOS/HYTOS/StreamDataDialog.py | ||
---|---|---|
1305 | 1305 |
|
1306 | 1306 |
self.item = item |
1307 | 1307 |
self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) |
1308 |
self.ui.spinBoxStreamNo.setValue(item.stream_no) |
|
1309 | 1308 |
|
1310 | 1309 |
max_stream_no = 0 |
1311 | 1310 |
stream_lines = [item_ for item_ in item.scene().items() if type(item_) is QEngineeringStreamlineItem] |
... | ... | |
1314 | 1313 |
max_stream_no = item_.stream_no |
1315 | 1314 |
self.ui.spinBoxStreamNo.setMaximum(max_stream_no) |
1316 | 1315 |
|
1316 |
self.ui.spinBoxStreamNo.setValue(item.stream_no) |
|
1317 |
|
|
1317 | 1318 |
if item.data.stream_no_text is not None: |
1318 | 1319 |
self.ui.lineEdit_StreamNo_Text.setText(str(item.data.stream_no_text)) |
1319 | 1320 |
else: |
requirements.txt | ||
---|---|---|
1 |
altgraph==0.17 |
|
2 |
et-xmlfile==1.0.1 |
|
3 |
future==0.18.2 |
|
4 |
jdcal==1.4.1 |
|
5 | 1 |
openpyxl==3.0.5 |
6 |
pefile==2019.4.18 |
|
7 | 2 |
Pillow==8.1.0 |
8 | 3 |
pyinstaller==4.1 |
9 |
pyinstaller-hooks-contrib==2020.11 |
|
10 | 4 |
PyQt5==5.15.2 |
11 |
PyQt5-sip==12.8.1 |
|
12 |
pywin32-ctypes==0.2.0 |
|
13 |
Shapely==1.7.1 |
|
5 |
Shapely==1.7.1 |
내보내기 Unified diff