qt5-cadaques
qt5-cadaques copied to clipboard
Repo for Qt5 Cadaques Project
back-link: ch07/index.html#shadows You mention to insert images when the shadows work in the canvas element, and I thought I had read they were fixed recently, and they seem to work...
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: ch01/index.html#meet-qt-5 This book shall provide you a walk through the different aspect of application development using Qt version 5.x. It focuses on the new Qt Quick technology but also...
I think there will be many people want to contribute under this task, translate it into other languages. Then any guide line for this purpose?
back-link: ch02/index.html#summary Original: "The we walked you through the different" You may want to tell "Then we walked you through the different" ?
back-link: ch02/index.html#hello-world HelloWorld.qml - Code makes rectangle 360x360, text says is 300x300
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,...
Hi, using Qt 5.2 your examples don't work because _Tracer_ isn't a known type
back-link: ch07/index.html#transformation The code "ctx.rect(-20, -20, 40, 40);ctx.translate(120,60)" draws a rectangle in a wrong place,and it doesn't look like the picture below the code.On my win7 system,it look like this...