In PyQt5 I use this code to hide the Windows Dialog help question mark. I cannot find an equivalent flag in PyQt6.
self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint)
In PyQt5 I use this code to hide the Windows Dialog help question mark. I cannot find an equivalent flag in PyQt6.
self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint)