Add Radar Product Manager debug dump

- Allows visibility of currently loaded products
This commit is contained in:
Dan Paulat 2023-04-06 23:33:39 -05:00
parent 6e10ca88d5
commit 871cae68dd
5 changed files with 73 additions and 3 deletions

View file

@ -83,6 +83,8 @@
<string>&amp;Debug</string>
</property>
<addaction name="actionImGuiDebug"/>
<addaction name="separator"/>
<addaction name="actionDumpRadarProductRecords"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuView"/>
@ -397,6 +399,11 @@
<string>&amp;GitHub Repository</string>
</property>
</action>
<action name="actionDumpRadarProductRecords">
<property name="text">
<string>Dump Radar &amp;Product Records</string>
</property>
</action>
</widget>
<resources>
<include location="../../../../scwx-qt.qrc"/>