From 0086c205298d5ef7e39825a1369fafd8221e2dd5 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 5 Mar 2023 07:24:17 -0600 Subject: [PATCH] adding a basic label to view the filePath of the image --- src/qml/presenter/ImageEditor.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/qml/presenter/ImageEditor.qml b/src/qml/presenter/ImageEditor.qml index 9ee75bd..ad4531e 100644 --- a/src/qml/presenter/ImageEditor.qml +++ b/src/qml/presenter/ImageEditor.qml @@ -108,6 +108,13 @@ Item { Layout.preferredHeight: 30 } + Controls.Label { + id: filePathLabel + Layout.preferredWidth: 600 + Layout.alignment: Qt.AlignCenter + text: image.filePath + } + Image { id: imagePreview Layout.preferredWidth: 600