adding a basic label to view the filePath of the image

This commit is contained in:
Chris Cochrun 2023-03-05 07:24:17 -06:00
parent 0eec89518d
commit 0086c20529

View file

@ -108,6 +108,13 @@ Item {
Layout.preferredHeight: 30 Layout.preferredHeight: 30
} }
Controls.Label {
id: filePathLabel
Layout.preferredWidth: 600
Layout.alignment: Qt.AlignCenter
text: image.filePath
}
Image { Image {
id: imagePreview id: imagePreview
Layout.preferredWidth: 600 Layout.preferredWidth: 600