qt5-cadaques
qt5-cadaques copied to clipboard
Repo for Qt5 Cadaques Project
back-link: ch02/index.html#widget-application its a simple typo but good to fix for some copy - past coder ;) in header file you have : explicit CustomWidgetQWidget *parent = 0); should be...
1. It would be useful to tell the reader how to run a .qml file. 2. The beginning of section 1.3: > Qt 5 consists of a large amount of...
back-link: ch12/index.html#settings With QtQuick 5.3 now there is support for Settings, although it is in Qt.labs - which means the API is not stable... http://qt-project.org/doc/qt-5/qml-qt-labs-settings-settings.html
back-link: ch01/index.html#meet-qt-5 I'm new to Qt and the Qt Creator IDE and I was able to download the source code from the "assets" folder. When I open the .qmlproject file...
back-link: ch01/index.html#meet-qt-5 Just read through chapter 1 for the first time. In the beginning I expected at least one sentence such as "To easier understand the concepts introduced in this...
back-link: ch02/index.html#widget-application Missing a '(' in the first snippet of "Desktop Widgets" section. class CustomWidget : public QWidget { Q_OBJECT public: # Here It is explicit CustomWidgetQWidget _parent = 0);...
At present the book doesn't seem to cover the generation of end user runtimes from a single code base. eg: - How to compile an application to a MacOS X...
back-link: ch11/index.html#serving-ui-via-http Just a Typo To start the Python HTTP Server the command displayed is : "python -m SimpleHTTPServer 8080" Where port used is 8080 And just below it the...
back-link: ch09/index.html#vertex-shader
back-link: ch11/index.html#http-requests The element 'Thumbnail' causes an "Unknown component" error in Qt Creator editor.