Add layer debug

This commit is contained in:
Dan Paulat 2023-11-03 05:41:59 -05:00
parent cc0c82bbd2
commit 44ada2cc8d
5 changed files with 19 additions and 0 deletions

View file

@ -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>&amp;Layer Manager</string>
</property>
</action>
<action name="actionDumpLayerList">
<property name="text">
<string>Dump &amp;Layer List</string>
</property>
</action>
</widget>
<resources>
<include location="../../../../scwx-qt.qrc"/>