개정판 39128c17
issue #1053 : 생성한 장치의 데이터 입력
Change-Id: I268dd5e528e1edc4def49c3ee211419254a203af
HYTOS/HYTOS/LineSplitter.py | ||
---|---|---|
62 | 62 |
|
63 | 63 |
def load_data(self): |
64 | 64 |
""" load tag no and nozzle data """ |
65 |
from Drawing import Drawing |
|
66 |
self.ui.lineEdit_TagNo.setText(self._item.tag_no) |
|
65 |
tag_no = self._item.tag_no |
|
66 |
if tag_no != 'None' and is_not_blank(tag_no): |
|
67 |
self.ui.lineEdit_TagNo.setText(tag_no) |
|
67 | 68 |
|
68 | 69 |
app_doc_data = AppDocData.instance() |
69 | 70 |
drawing = app_doc_data.activeDrawing |
내보내기 Unified diff