Added, tested and removed build in help. The Qt help system is not my thing, I think doxygen will be better.

Fri, 28 Oct 2022 16:37:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 28 Oct 2022 16:37:49 +0200
changeset 426
3c3d6585c395
parent 425
d3f439ba6fd8
child 427
1466eab37f53

Added, tested and removed build in help. The Qt help system is not my thing, I think doxygen will be better.

translations/bmsapp_en.ts file | annotate | diff | comparison | revisions
translations/bmsapp_nl.ts file | annotate | diff | comparison | revisions
ui/MainWindow.ui file | annotate | diff | comparison | revisions
--- a/translations/bmsapp_en.ts	Wed Oct 26 15:46:10 2022 +0200
+++ b/translations/bmsapp_en.ts	Fri Oct 28 16:37:49 2022 +0200
@@ -9199,6 +9199,16 @@
         <source>Import brew log</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../ui/MainWindow.ui" line="514"/>
+        <source>Manual</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ui/MainWindow.ui" line="517"/>
+        <source>F1</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ManoMeter</name>
--- a/translations/bmsapp_nl.ts	Wed Oct 26 15:46:10 2022 +0200
+++ b/translations/bmsapp_nl.ts	Fri Oct 28 16:37:49 2022 +0200
@@ -10074,6 +10074,16 @@
         <source>Import brew log</source>
         <translation>Importeer brouwlog</translation>
     </message>
+    <message>
+        <location filename="../ui/MainWindow.ui" line="514"/>
+        <source>Manual</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ui/MainWindow.ui" line="517"/>
+        <source>F1</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>ManoMeter</name>
--- a/ui/MainWindow.ui	Wed Oct 26 15:46:10 2022 +0200
+++ b/ui/MainWindow.ui	Fri Oct 28 16:37:49 2022 +0200
@@ -505,6 +505,18 @@
     <string>Import brew log</string>
    </property>
   </action>
+  <action name="actionHelp">
+   <property name="icon">
+    <iconset resource="../resources/icons.qrc">
+     <normaloff>:/icons/silk/book_open.png</normaloff>:/icons/silk/book_open.png</iconset>
+   </property>
+   <property name="text">
+    <string>Manual</string>
+   </property>
+   <property name="shortcut">
+    <string>F1</string>
+   </property>
+  </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <resources>

mercurial