summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-13 14:02:36 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-15 11:56:28 +0000
commit3b83b7299422fd0a5c1ccc303cf8e34ec23d8ef2 (patch)
tree64348553cfa440dd2f210e35cf6a4e8d12c0adbc
parent14504441cf06c556d95552f99e4160f94b9d3f2f (diff)
downloadqt-creator-3b83b7299422fd0a5c1ccc303cf8e34ec23d8ef2.tar.gz
Doc: Refer to the SvgPath component from the PathView component docs
Qt Design Studio -specific. Change-Id: I172c94c69dcdc321c2dc8d1e37d229861966ffb2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--doc/src/qtquick/qtquick-pathview-editor.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/qtquick/qtquick-pathview-editor.qdoc b/doc/src/qtquick/qtquick-pathview-editor.qdoc
index 745ebc1b55..16cfad2e79 100644
--- a/doc/src/qtquick/qtquick-pathview-editor.qdoc
+++ b/doc/src/qtquick/qtquick-pathview-editor.qdoc
@@ -66,4 +66,8 @@
initiates mouse dragging and what is the rate at which a flick will
decelerate.
+ \if defined(qtdesignstudio)
+ \note You can also use the \l SvgPath Qt Quick Studio Component to
+ specify an SVG path data string that draws a path.
+ \endif
*/