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”How to make QScroller grabGesture work with QDialog
If you have tried this then you have definitely noticed that it becomes very annoying when you want to use QScroller::grabGesture with QDialogs that are opened using exec and have used QScroller::grabGesture in the calling (parent) window or dialog.
Continue reading “How to make QScroller grabGesture work with QDialog”