No selection for airports

This commit is contained in:
Klaus Basan
2017-03-05 03:08:43 +01:00
committed by Mathew Sutcliffe
parent 78f3ef375f
commit e30e9a7a94

View File

@@ -10,12 +10,6 @@
<height>300</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Airports in range</string>
</property>
@@ -80,7 +74,7 @@
<item>
<widget class="BlackGui::Views::CAirportView" name="tvp_AirportsInRange">
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>