fix: the source views for constraints and indexes are now cleared when the
model is reset as this will clear all selections. Unfortunatly the selection model does not trigger a selectionChanged when the model is reset. Close #16
This commit is contained in:
parent
f1020ac56e
commit
7c4f1a4752
4 changed files with 23 additions and 5 deletions
|
|
@ -41,7 +41,9 @@ private slots:
|
|||
void tableListTable_currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
// void constraintsTable_currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void constraintsTable_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
void constraintsTable_modelReset();
|
||||
void indexesTable_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
void indexesTable_modelReset();
|
||||
void on_tableListTable_doubleClicked(const QModelIndex &index);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue