aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/pathitem/content/pathitem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/pathitem/content/pathitem.qml')
-rw-r--r--examples/quick/pathitem/content/pathitem.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/pathitem/content/pathitem.qml b/examples/quick/pathitem/content/pathitem.qml
index b82d51a13c..e1fae2bbe2 100644
--- a/examples/quick/pathitem/content/pathitem.qml
+++ b/examples/quick/pathitem/content/pathitem.qml
@@ -57,6 +57,7 @@ Item {
anchors.fill: parent
Component.onCompleted: {
addExample("PathItem Gallery", "Simple path rendering examples", Qt.resolvedUrl("pathitemgallery.qml"))
+ addExample("Interactive PathItem", "Dynamic, interactive path rendering examples", Qt.resolvedUrl("pathiteminteract.qml"))
addExample("Super- and multisampling", "Improving quality", Qt.resolvedUrl("pathitemsampling.qml"))
addExample("Clip My Tiger!", "Clip examples, a.k.a. What Not To Do", Qt.resolvedUrl("pathitemtigers.qml"))
}