-
Notifications
You must be signed in to change notification settings - Fork 285
QtQuick2 Support Status
Volker Krause edited this page Jan 31, 2014
·
22 revisions
This page is used to track the status of support for QtQuick2 throughout GammaRay.
- allow plug-ins to add custom property editor pages
- allow navigating to objects referred to in properties
- properties for QQmlComponent, QQmlContext, QQmlEngine [DONE]
- display of QQmlError [DONE]
- support for QQmlListProperty
- scene selector [DONE]
- scene model following visual parents [DONE]
-
- highlight visible items
-
- type icons as in the widget model
- scene preview, selected item shows bounding box, child area, baseline, margins, etc.
- properties for QQuickWindow/View [DONE]
- properties for QQuickItem
- in-target QQuickItem picking [DONE]
- target crashes when selecting a QQmlListModel
- support for QQmlTimer and QUnifiedTimer
- focus debugging?
- QtQuick controls layouting - similar to what we have for widgets?
- visualize states and transitions?
- visualize layers, anchors, etc?