개정판 8fd39a20
symbol auto mapping test
Change-Id: Iff94db4c0ce9720682d312119b255d70a61e0eae
DTI_PID/DTI_PID/ImportTextFromCADDialog.py | ||
---|---|---|
380 | 380 |
|
381 | 381 |
button = QPushButton(icon=QIcon(":/newPrefix/Remove.svg")) |
382 | 382 |
button.setMaximumWidth(20) |
383 |
_index = model.index(model.rowCount(category_index) - 1, 2, child_index)
|
|
383 |
_index = model.index(model.rowCount(child_index) - 1, 2, child_index)
|
|
384 | 384 |
button.clicked.connect(self.on_remove_symbol_mapping_item) |
385 | 385 |
self.ui.treeViewSymbolMapping.setIndexWidget(_index, button) |
386 | 386 |
|
내보내기 Unified diff