Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, For my About dialog, I created a class using the form class. It has a '?' button next to close button. I want to delete that button. How do I do that?
dialog->setWindowFlags(dialog->windowFlags() & ~Qt::WindowContextHelpButtonHint);
Hi Chris! Thank You!!! It worked like a charm :)
I am using creator4.9.2 to disable I used: setWindowFlag(Qt::WindowContextHelpButtonHint,false);