Debugged changing of the assets
This commit is contained in:
parent
aa815a5bd7
commit
4ed280a550
6 changed files with 51 additions and 3 deletions
|
@ -63,6 +63,7 @@ Item {
|
|||
Button {
|
||||
id: editButton
|
||||
text: qsTr("Edit")
|
||||
icon.name: "entry-edit"
|
||||
flat: true
|
||||
height: parent.height
|
||||
onClicked: edit(assetID)
|
||||
|
@ -71,9 +72,12 @@ Item {
|
|||
Button {
|
||||
id: deleteButton
|
||||
text: qsTr("Delete")
|
||||
flat: true
|
||||
icon.name: "delete"
|
||||
height: parent.height
|
||||
onClicked: remove(assetID)
|
||||
palette { //unfortunately doesn't work anymore
|
||||
button: "red"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue