right-click notification to dismiss
This commit is contained in:
parent
cd99371a89
commit
1c67f002f4
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ Item {
|
||||||
id: _hover
|
id: _hover
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TapHandler {
|
||||||
|
acceptedButtons: Qt.RightButton
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
|
onTapped: root.dismissRequested()
|
||||||
|
}
|
||||||
|
|
||||||
// Background: base01, base02 on hover
|
// Background: base01, base02 on hover
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue