From 3b83b7299422fd0a5c1ccc303cf8e34ec23d8ef2 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 13 May 2019 14:02:36 +0200 Subject: [PATCH] Doc: Refer to the SvgPath component from the PathView component docs Qt Design Studio -specific. Change-Id: I172c94c69dcdc321c2dc8d1e37d229861966ffb2 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-pathview-editor.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/qtquick/qtquick-pathview-editor.qdoc b/doc/src/qtquick/qtquick-pathview-editor.qdoc index 745ebc1b553..16cfad2e790 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 */