Hello!
I want to block thoose normal buttons that appears in a QWidget (the "?" and the "X"), so when the user wants to close the widget, he would have to use the buttons I personally put there to be used (the "OK" in my example).
abc.jpg
How do I do that?
By the other hand, a curiosity: which is the signal that is emitted when this same buttons are clicked? (the "?" and "X") or how can I capture they "clicking" so I can do some things to my object when they are clicked? (In fact, its because I don't know how to capture they being clicked that I want to block them =]).
Thanks!
Momergil
Bookmarks