UI improvements

* mapping component does not need extra identifier as it uses "Identifiable"
* misc smaller adjustments
This commit is contained in:
Klaus Basan
2018-06-05 18:40:17 +02:00
parent 0849359722
commit 46a3f925a9
6 changed files with 22 additions and 29 deletions

View File

@@ -38,6 +38,12 @@
</property>
<item>
<widget class="BlackGui::Views::CNameVariantPairView" name="tvp_LiveData">
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>