mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +02:00
[ui] "Import Images" dialog: Use opened project's images folder as the base folder
If a project has already been opened before the "Import Images" dialog is opened for the first time, and if the opened project has imported images, use the location of these images' folder as the base folder for the "Import Images" dialog. If the opened project has no imported images, the base folder will remain identical to the other dialogs' until images are imported.
This commit is contained in:
parent
2dc0a678a1
commit
5638cf3a75
3 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,7 @@ Item {
|
|||
property bool readOnly: false
|
||||
property alias panel3dViewer: panel3dViewerLoader.item
|
||||
readonly property Viewer2D viewer2D: viewer2D
|
||||
readonly property alias imageGallery: imageGallery
|
||||
|
||||
implicitWidth: 300
|
||||
implicitHeight: 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue