Selected row mode in GUI

This commit is contained in:
Klaus Basan
2014-12-20 18:54:34 +01:00
parent 0f5606b294
commit a0ea98a26b

View File

@@ -44,6 +44,12 @@
</property>
<item>
<widget class="BlackGui::Views::CAircraftView" name="tvp_AircraftInRange">
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
@@ -73,6 +79,12 @@
</property>
<item>
<widget class="BlackGui::Views::CAirportView" name="tvp_AirportsInRange">
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>