Re: Generic view widget for Plasma

2009-09-20 Thread Aaron J. Seigo
On September 20, 2009, Marco Martin wrote: > couldn't we live with graphicswidgets in a scrollwidget for a while? (but > yeah, we can hold our breath for so long..) the issue is that people keep reinventing that graphicswidget-in-a- scrollwidget and connecting up their models to it by hand. it wou

Re: Generic view widget for Plasma

2009-09-20 Thread Aaron J. Seigo
On September 20, 2009, David Palacio wrote: > > we already have one item delegate in libplasma, we i suppose we could > > have another. > > I saw that. It does not work properly with a simple QStringListModel and > the View still feels out of place. The latter is because a delegate only > styles

Re: Generic view widget for Plasma

2009-09-20 Thread Marco Martin
On Sunday 20 September 2009, Aaron J. Seigo wrote: > On September 18, 2009, David Palacio wrote: > > * The private Plasma::Style should be extended to let the scrollarea and > > view items be painted in the current theme style. > > we already have one item delegate in libplasma, we i suppose we co

Re: Generic view widget for Plasma

2009-09-20 Thread David Palacio
Sorry I am not properly replying. I am not subscribed and forgot to tell you that. /me subscribes. Aarón Seigo escribió: > On September 18, 2009, David Palacio wrote: > > * The private Plasma::Style should be extended to let the scrollarea and > > view items be painted in the current theme style

Re: Generic view widget for Plasma

2009-09-20 Thread Aaron J. Seigo
On September 18, 2009, David Palacio wrote: > * The private Plasma::Style should be extended to let the scrollarea and > view items be painted in the current theme style. we already have one item delegate in libplasma, we i suppose we could have another. exporting Plasma::Style is not an option