Not possible to 'click through' dialog anymore
This commit is contained in:
parent
0c9babe203
commit
a6640aec54
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
id: container
|
||||
property ActionPoint actionPoint
|
||||
|
||||
MouseArea{
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
//create default actionPoint, to avoid null values and binding errors
|
||||
var component = Qt.createComponent("ActionPoint.qml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue