Ref T442, connected tree view signals

This commit is contained in:
Klaus Basan
2018-12-05 03:57:25 +01:00
parent 88a1f2d6ac
commit 624de52724
2 changed files with 15 additions and 4 deletions

View File

@@ -187,9 +187,12 @@
<number>0</number>
</property>
<item>
<widget class="QTreeView" name="tvp_AtcStationsOnlineTree">
<widget class="BlackGui::Views::CAtcStationTreeView" name="tvp_AtcStationsOnlineTree">
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="animated">
<bool>true</bool>
@@ -267,6 +270,11 @@
<header>blackgui/components/settingsatcstationsinlinecomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Views::CAtcStationTreeView</class>
<extends>QTreeView</extends>
<header>blackgui/views/atcstationtreeview.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>tvp_AtcStationsOnline</tabstop>