Am Montag, 1. Juli 2013, 15:35:11 schrieb Aaron J. Seigo:
> On Saturday, June 29, 2013 11:34:02 Gerd Fleischer wrote:
> > I have a problem with the content of qml plasmoid displayed outside the
> > widget.
>
> note that for some QML elements, particularly list widgets, you need to set
> clipping o
On Saturday, June 29, 2013 11:34:02 Gerd Fleischer wrote:
> I have a problem with the content of qml plasmoid displayed outside the
> widget.
note that for some QML elements, particularly list widgets, you need to set
clipping on otherwise children will freely roam outside :)
--
Aaron J. Seigo
On Saturday, June 29, 2013 11:34:02 Gerd Fleischer wrote:
> I have a problem with the content of qml plasmoid displayed outside the
> widget.
>
> The code is in
> git://anongit.kde.org/scratch/geflei/plasmoid-capslockinfo.git
>
> I use setLayout() with a qgraphicslinearlayout.
> Also tried vario
Hi,
I have a problem with the content of qml plasmoid displayed outside the
widget.
The code is in
git://anongit.kde.org/scratch/geflei/plasmoid-capslockinfo.git
I use setLayout() with a qgraphicslinearlayout.
Also tried various anchors.
Any hints?
Thanks, Gerd
___