QMessageBox is a Qt class that provides a modal window for informing the user or asking for a simple input (like "yes"/"no").
How do I show a message box with Yes/No buttons in Qt, and how do I check which of …
c++ qt qmessageboxI'm building a Qt Symbian Project and I want to show a notification for the user that should auto close …
qt qmessageboxI have a QMessageBox which I'd like it to be bigger. It's a simple QMessageBox with two standard buttons, Ok …
c++ qt qmessageboxHow is possible to display a QMessageBox::warning with the triangular exclamation mark symbol like the one following? I can't …
qt warnings qmessageboxI'm doing some preparation for an exam using Qt framework and I would like to know how to use QInputDialog …
c++ qt dialog qmessagebox qdateI want to use QMessageBox.Question for the icon. But i want to change the text of standard buttons. I …
python pyqt qmessageboxI have an about box that I'm trying to display an icon inside. Here is my code: QMessageBox about_box(…
qt icons about-box qmessageboxI want to change the default QMessageBox title to something else, so that I don't have to call setWindowTitle for …
qt qmessageboxI have created a program that runs alongside an application in fullscreen. I would like the QMessageBox from my program …
qt dialog qmessageboxI 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