Re: Problem with content of qml plasmoid displayed outside widget

2013-07-03 Thread Gerd Fleischer
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

Re: Problem with content of qml plasmoid displayed outside widget

2013-07-01 Thread 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 on otherwise children will freely roam outside :) -- Aaron J. Seigo

Re: Problem with content of qml plasmoid displayed outside widget

2013-06-30 Thread Sebastian Kügler
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

Problem with content of qml plasmoid displayed outside widget

2013-06-29 Thread Gerd Fleischer
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 ___