QButtonGroup as QtDesigner plugin?
-
@Dariusz No because QButtonGroup is no QWidget - see also https://forum.qt.io/topic/142886 with the exact same question & answer.
-
@Dariusz No because QButtonGroup is no QWidget - see also https://forum.qt.io/topic/142886 with the exact same question & answer.
@Christian-Ehrlicher Actually it is possible to use QButtonGroup in designer without any plugin.
Just select two or more buttons in designer and right click, then in the context menu you'll see "Assign to button group" -> "New button group".
BTW QActionGroup is not available in designer. -
@Christian-Ehrlicher Actually it is possible to use QButtonGroup in designer without any plugin.
Just select two or more buttons in designer and right click, then in the context menu you'll see "Assign to button group" -> "New button group".
BTW QActionGroup is not available in designer. -
@Bonnie I know I can use it, but I want to create custom QGroupBox and use that one instead.