Utility functions More...
Import Statement: | import quey.ui 0.1 |
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
.
newObject(string path, Object args, Item parent) |
Creates a new QML object dynamically from a given source file.