diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 12:05:40 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 12:05:40 +0200 |
| commit | 3d1f480798f8708a85785d16f10ae10ed997bfeb (patch) | |
| tree | 5d0a944ed5f3e83241de7b2ef0913b9270af48a6 /src/mainwindow.ui | |
| parent | 68e1e48c63be4889d3c6c00c382c65e8d15596d8 (diff) | |
| download | kristall-3d1f480798f8708a85785d16f10ae10ed997bfeb.tar.gz | |
Adds 'show document source' menu item. Closes #11.
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7c792a5..ea7c7cd 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -203,6 +203,8 @@ <property name="title"> <string>View</string> </property> + <addaction name="actionShow_document_source"/> + <addaction name="separator"/> </widget> <widget class="QMenu" name="menuNavigation"> <property name="title"> @@ -388,6 +390,11 @@ <string>Manage Certificates…</string> </property> </action> + <action name="actionShow_document_source"> + <property name="text"> + <string>Show document source</string> + </property> + </action> </widget> <customwidgets> <customwidget> |
