I am working on an application which uses the QInputDialog
command to get a value from the user. The value is then used in several computation in the application.
Now I want to the able to read several values from the user before the computations are performed.
Any idea of what object from Qt should I use?
Thank you in advance, madalina