Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.12.3
-
Fix Version/s: None
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:None
-
Platform/s:
Description
It seems that QMessageBox::information icon is not available on macOS Big Sur.
Simple invocation:
QMessageBox::information(nullptr, "Title", "Message text");
shows message box with invalid information icon.