Maybe you should try to derive a new class from QMessageBox.
Maybe you should try to derive a new class from QMessageBox.
Ok and how to do that?
I haven't actually done that,I suggest you checking the document of qt,check for the class structure of QMessageBox,and find out by which function it adds buttons,and you may overload the function.
But I recommend you to derive a class from QWidget,I think qt don't recommend using QMessageBox as a base class.
cheer up and try that![]()
Never mind.. I will just create some QDialogs...
Bookmarks