I tried custom icon of my critical message. But I lost my critical sound.
Qt Code:
//msg.setIcon(QMessageBox::Critical); msg.setWindowTitle("Gagal"); msg.setText("Test aja"); msg.exec();To copy to clipboard, switch view to plain text mode
I tried custom icon of my critical message. But I lost my critical sound.
Qt Code:
//msg.setIcon(QMessageBox::Critical); msg.setWindowTitle("Gagal"); msg.setText("Test aja"); msg.exec();To copy to clipboard, switch view to plain text mode
Bookmarks