Hi everyone!
I want to create a child widget with option to block parent widget.
Lot of people advise to create QDialog with exec_ method and it's cool.
I even tried to set setWindowModality(QtCore.Qt.ApplicationModal)
As result the child widget is always on top of parent, but if I click on parent the child loses his focus.
And the parent widget still can be moved on screen or even minimized in trey.
What's the point of such modality if it's not block parent absolutely?
My Qt - 4.8