Unifying listviews appearance

Marco Martin notmart at gmail.com
Fri Mar 14 21:00:15 CET 2008


On Friday 14 March 2008, Aaron J. Seigo wrote:
>
> void setRole(Role role, int actual) {
>      d->roles[role] = actual;
> }
>
> might that work?

yes, but probably there always will be something that is not directly mappable 
because i don't think it could/should consider every possible funky piece of 
information that one could put in a plasmoid (like disk usage bars or who 
knows)
so if someone wants to put other infos could subcless the delegate, call the 
paint of the parent and paint over it? maybe asking to the parent a rect of 
free space where is possible to draw?

Cheers,
Marco Martin


More information about the Panel-devel mailing list