QMessageBox::question is a static method - you can't control its icon. Use a non-static version instead.
Qt Code:
msgbox.exec();To copy to clipboard, switch view to plain text mode
QMessageBox::question is a static method - you can't control its icon. Use a non-static version instead.
Qt Code:
msgbox.exec();To copy to clipboard, switch view to plain text mode
Mrdata (5th February 2007)
Bookmarks