QRadioButton -> setcheked(bool) problem
India
3
Posts
3
Posters
2.0k
Views
1
Watching
-
wrote on 23 Nov 2012, 06:49 last edited by
in a groupbox 8 radiobtns are added and a single btn is set as checked. when anyone of the radiobtn is clicked, that particular btn is checked and the checked one gets unchecked by default. But sometimes while clicking anyone of the btn randomly, the clicked one doesn't gets checked and previously checked btn gets unchecked. Apart from radiobtns,there are 4-5 QMeter widget(downloaded from qt-app.org) and few pushbtns in the application.
-
wrote on 25 Nov 2012, 05:40 last edited by
Can you share your code so that we can reproduce the same issue ?
-
wrote on 25 Nov 2012, 12:09 last edited by
Well, what I think about this was that you put them all in a single groupbox... Qt thinks that it is a "selection" with only one radiobutton be checked at a time.
3/3