Utils QML Type

Utility functions More...

Import Statement: import quey.ui 0.1

Methods

Detailed Description

Method Documentation

cherrypick(Array list, Array properties)


escapeHTML(string html)

Converts HTML special characters to their entity equivalents.


findChild(Item obj, string objectName)

Finds a child of a QML item by its objectName.


findRoot(Item obj)

Finds the QML root item.


findRootChild(Item obj, string objectName)

Finds a child of the QML root item by its objectName.


generateID()

Generates an id.


newObject(string path, Object args, Item parent)

Creates a new QML object dynamically from a given source file.


nth(d )