mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
No selection for airports
This commit is contained in:
committed by
Mathew Sutcliffe
parent
78f3ef375f
commit
e30e9a7a94
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user