Chris Adams

Results 4 issues of Chris Adams

back-link: ch04/index.html#quick-starter You write, for example, "Elements are declared by using their element name" but later you refer to "Basic Elements" such as the "Rectangle Element". This seems to combine...

back-link: ch04/index.html#quick-starter The note about assignment should probably include a reference to Qt.binding() as, using that, it is in fact possible to create a binding via an imperative assignment.

back-link: ch04/index.html#components In QML, we made a mistake when we gave the typename "Component" to an object type which (functionally) is an object-instance-factory. Unfortunately, it's too late to change it,...

back-link: ch04/index.html#quick-starter There are comments like "// name this element root" however an object's name (set via the objectName property) is separate from its id attribute. Not a huge issue,...