Get hover Enablae in parent and get click event in child item
hi.
I have a child and a parent item and i want to get hover event in parent and click events in child item. How can i do that?
Details:
For example i have a parentRect and childRect. I want to when pointer is inside the parentRect its scale grows and when user click inside childRect let childRect's opacity changes.
Re: Get hover Enablae in parent and get click event in child item
The objects you are talking about - instances of what classes are they?
Re: Get hover Enablae in parent and get click event in child item
look at this:
http://qt-project.org/wiki/Drag_and_...hin_a_GridView
the parent mange everything using childAt()