aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-09 00:19:32 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-09 00:19:32 +0200
commitdf4fbcb4cf6c593c725f677b2ed587e877ae6709 (patch)
treee399602df5bd4bd240b8746ff45dee13cc6ebd53 /src/mainwindow.ui
parent573e73eb1b7a4b5f1cc7037feab620ad9c077f2d (diff)
downloadkristall-df4fbcb4cf6c593c725f677b2ed587e877ae6709.tar.gz
Adds help document, adds block quote support, updates gemini parser to newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 62c05e5..199547c 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -205,6 +205,8 @@
<property name="title">
<string>Help</string>
</property>
+ <addaction name="actionHelp"/>
+ <addaction name="separator"/>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
@@ -349,6 +351,21 @@
<property name="text">
<string>Go to home</string>
</property>
+ <property name="shortcut">
+ <string>Ctrl+H</string>
+ </property>
+ </action>
+ <action name="actionHelp">
+ <property name="icon">
+ <iconset resource="icons.qrc">
+ <normaloff>:/icons/help-box.svg</normaloff>:/icons/help-box.svg</iconset>
+ </property>
+ <property name="text">
+ <string>Help</string>
+ </property>
+ <property name="shortcut">
+ <string>F1</string>
+ </property>
</action>
</widget>
<resources>