Plasma/libplasma2/appletsansgraphicsitem

From KDE Community Wiki
Revision as of 13:59, 22 September 2012 by Afiestas (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.