Hello all:
I need to know how to respond to the clicking of the Help button on a QMessageBox::information() (or warning or critical) without closing the box. Do I need to subclass the method in order to bring up the help window without closing the information dialog box?
- BRC