QMessageBox has the next flag Qt::MSWindowsFixedSizeDialogHint. so, initially the message box can be resized. but you can try to remove this flag in this case you need to conctruct a dialog by yourself and then call exec() method.
QMessageBox has the next flag Qt::MSWindowsFixedSizeDialogHint. so, initially the message box can be resized. but you can try to remove this flag in this case you need to conctruct a dialog by yourself and then call exec() method.
Last edited by spirit; 12th November 2008 at 16:13.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks