-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.8.5, 5.2.0, 5.12.0 RC2
-
None
-
Mac
It would be nice if it is documented that call to change the size QmessageBox via QMessageBox::setFixedWidth or QMessageBox::setFixedSize will not be honored on Mac.
Update:
This is happening on Windows too.
QMessageBox msg; msg.setFixedWidthd(600); msg.exec();