How can I hide/delete the “?” help button on the “title bar” of a Qt Dialog? January 6, 2023 by Tarik // remove question mark from the title bar setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);