Navigation
index
next
|
Qt Quick Canvas Item Tutorial
»
Qt Quick Painting Using the Canvas Item
1. About this Guide
1.1. Why Would You Want to Read this Guide?
1.2. Get the Source Code and the Guide in Different Formats
1.3. License
2. Introduction
2.1. A Basic Example
2.2. Essential Context2D Properties / Methods
3. A Pie Chart
3.1. The Layout & the Conceptual Context of the Pie Chart
3.2. How to Draw a Sector
3.3. Drawing the Chart
3.4. Finalizing the Chart
4. Porting HTML5 Canvas Code to Qt Quick
4.1. The HTML5 Canvas Code
4.2. The Qt Quick Canvas Code
5. Conclusion