[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proxy for RadioButton
[Thread Prev] | [Thread Next]
- Subject: Re: Proxy for RadioButton
- From: Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx>
- Date: Sun, 22 Sep 2024 22:36:03 +0300
- To: user@xxxxxxxxxxxxxxxxxxxxxx
> > Why not? > What's wrong with it? > > only i guess if QT decide a single radio within a parent container cannot > be set to False like GTK3 does > Well, maybe I'm wrong, but by quick look I couldn't find the behavior of a single radiobutton defined. Thus I think that is (unnecessary) misuse of the control and no guarantee that the undefined behavior is kept that way. Infact I think GTK3 got it right, radiobutton is meant for selecting exclusively one option and thus selecting none is incorrect. Instead use togglebuttons and it works also in GTK3. Jussi
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Proxy for RadioButton | BB <adamnt42@xxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | BB <adamnt42@xxxxxxxxx> |
Re: Proxy for RadioButton | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | Bruce Steers <bsteers4@xxxxxxxxx> |