Top "Qmessagebox" questions

QMessageBox is a Qt class that provides a modal window for informing the user or asking for a simple input (like "yes"/"no").

Yes/No message box using QMessageBox

How do I show a message box with Yes/No buttons in Qt, and how do I check which of …

c++ qt qmessagebox
Auto close QMessageBox

I'm building a Qt Symbian Project and I want to show a notification for the user that should auto close …

qt qmessagebox
How can I resize QMessageBox?

I have a QMessageBox which I'd like it to be bigger. It's a simple QMessageBox with two standard buttons, Ok …

c++ qt qmessagebox
QMessageBox warning yellow exclamation mark icon

How is possible to display a QMessageBox::warning with the triangular exclamation mark symbol like the one following? I can't …

qt warnings qmessagebox
QInputDialog and QMessageBox

I'm doing some preparation for an exam using Qt framework and I would like to know how to use QInputDialog …

c++ qt dialog qmessagebox qdate
QMessageBox change text of standard button

I want to use QMessageBox.Question for the icon. But i want to change the text of standard buttons. I …

python pyqt qmessagebox
How to display icon in QMessageBox?

I have an about box that I'm trying to display an icon inside. Here is my code: QMessageBox about_box(…

qt icons about-box qmessagebox
What determines the default title for a QMessageBox?

I want to change the default QMessageBox title to something else, so that I don't have to call setWindowTitle for …

qt qmessagebox
How to display a QMessageBox on top of all windows

I have created a program that runs alongside an application in fullscreen. I would like the QMessageBox from my program …

qt dialog qmessagebox
How to write on multiple lines in a QMessageBox in QtCreator?

I would like to have in a message box the following lines: name: surname: data: test: After each : I'll programmatically …

c++ qt qt-creator qmessagebox