Marco Martin wrote:
> On Wednesday 03 February 2010, alanm wrote:
>> On Wednesday 03 February 2010 1:01:32 pm alanm wrote:
>>> I guess the question is, what's the correct way to do this with
>>> Plasma.PushButton since Plasma doesn't seem to have any equivalent of a
>>> QButtonGroup?
>>>
>>> Sorry
On February 3, 2010, alanm wrote:
> I also tried buttongroup.addButton(my_plasma_pushbutton.nativeWidget()),
> but go the same result.
that sounds like an error in the bindings. Plasma::PushButton::nativeWidget()
returns a KPushButton which IsA QAbstractButton.
anyways, yes, we should provide ni
On Wednesday 03 February 2010, alanm wrote:
> On Wednesday 03 February 2010 1:01:32 pm alanm wrote:
> > I guess the question is, what's the correct way to do this with
> > Plasma.PushButton since Plasma doesn't seem to have any equivalent of a
> > QButtonGroup?
> >
> > Sorry in advance if I missed
On Wednesday 03 February 2010 1:01:32 pm alanm wrote:
> I guess the question is, what's the correct way to do this with
> Plasma.PushButton since Plasma doesn't seem to have any equivalent of a
> QButtonGroup?
>
> Sorry in advance if I missed something obvious.
> __