mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Hook alert model in to alert view
This commit is contained in:
parent
9afba385ea
commit
78f57698f6
2 changed files with 40 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue