KConfigDialogManager support for QButtonGroup does not work

David Johnson david at usermode.org
Sat Nov 1 17:33:23 GMT 2008


On Saturday 01 November 2008 05:56:26 am Albert Astals Cid wrote:
> Just came again to this thread and tried to create a QButtonGroup from
> designer, and i realized i don't know how to do it.
>
> Is it possible?

A QButtonGroup is not a QWidget, and thus cannot be laid out in Designer. I 
occasionally hear rumours that this functionality might be added to Designer, 
but it's not there yet.

Whenever I want to group buttons in Designer, and don't want to use a visual 
groupbox or frame, then I use a plain QWidget. That gives them all the same 
parent.

-- 
David Johnson




More information about the kde-core-devel mailing list