aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/pathitemgallery.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/pathitemgallery.qml')
-rw-r--r--examples/quick/shapes/content/pathitemgallery.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/shapes/content/pathitemgallery.qml b/examples/quick/shapes/content/pathitemgallery.qml
index e871de4c52..4096743833 100644
--- a/examples/quick/shapes/content/pathitemgallery.qml
+++ b/examples/quick/shapes/content/pathitemgallery.qml
@@ -83,6 +83,10 @@ Rectangle {
shapeUrl: "item5.qml"
}
ListElement {
+ name: "Radial gradient"
+ shapeUrl: "item3.qml"
+ }
+ ListElement {
name: "Fill rules"
shapeUrl: "item6.qml"
}