Add installation and releasenotes sections to the user manual.

This commit is contained in:
eelke 2022-09-04 12:43:09 +02:00
parent 61346ae95d
commit 6b8c54398d
12 changed files with 71 additions and 20 deletions

View file

@ -34,6 +34,7 @@
<string>Fi&amp;le</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionManual"/>
<addaction name="actionQuit_application"/>
</widget>
<addaction name="menuFile"/>
@ -175,6 +176,11 @@ QToolButton {
<string>About</string>
</property>
</action>
<action name="actionManual">
<property name="text">
<string>Manual</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>