Plasma/libplasma2/appletsansgraphicsitem: Difference between revisions

From KDE Community Wiki
(Created page with "== Discussion == Right now Applet is a QGraphicsWidget that can optionally include a QML root element (with its declarative engine), mixing QGraphicsWidgets and QDeclarativeIt...")
 
(No difference)

Latest revision as of 13:59, 22 September 2012

Discussion

Right now Applet is a QGraphicsWidget that can optionally include a QML root element (with its declarative engine), mixing QGraphicsWidgets and QDeclarativeItems, nd maybe creatng unneded items.

Proposed Solution

Applet could become a simple QObject accessible from the root object in QML's javascript, will still have most of its api and would still send to the qml object things such as formfactor and location constaint events.