On Wed, 4 Mar 2015 20:11:34 +0100
Fabien Bodard wrote:
> Public Sub SELF_Arrange()
>
> $label.Width = $offset * Desktop.Scale
> $innercheckbox.x = $offset * Desktop.Scale + 2
> Me.Height = 3 * Desktop.Scale
>
> ' $innerBackground = $innercheckbox.Background
> ' $innerForeground = Me.F
Public Sub SELF_Arrange()
$label.Width = $offset * Desktop.Scale
$innercheckbox.x = $offset * Desktop.Scale + 2
Me.Height = 3 * Desktop.Scale
' $innerBackground = $innercheckbox.Background
' $innerForeground = Me.Foreground
End
... Why ?
I don't understand the need for using these ev
On Wed, 4 Mar 2015 11:35:27 +0100
Jorge Carrión wrote:
> Ok.
>
> I'll try to do user control who extend the class then.
>
> Regards.
>
>
>
> 2015-03-04 11:32 GMT+01:00 Benoît Minisini :
>
> > Le 04/03/2015 11:27, Jorge Carrión a écrit :
> > > I don't like the checkbox always at left of text
Ok.
I'll try to do user control who extend the class then.
Regards.
2015-03-04 11:32 GMT+01:00 Benoît Minisini :
> Le 04/03/2015 11:27, Jorge Carrión a écrit :
> > I don't like the checkbox always at left of text. Is posible add a
> > propertie Invert like hboxes has?
> >
> > It would be grea
Le 04/03/2015 11:27, Jorge Carrión a écrit :
> I don't like the checkbox always at left of text. Is posible add a
> propertie Invert like hboxes has?
>
> It would be great.
>
> Regards
I don't think so. At least I didn't see any property to do that in Qt
the last time I checked.
--
Benoît Minis