Le vendredi 4 juillet 2014 16:46:24 Christoph Feck a écrit :
> On Thursday 03 July 2014 19:50:35 laurent Montel wrote:
> > Hi,
> > During kdepim porting I saw that it was not possible to add a
> > ActionButton as QButtonBox is protected.
> > => we can do it if we create a derived class.
> > But it’
On Thursday 03 July 2014 19:50:35 laurent Montel wrote:
> Hi,
> During kdepim porting I saw that it was not possible to add a
> ActionButton as QButtonBox is protected.
> => we can do it if we create a derived class.
> But it’s not a very easy method for just add a button.
>
> I would like to add
On Friday 04 July 2014 09:17:04 laurent Montel wrote:
> Le vendredi 4 juillet 2014 08:13:58 Kevin Ottens a écrit :
> > On Thursday 03 July 2014 19:50:35 laurent Montel wrote:
> > > Hi,
> > > During kdepim porting I saw that it was not possible to add a
> > > ActionButton
> > > as QButtonBox is prot
Le vendredi 4 juillet 2014 08:13:58 Kevin Ottens a écrit :
> On Thursday 03 July 2014 19:50:35 laurent Montel wrote:
> > Hi,
> > During kdepim porting I saw that it was not possible to add a ActionButton
> > as QButtonBox is protected.
> > => we can do it if we create a derived class.
> > But it’s
On Thursday 03 July 2014 19:50:35 laurent Montel wrote:
> Hi,
> During kdepim porting I saw that it was not possible to add a ActionButton
> as QButtonBox is protected.
> => we can do it if we create a derived class.
> But it’s not a very easy method for just add a button.
>
> I would like to add
Hi,
During kdepim porting I saw that it was not possible to add a ActionButton as
QButtonBox is protected.
=> we can do it if we create a derived class.
But it’s not a very easy method for just add a button.
I would like to add a new method to do it.
I created a patch for it.
What do you think a