Show moer information about the indexes.

This commit is contained in:
eelke 2018-04-08 09:04:38 +02:00
parent 8c20bd6a02
commit 61645d44ac
5 changed files with 110 additions and 25 deletions

View file

@ -34,13 +34,14 @@ private:
ColumnTableModel* m_columnsModel = nullptr;
ConstraintModel* m_constraintModel = nullptr;
IndexModel* m_indexModel = nullptr;
NamespaceFilterWidget* m_namespaceFilterWidget;
//NamespaceFilterWidget* m_namespaceFilterWidget;
private slots:
void tableListTable_currentRowChanged(const QModelIndex &current, const QModelIndex &previous);
void constraintsTable_currentRowChanged(const QModelIndex &current, const QModelIndex &previous);
// void constraintsTable_currentRowChanged(const QModelIndex &current, const QModelIndex &previous);
void constraintsTable_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
void indexesTable_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
void on_tableListTable_doubleClicked(const QModelIndex &index);
};