mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Add layer debug
This commit is contained in:
parent
cc0c82bbd2
commit
44ada2cc8d
5 changed files with 19 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
|||
</property>
|
||||
<addaction name="actionImGuiDebug"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionDumpLayerList"/>
|
||||
<addaction name="actionDumpRadarProductRecords"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuTools">
|
||||
|
|
@ -441,6 +442,11 @@
|
|||
<string>&Layer Manager</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDumpLayerList">
|
||||
<property name="text">
|
||||
<string>Dump &Layer List</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../../../scwx-qt.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue