Making some more functional ui
This commit is contained in:
parent
ef1cb70d10
commit
2496f6708a
15 changed files with 218 additions and 236 deletions
|
@ -18,6 +18,7 @@ Controls.Page {
|
|||
property string songLyrics: ""
|
||||
property string songAuthor: ""
|
||||
property int blurRadius: 0
|
||||
property var draggedLibraryItem
|
||||
|
||||
Item {
|
||||
id: mainItem
|
||||
|
@ -113,7 +114,7 @@ Controls.Page {
|
|||
nameFilters: ["Image files (*.jpg *.jpeg *.png *.JPG *.JPEG *.PNG)"]
|
||||
onAccepted: {
|
||||
videoBackground = ""
|
||||
imageBackground = imageFileDialog.fileUrls
|
||||
imageBackground = imageFileDialog.fileUrls[0]
|
||||
}
|
||||
onRejected: {
|
||||
print("Canceled")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue