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.
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.
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.
Bookmarks