개정판 9f428148
issue #1172: 데이터 이관 - SQLite에 있는 데이타를 MSSQL로 이관한다
Change-Id: I11bba04b97b5cdd8462e1d24f909d76dcf43cd95
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
206 | 206 |
self.actionItem_Data_List.triggered.connect(self.showItemDataList) |
207 | 207 |
self.actionText_Data_List.triggered.connect(self.showTextDataList) |
208 | 208 |
self.actionSpecialItemTypes.triggered.connect(self.on_show_special_item_types) ### show special item types dialog |
209 |
self.actionDataTransfer.triggered.connect(self.on_show_data_transfer) ### show data transfer dialog |
|
210 |
self.actionOPCRelation.triggered.connect(self.on_show_opc_relation) ### show OPC Relation dialog |
|
209 | 211 |
self.actionCodeTable.triggered.connect(self.onShowCodeTable) |
210 | 212 |
self.actionImage_Drawing.triggered.connect(self.onViewImageDrawing) |
211 | 213 |
self.actionDrawing_Only.triggered.connect(self.onViewDrawingOnly) |
... | ... | |
1014 | 1016 |
dlg = QSpecialItemTypesDialog(self) |
1015 | 1017 |
dlg.exec_() |
1016 | 1018 |
|
1019 |
def on_show_data_transfer(self): |
|
1020 |
""" show data transfer dialog """ |
|
1021 |
from DataTransferDialog import QDataTransferDialog |
|
1022 |
|
|
1023 |
dlg = QDataTransferDialog(self) |
|
1024 |
dlg.exec_() |
|
1025 |
|
|
1026 |
def on_show_opc_relation(self): |
|
1027 |
""" show opc relation dialog """ |
|
1028 |
from OPCRelationDialog import QOPCRelationDialog |
|
1029 |
|
|
1030 |
dlg = QOPCRelationDialog(self) |
|
1031 |
dlg.exec_() |
|
1032 |
|
|
1017 | 1033 |
''' |
1018 | 1034 |
@brief show nominal diameter dialog |
1019 | 1035 |
@author humkyung |
내보내기 Unified diff