Add links to docs in the Help menu (#3274)
* Fix #3266 and Fix #3197 * Add documentation links to Help menu * Added offline documentation (PDF) for Getting Started Guide and User Guide
This commit is contained in:
committed by
Jonathan White
parent
05c11d1b7c
commit
9728df2a48
@@ -224,6 +224,11 @@
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionAbout"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionGettingStarted"/>
|
||||
<addaction name="actionUserGuide"/>
|
||||
<addaction name="actionOnlineHelp"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCheckForUpdates"/>
|
||||
<addaction name="actionDonate"/>
|
||||
<addaction name="actionBugReport"/>
|
||||
@@ -355,7 +360,7 @@
|
||||
</action>
|
||||
<action name="actionCheckForUpdates">
|
||||
<property name="text">
|
||||
<string>Check for Updates...</string>
|
||||
<string>&Check for Updates...</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::ApplicationSpecificRole</enum>
|
||||
@@ -547,7 +552,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Password Generator</string>
|
||||
<string>&Password Generator</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEntryAutoType">
|
||||
@@ -677,9 +682,28 @@
|
||||
<string>Report a &bug</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShare_entry">
|
||||
<action name="actionGettingStarted">
|
||||
<property name="text">
|
||||
<string>Share entry</string>
|
||||
<string>&Getting Started</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Open Getting Started Guide PDF</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOnlineHelp">
|
||||
<property name="text">
|
||||
<string>&Online Help...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Go to online documentation (opens browser)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUserGuide">
|
||||
<property name="text">
|
||||
<string>&User Guide</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Open User Guide PDF</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user