New confirmation dialog
This commit is contained in:
parent
56c9139dd2
commit
e84b6f8738
7 changed files with 121 additions and 33 deletions
|
@ -52,6 +52,11 @@ Rectangle {
|
|||
onClicked: page.closePage();
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
// Tapping on the dialog contents should do nothing
|
||||
anchors.fill: contents
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: contents
|
||||
property int border: parent.width * 0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue