forked from qt-creator/qt-creator
Doc: Fix commas
Change-Id: I55f18d0cabc35c345bc382118d4fc59cf69813bc Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
\inherits ShapePath
|
\inherits ShapePath
|
||||||
\ingroup qtquickstudio-components
|
\ingroup qtquickstudio-components
|
||||||
|
|
||||||
\brief A border drawn in four segments: left, top right, and bottom.
|
\brief A border drawn in four segments: left, top, right, and bottom.
|
||||||
|
|
||||||
The Border type is used to create borders out of four segments: left,
|
The Border type is used to create borders out of four segments: left,
|
||||||
top, right, and bottom. The \l drawLeft, \l drawTop, \l drawRight, and
|
top, right, and bottom. The \l drawLeft, \l drawTop, \l drawRight, and
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
The \l joinStyle property specifies how to connect two border line segments.
|
The \l joinStyle property specifies how to connect two border line segments.
|
||||||
|
|
||||||
The \l strokeColor, \l strokeWidth, and \l strokeStyle, properties specify
|
The \l strokeColor, \l strokeWidth, and \l strokeStyle properties specify
|
||||||
the appearance of the border line. The \l dashPattern and \l dashOffset
|
the appearance of the border line. The \l dashPattern and \l dashOffset
|
||||||
properties specify the appearance of dashed lines.
|
properties specify the appearance of dashed lines.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user