Quick GUI: Make '+' to append field clickable

This commit is contained in:
Marius Kittler 2019-01-21 18:14:48 +01:00
parent 5b9e63785a
commit 7fee73cf29
1 changed files with 7 additions and 0 deletions

View File

@ -97,6 +97,13 @@ Kirigami.ScrollablePage {
source: "list-add"
opacity: 0.6
visible: fieldRow.isLast
MouseArea {
anchors.fill: parent
onClicked: {
fieldDialog.init(model, index)
fieldDialog.open()
}
}
}
Item {
Layout.fillWidth: true