Hi all,
In Qmessagebox how can I make the
title text bold?
Here is the sample code, which I am using to disply a messagebox
int ret = QMessageBox::warning(this, tr("My Application"),
tr("document has been modified.\n"
"Do you want to save your changes?"),
QMessageBox::Save | QMessageBox::Discard
…