Skip to content

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.

Core

  • allow plug-ins to add custom property editor pages
  • allow navigating to objects referred to in properties

QML Support Plug-in

  • properties for QQmlComponent, QQmlContext, QQmlEngine [DONE]
  • display of QQmlError [DONE]
  • support for QQmlListProperty

QtQuick2 Scene Inspector Plug-in

Visual scene inspector

  • 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.

Type support

  • properties for QQuickWindow/View [DONE]
  • properties for QQuickItem

Integration

  • in-target QQuickItem picking [DONE]

Other Tools

Model Browser

  • target crashes when selecting a QQmlListModel

Timer Profiler

  • support for QQmlTimer and QUnifiedTimer

Unsorted ideas

  • focus debugging?
  • QtQuick controls layouting - similar to what we have for widgets?
  • visualize states and transitions?
  • visualize layers, anchors, etc?
Clone this wiki locally