mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
[ui] add "New Pipeline" submenu
This commit is contained in:
parent
c9061f3fec
commit
089289beae
2 changed files with 17 additions and 4 deletions
|
@ -314,6 +314,17 @@ ApplicationWindow {
|
|||
shortcut: "Ctrl+N"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new() })
|
||||
}
|
||||
Menu {
|
||||
title: "New Pipeline"
|
||||
Action {
|
||||
text: "Photogrammetry"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new("photogrammetry") })
|
||||
}
|
||||
Action {
|
||||
text: "HDRI"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new("hdri") })
|
||||
}
|
||||
}
|
||||
Action {
|
||||
text: "Open"
|
||||
shortcut: "Ctrl+O"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue