From d86e0141b2a7a49445cbccacbcc4f62e0b4109d7 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 25 Aug 2017 12:03:06 +0200 Subject: Doc: mention that Path is a non-visual type A lot of new users are confused by this. Change-Id: Ic3a867e2134bd005e7a2bf5fc7c2db061523cba5 Reviewed-by: Laszlo Agocs --- src/quick/util/qquickpath.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/quick/util/qquickpath.cpp b/src/quick/util/qquickpath.cpp index 15defdc01b..b19eec6fb3 100644 --- a/src/quick/util/qquickpath.cpp +++ b/src/quick/util/qquickpath.cpp @@ -146,6 +146,9 @@ QT_BEGIN_NAMESPACE \li No \endtable + \note Path is a non-visual type; it does not display anything on its own. + To draw a path, use \l Shape. + \sa PathView, Shape, PathAttribute, PathPercent, PathLine, PathMove, PathQuad, PathCubic, PathArc, PathCurve, PathSvg */ QQuickPath::QQuickPath(QObject *parent) -- cgit v1.2.3