Qt Quick Examples - Shapes¶
A Qt Quick example demonstrating the use of shape items
clippedtigers.qml Example File¶
interactive.qml Example File¶
item10.qml Example File¶
item11.qml Example File¶
item12.qml Example File¶
item13.qml Example File¶
item14.qml Example File¶
item15.qml Example File¶
item17.qml Example File¶
item2.qml Example File¶
item3.qml Example File¶
item4.qml Example File¶
item5.qml Example File¶
item6.qml Example File¶
item7.qml Example File¶
item8.qml Example File¶
item9.qml Example File¶
main.qml Example File¶
sampling.qml Example File¶
shapegallery.qml Example File¶
tapableTriangle.qml Example File¶
tiger.qml Example File¶
main.cpp Example File¶
shapes.pro Example File¶
shapes.qrc Example File¶
A Qt Quick example demonstrating the use of shape items.
This example demonstrates the usage of the Shape type in Qt Quick. Shapes allow efficiently rendering stroked and filled lines, curves, and arcs in Qt Quick scenes.
Running the Example¶
To run the example from Qt Creator , open the Welcome mode and select the example from Examples . For more information, visit Building and Running an Example.