Answer the question
In order to leave comments, you need to log in
Superimposed DropArea on DropArea does not respond to events, how to get around?
Greetings!
For example, there are two DropArea, one above the other (if it is inside the other, everything is the same)
MyDropArea {
id: drop1
anchors.centerIn: parent
width: 400
height: 400
color: "gray"
}
MyDropArea {
id: drop2
anchors.centerIn: parent
width: 200
height: 200
color: "darkgray"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question