summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.ui
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2017-05-26 14:16:54 +0200
committerAndré Hartmann <aha_1980@gmx.de>2017-05-29 11:43:10 +0000
commitfaa94e56eacf33bb49073e9fff60a821347e6628 (patch)
tree3e73515d8cc800b2331808e2c0e14bc056b98cec /examples/serialbus/can/mainwindow.ui
parent51c7a948f6910f685dcf7b1a11ab41e57b66c9c5 (diff)
CAN Example: Add menu entry to show online documentation
The different plugins have varying runtime requirements, that should be described in the plugins documentation. Allow the user to open the documentation easily. [ChangeLog][QCanBus] Added a menu to open plugins online documentation to the CAN Example. Change-Id: I2ae19b439f91042c6bcb09a7db079249fb34355c Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/serialbus/can/mainwindow.ui')
-rw-r--r--examples/serialbus/can/mainwindow.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/serialbus/can/mainwindow.ui b/examples/serialbus/can/mainwindow.ui
index 72dc62b..04f8c93 100644
--- a/examples/serialbus/can/mainwindow.ui
+++ b/examples/serialbus/can/mainwindow.ui
@@ -206,6 +206,7 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
<property name="title">
<string>&amp;Help</string>
</property>
+ <addaction name="actionPluginDocumentation"/>
<addaction name="actionAboutQt"/>
</widget>
<addaction name="menuCalls"/>
@@ -265,6 +266,14 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
<string>Clear &amp;Log</string>
</property>
</action>
+ <action name="actionPluginDocumentation">
+ <property name="text">
+ <string>Plugin Documentation</string>
+ </property>
+ <property name="toolTip">
+ <string>Open plugin documentation in Webbrowser</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>