On Thursday 05 March 2009, Matthias Fuchs wrote:
> On Dienstag 03 März 2009 01:47:20 Aaron J. Seigo wrote:
> > On Monday 02 March 2009, Matthias Fuchs wrote:
> > > I just saw that Plasma::Label automatically sets
> > > nativeWidget()->setWordWrap( true ).
> >
> > yes, because it's almost always wha
On Dienstag 03 März 2009 01:47:20 Aaron J. Seigo wrote:
> On Monday 02 March 2009, Matthias Fuchs wrote:
> > I just saw that Plasma::Label automatically sets
> > nativeWidget()->setWordWrap( true ).
>
> yes, because it's almost always what you actually want when using labels in
> a plasmoid.
>
> th
On Monday 02 March 2009, Matthias Fuchs wrote:
> I just saw that Plasma::Label automatically sets
> nativeWidget()->setWordWrap( true ).
yes, because it's almost always what you actually want when using labels in a
plasmoid.
that said, it should probably be added to the apidox. feel free to make
Hi,
I just saw that Plasma::Label automatically sets nativeWidget()->setWordWrap(
true ).
That is not mentioned in the header file though and it is false as default for
QLabel. Imo it should be mentioned in the header somewhere, because having to
look at the implemention just to see what are s