I need to resize a detailedText window in QMessageBox. How can I do this? I`m resizing a messageBox like this:
msgBox->setStyleSheet("QLabel{min-height: 1000px;}");
But it is not working on detailedText window.
I need to resize a detailedText window in QMessageBox. How can I do this? I`m resizing a messageBox like this:
msgBox->setStyleSheet("QLabel{min-height: 1000px;}");
But it is not working on detailedText window.