imageEditor is working and preview of images works
This commit is contained in:
parent
0cee5db60d
commit
818b57cef7
4 changed files with 6 additions and 3 deletions
|
@ -163,7 +163,7 @@ Item {
|
|||
Layout.preferredHeight: Layout.preferredWidth / 16 * 9
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "file://" + image.toString()
|
||||
source: image
|
||||
}
|
||||
Item {
|
||||
id: botEmpty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue