You can use the following piece of code in your Qt Window to disable Close (“X”) button in the title bar.
Continue reading “How to Enable/Disable Qt Close Button”How to Add Context Help Button to Qt Windows
You can use the following code to add Context Sensitive Help button (“?” button in the Window title bar) to your Qt Windows, that is QWindow or QMainWindow, not QDialog which has “?” button by default.
Continue reading “How to Add Context Help Button to Qt Windows”