0

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

Blacktempel
  • 3,935
  • 3
  • 29
  • 53
madalina
  • 377
  • 2
  • 7
  • 15

1 Answers1

4

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.

JimDaniel
  • 12,513
  • 8
  • 61
  • 67