QML plasmoid and compact representation
Lionel Chauvin
megabigbug at yahoo.fr
Tue Feb 5 20:15:59 UTC 2013
Thank you. It's interesting but I don't think I will use such an hack.
Instead of display the number of unread entries on an icon, I will use 2 icons, the classic "application rss+xml" icon and modified version with an emblem in order to notify "new entries". The user will be less tempted to procrastinate :D.
I have an other question: can a qml popupApplet be inserted in the system tray ?
> property Component compactRepresentationEmpty: undefined
> property Component compactRepresentationPanel: Component{
> CompactRepresentation{} }
> property Component compactRepresentation:
> plasmoidWrapper.isInPanel ?
> compactRepresentationPanel :
> compactRepresentationEmpty
>compactRepresantationEmpty when the plasmoid is in the desktop fails, as a result
>the plasmoid does not use the compactRepresentation to show itself.
>In the panel the compactRepresantationPanel is ok, so you can use any qml appearance you
>want.
>To discover the isInPanel situation I use a huge hack that uses qml pluginsbut
>I dont know if that's ok with the mailing list to unleash in public that information.
More information about the Plasma-devel
mailing list