qt5-cadaques icon indicating copy to clipboard operation
qt5-cadaques copied to clipboard

Repo for Qt5 Cadaques Project

Results 100 qt5-cadaques issues
Sort by recently updated
recently updated
newest added

back-link: ch06/index.html#basic-models " Inside each list element, a number of properties can be bound to values. For instance, in the example below, a name and an image URL is provided...

back-link: ch08/index.html#simple-simulation ``` Emitter { id: emitter anchors.centerIn: parent width: 160; height: 80 system: particleSystem emitRate: 10 lifeSpan: 1000 lifeSpanVariation: 500 size: 16 endSize: 32 Tracer { color: 'green' }...

There is a grammar issue in Chapter 1.2 just below the heading "Qt Quick Application". "The user interface is moving faster **then**..." should be "The user interface is moving faster...

back-link: ch11/index.html#web-sockets QtWebSockets is now part of Qt5.3 about to be released by the end of April.

miss bracket in example code Desktop Widgets back-link: ch02/index.html#widget-application ![7oibz 1](https://f.cloud.github.com/assets/2895753/2368165/6db0b236-a799-11e3-9e19-51163b382669.png)

Are these going to be in this section, or will they get their own chapter? I find them tremendously useful, at least for desktop applications. back-link: ch04/index.html#advanced-techniques

http://qt-project.org/doc/qt-5/qtquickcontrols-index.html http://qt-project.org/doc/qt-5/qtquickdialogs-index.html http://qt-project.org/doc/qt-5/qtquicklayouts-index.html

I want to translate QmlBook. How to contribute translations?

back-link: ch11/index.html#web-sockets QtWebSockets is moved from the playground to the official Qt repository. It will be included in the upcoming Qt5.3 as an add-on.

"Here we show some advanced list function, which allow you to join a list of strings into one string. This is very handy when you need to proceed line based...