Enable loading of placefiles via the UI

This commit is contained in:
Dan Paulat 2023-07-18 23:32:05 -05:00
parent f70de26a2d
commit bfe62301b2
3 changed files with 32 additions and 0 deletions

View file

@ -51,6 +51,7 @@
<string>&amp;Open</string>
</property>
<addaction name="actionOpenNexrad"/>
<addaction name="actionOpenPlacefile"/>
<addaction name="actionOpenTextEvent"/>
</widget>
<addaction name="menu_Open"/>
@ -415,6 +416,11 @@
<string>&amp;Check for Updates</string>
</property>
</action>
<action name="actionOpenPlacefile">
<property name="text">
<string>&amp;Placefile...</string>
</property>
</action>
</widget>
<resources>
<include location="../../../../scwx-qt.qrc"/>