Code: Alles auswählen
setWindowFlags(windowFlags()&!Qt::WindowContextHelpButtonHint);
Code: Alles auswählen
setWindowFlags(windowFlags()&!Qt::WindowContextHelpButtonHint);
BartSimpson hat geschrieben:damit wird der ganze QDialog verunstaltet. Hat jemand noch eine Idee?
Code: Alles auswählen
setWindowFlags(windowFlags() ^ Qt::WindowContextHelpButtonHint);
Code: Alles auswählen
setWindowFlags(windowFlags() | Qt::WindowContextHelpButtonHint);
Code: Alles auswählen
setWindowFlags(Qt::WindowContextHelpButtonHint);