Skip to content

Siecje/qml-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QML Explorer

QML Explorer is a debug window that allows you to check values in QML.

The code started with the JS Console code in the Cadaques book.

Usage

Add Explorer {} to your .qml file. It opens a new window.

import QtQuick 2.5

Item {
  id: root
  property string hello: "Hello"
  property var world: "World"
  Text {
    id: txt
    text: "Hello"
  }
  Explorer {}
}

Example

qmlscene example.qml

Releases

No releases published

Packages

No packages published