We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6a217 commit de76f6dCopy full SHA for de76f6d
meshroom/ui/qml/Viewer/Viewer2D.qml
@@ -596,10 +596,13 @@ FocusScope {
596
source: getImageFile()
597
onStatusChanged: {
598
// Update cache source when image is loaded
599
+ imageStatus = status
600
if (status === Image.Ready)
601
qtImageViewerCache.source = source
602
}
603
604
+ property var imageStatus: Image.Ready
605
+
606
// Image cache of the last loaded image
607
// Only visible when the main one is loading, to maintain a displayed image for smoother transitions
608
Image {
0 commit comments