Skip to content

Future Work

Richard Moore edited this page May 26, 2016 · 25 revisions

Planned features that are not allocated to a release yet.

(Features that have been implemented can be looked up in the Road Map.)

Injectors

  • Mac bundle injector
  • Static "injector"
  • Pintool based injector
  • Injectors using different Qt plug-in systems (a11y, QPA)
  • Injector auto-detector in the launcher to find the best available one

General

  • Show smart pointer refcounts?
  • Show filesystem watchers?
  • Show locale information. or application information.
  • Show running threads
  • Show running event loops
  • Show pending events
  • QTimeZone browser

Core

  • Add generic infrastructure for reporting detected problems in a central place, such as:
    • shortcut conflicts
    • modeltest issues
    • nested layout margins
    • dangling QStates
  • Allow to overwrite/reset message handler

Tools

Model/View

  • Runtime attachable model test
  • Show selection models properly
  • Integration of Steve's proxy model tests and model test recorder

Style Inspector

  • Support style hints, layout spacing, sub-element rects
  • Add QPaintBuffer paint introspection as done for QWidgets
  • Allow to modify QStyleOption parameters
  • Provide dummy widgets for styles that crash if the widget pointer is 0

Widgets

  • Model shows object rather than layout hierarchy
  • a WebInspector/Firebug like QSS debugger

Object Visualization

  • Show signal/slot connections, and possibly also how often they are used

Statistical elements

  • Eg. number of created objects of a certain type, number of send signals/events, timer frequencies, etc, mostly interesting for QML where there are no good high-level profiling tools yet.

  • ...

QtQuick 2

Qt Network

  • Chart of QNetworkRequests / replies like the browser developer tools

  • Hook to force ignoring ssl errors to allow use of MITM proxies such as Burp suite for debugging purposes

  • Display the SSL backend in use and version details

  • Access to the cookie jar

  • Access to QSslConfiguration

Clone this wiki locally