Hook alert model in to alert view

This commit is contained in:
Dan Paulat 2022-10-13 07:07:17 -05:00
parent 9afba385ea
commit 78f57698f6
2 changed files with 40 additions and 3 deletions

View file

@ -317,7 +317,17 @@
<widget class="QWidget" name="radarDockContents">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QTableView" name="alertView"/>
<widget class="QTreeView" name="alertView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="indentation">
<number>0</number>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_2">