开发者

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.

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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜