개정판 d938b798
bm on going
Change-Id: I9432e1b5b81d1dd81135eb629dfce77601cc7644
DTI_PID/DTI_PID/ItemDataExportDialog.py | ||
---|---|---|
54 | 54 |
QItemDataExportDialog.DATA_LIST[3]: self.instColumnListAll, |
55 | 55 |
QItemDataExportDialog.DATA_LIST[4]: self.noteColumnListAll, |
56 | 56 |
QItemDataExportDialog.DATA_LIST[5]: [], |
57 |
QItemDataExportDialog.DATA_LIST[6]: [self.bmColumnListAll]
|
|
57 |
QItemDataExportDialog.DATA_LIST[6]: self.bmColumnListAll
|
|
58 | 58 |
} |
59 | 59 |
|
60 | 60 |
self.lineOrder = [] |
... | ... | |
71 | 71 |
QItemDataExportDialog.DATA_LIST[3]: self.instOrder, |
72 | 72 |
QItemDataExportDialog.DATA_LIST[4]: self.noteOrder, |
73 | 73 |
QItemDataExportDialog.DATA_LIST[5]: [], |
74 |
QItemDataExportDialog.DATA_LIST[5]: [self.bmOrder]
|
|
74 |
QItemDataExportDialog.DATA_LIST[6]: self.bmOrder
|
|
75 | 75 |
} |
76 | 76 |
|
77 | 77 |
self.parent = parent |
... | ... | |
849 | 849 |
|
850 | 850 |
from BMSettingDialog import BMSettingDialog |
851 | 851 |
|
852 |
dlg = BMSettingDialog(self) |
|
852 |
dlg = BMSettingDialog(self, self.columnListAll[QItemDataExportDialog.DATA_LIST[6]], self.columnOrder[QItemDataExportDialog.DATA_LIST[6]])
|
|
853 | 853 |
dlg.showDialog() |
854 | 854 |
|
855 | 855 |
def query_engineering_list(self, text): |
내보내기 Unified diff