aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/pathitem/content/pathitem.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-03-17 14:22:24 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-03-30 09:29:14 +0000
commitbd9d5291cc0363ebe2d90067bda767ec0da39e58 (patch)
tree127816fd4baebed7aa033999e9a6fb119ae3846e /examples/quick/pathitem/content/pathitem.qml
parent55970b212fff45161f94ffe637b49473e8f5925b (diff)
Add an interactive PathItem example
Change-Id: I1ddfba07e80cd0315a2ef85c85a568636f8e808a Reviewed-by: Andy Nichols <andy.nichols@qt.io>
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"))
}