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
|
|
@ -38,7 +38,7 @@
|
|||
</widget>
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>2</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="columnsTab">
|
||||
<attribute name="title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue