개정판 f6750592
issue #1054: Steam No. 는 변경을 못하게 막고 Display Text만 변경 가능하도록 수정
Change-Id: I2d9cf79735a9b7107d501856893776d941a861b4
HYTOS/HYTOS/StreamDataDialog.py | ||
---|---|---|
1314 | 1314 |
self.ui.spinBoxStreamNo.setMaximum(max_stream_no) |
1315 | 1315 |
|
1316 | 1316 |
self.ui.spinBoxStreamNo.setValue(item.stream_no) |
1317 |
self.ui.spinBoxStreamNo.setReadOnly(True) |
|
1317 | 1318 |
|
1318 | 1319 |
if item.data.stream_no_text is not None: |
1319 | 1320 |
self.ui.lineEdit_StreamNo_Text.setText(str(item.data.stream_no_text)) |
내보내기 Unified diff