PDA

View Full Version : Stop QDialogs from showing WindowContextHelpButtonHint by default?



will49
18th November 2008, 16:38
Is there any way to prevent QDialogs from showing WindowContextHelpButtonHint by default, other that explicitly turning that window flag off with setWindowFlags() when I create the dialog?

e.g. a hidden flag in Designer or something better?

wysota
18th November 2008, 18:41
No, you can't do that from Designer - it doesn't even create real widget classes :)