Get several values from the user in Qt?
I am working on an application which uses the QInputDialog
command to get a value from t开发者_如何学Che user. The value is then used in several computation in the application.
Any idea of what object from Qt should I use?
Thank you in advance, madalina
I would just create a custom QDialog (or heck just another screen in the application) to gather the required information, if it is several values.
精彩评论