mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[ui] add link to online documentation in 'Help' menu
This commit is contained in:
parent
3adb825f2a
commit
4da3bbf4a8
1 changed files with 4 additions and 0 deletions
|
@ -548,6 +548,10 @@ ApplicationWindow {
|
|||
}
|
||||
Menu {
|
||||
title: "Help"
|
||||
Action {
|
||||
text: "Online Documentation"
|
||||
onTriggered: Qt.openUrlExternally("https://meshroom-manual.readthedocs.io")
|
||||
}
|
||||
Action {
|
||||
text: "About Meshroom"
|
||||
onTriggered: aboutDialog.open()
|
||||
|
|
Loading…
Add table
Reference in a new issue