adding a basic label to view the filePath of the image
This commit is contained in:
parent
0eec89518d
commit
0086c20529
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue