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:
authorLoïc Vital <mugulmotion@gmail.com>2022-10-31 15:51:47 +0300
committerLoïc Vital <mugulmotion@gmail.com>2022-10-31 15:51:47 +0300
commitef62d70180cd4d613235f7b92f0565678e584ed4 (patch)
tree41db2b627b145f4e22e8e2b60e51381b573240b0
parent49d0ad9a4f9feba62765c2340068bf7e3178e941 (diff)
[ui] minor renamings for coherence
-rwxr-xr-xmeshroom/ui/qml/main.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/meshroom/ui/qml/main.qml b/meshroom/ui/qml/main.qml
index 27c0b196..185d9644 100755
--- a/meshroom/ui/qml/main.qml
+++ b/meshroom/ui/qml/main.qml
@@ -310,13 +310,13 @@ ApplicationWindow {
}
FileDialog {
- id: importFilesDialog
+ id: importImagesDialog
title: "Import Images"
selectExisting: true
selectMultiple: true
nameFilters: []
onAccepted: {
- _reconstruction.importImagesUrls(importFilesDialog.fileUrls)
+ _reconstruction.importImagesUrls(importImagesDialog.fileUrls)
}
}
@@ -576,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