I have a program that at one point lets the user choose between 2 values. To do this, I want to open a box with 2 Buttons ( OK, Cancel) plus a field to choose from or write in the values. Just something like a QMessageBox with the possibility to fill in/choose data. I could create a class and code everything myself but I wonder if there is a standard-dialog for that.
Does anybody know of a standard-dialog like that in QT?
Thank you
itelly