I need to show simple error message
QMessageBox::critical( nullptr, "My Title", "Text");
But the dialog appears with empty title.
What I do wrong?
PS: the OS: MacOS 10.9.1
You are doing nothing wrong. From QMessageBox::setWindowTitle
documentation:
Sets the title of the message box to title. On Mac OS X, the window title is ignored (as required by the Mac OS X Guidelines).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With