Not possible to 'click through' dialog anymore

This commit is contained in:
Stefan Persson 2011-01-20 11:52:02 +00:00
parent 0c9babe203
commit a6640aec54

View file

@ -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")