Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmeshroom/ui/qml/main.qml13
1 files changed, 6 insertions, 7 deletions
diff --git a/meshroom/ui/qml/main.qml b/meshroom/ui/qml/main.qml
index 22550f80..185d9644 100755
--- a/meshroom/ui/qml/main.qml
+++ b/meshroom/ui/qml/main.qml
@@ -310,14 +310,13 @@ ApplicationWindow {
}
FileDialog {
- id: importFilesDialog
+ id: importImagesDialog
title: "Import Images"
selectExisting: true
selectMultiple: true
nameFilters: []
onAccepted: {
- console.warn("importFilesDialog fileUrls: " + importFilesDialog.fileUrls)
- _reconstruction.importImagesUrls(importFilesDialog.fileUrls)
+ _reconstruction.importImagesUrls(importImagesDialog.fileUrls)
}
}
@@ -577,17 +576,17 @@ ApplicationWindow {
}
}
Action {
- id: importActionItem
+ id: importImagesAction
text: "Import Images"
shortcut: "Ctrl+I"
onTriggered: {
- initFileDialogFolder(importFilesDialog);
- importFilesDialog.open();
+ initFileDialogFolder(importImagesDialog);
+ importImagesDialog.open();
}
}
Action {
- id: clearActionItem
+ id: clearImagesAction
text: "Clear Images"
onTriggered: {
//Loop through all the camera inits