Local files Local files Is it also possible to load local (XML/JSON) files using the XMLHttpRequest. For example a local file named “colors.json” can be loaded using: xhr . ope...
Model-View-Delegate Model-View-Delegate As soon as the amount of data goes beyond the trivial, it is no longer feasible to keep a copy of the data with the presentation. This me...
Using the Editor Using the Editor When you open a project or you just created a new project Qt Creator will switch to the edit mode. You should see on the left of your project f...
Shader Elements Shader Elements For programming shaders, Qt Quick provides two elements. The ShaderEffectSource and the ShaderEffect . The shader effect applies custom shaders ...
Reading arguments from stdin If you need to convert a lot of pages in a batch, and you feel that wkhtmltopdf is a bit too slow to start up, then you should try --read-args-from-s...
Modern C++ usage guidelines for the Krita codebase General links about using Modern C++ in Qt Particular Features Type Inference (auto) Range-based for loop General Initializer ...