Registered Member
|
The Qt Model/View framework is being forgotten for Plasma widgets. I like the folderview's panel mode and I wanted to make a generic quick access widget similar. If it were made as a View, anybody else could plug any model to it.
Think of the konsole and konqueror profiles widgets. They seem out of place, not styled. I would love to have them to look as folderview. Solution
connect(post, SIGNAL(readSignature()), qapp, SLOT(quit()));
|
Registered Member
|
I reimplemented the konsole profiles widget as a folderview:
http://imagebin.ca/view/Ayp-Nz.html Chani's new desktop launcher menu could also be plasma themed with this approach
connect(post, SIGNAL(readSignature()), qapp, SLOT(quit()));
|
Registered Member
|
I bet QML (Qt Meta-Object Language), hopefully coming with KDE 4.6, will greatly solve this.
connect(post, SIGNAL(readSignature()), qapp, SLOT(quit()));
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]