PDA

View Full Version : Customised QinputDialog



vinod sharma
12th October 2011, 12:20
Hi all,

Along with LineEdit and Button box can we have RadioButton, CheckBox etc on QInputDialog ?

If yes how ?
Right now I am using QDialog but I am not getting my desired result.

Any help is appreciated.

Vinod.

wysota
12th October 2011, 14:13
Along with LineEdit and Button box can we have RadioButton, CheckBox etc on QInputDialog ?
Have them where? QInputDialog is for getting primitive values. There are different static calls for QInputDialog that use different widgets, maybe something you need is already there. If not, please describe your problem with QDialog.