multiple QRadioButton enabled at the same time
-
Yes, set each button's autoExclusive property to false or put them in a QButtonGroup.
-
Yes as the previous answer. But y do u want to use radio button ?. Better use checkbox for this.
Yes, set each button's autoExclusive property to false or put them in a QButtonGroup.
Yes as the previous answer. But y do u want to use radio button ?. Better use checkbox for this.