Replace radar site table view with tree view

This commit is contained in:
Dan Paulat 2022-10-06 23:49:20 -05:00
parent 9e3c525109
commit 4e514ee152
2 changed files with 18 additions and 4 deletions

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>470</width>
<height>550</height>
</rect>
</property>
<property name="windowTitle">
@ -15,7 +15,11 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="radarSiteView"/>
<widget class="QTreeView" name="radarSiteView">
<property name="indentation">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">