Fix documentation for qDrawPlainRoundedRect
Change-Id: Ifc7b8fe1d7dda10d29b5c50ebd7bc5c352c9c0c2 Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
parent
7bf1989e62
commit
3e50387f82
@ -614,6 +614,7 @@ void qDrawPlainRect(QPainter *p, int x, int y, int w, int h, const QColor &c,
|
|||||||
int width, int height, qreal rx, qreal ry,
|
int width, int height, qreal rx, qreal ry,
|
||||||
const QColor &lineColor, int lineWidth,
|
const QColor &lineColor, int lineWidth,
|
||||||
const QBrush *fill)
|
const QBrush *fill)
|
||||||
|
\since 6.7
|
||||||
\relates <qdrawutil.h>
|
\relates <qdrawutil.h>
|
||||||
|
|
||||||
Draws the plain rounded rectangle beginning at (\a x, \a y)
|
Draws the plain rounded rectangle beginning at (\a x, \a y)
|
||||||
@ -635,6 +636,7 @@ void qDrawPlainRect(QPainter *p, int x, int y, int w, int h, const QColor &c,
|
|||||||
\sa qDrawShadeRect(), QStyle
|
\sa qDrawShadeRect(), QStyle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// ### Qt7: Pass QPen instead of QColor for frame drawing
|
||||||
void qDrawPlainRoundedRect(QPainter *p, int x, int y, int w, int h,
|
void qDrawPlainRoundedRect(QPainter *p, int x, int y, int w, int h,
|
||||||
qreal rx, qreal ry, const QColor &c,
|
qreal rx, qreal ry, const QColor &c,
|
||||||
int lineWidth, const QBrush *fill)
|
int lineWidth, const QBrush *fill)
|
||||||
@ -885,6 +887,7 @@ void qDrawPlainRect(QPainter *p, const QRect &r, const QColor &c,
|
|||||||
qreal rx, qreal ry,
|
qreal rx, qreal ry,
|
||||||
const QColor &lineColor, int lineWidth,
|
const QColor &lineColor, int lineWidth,
|
||||||
const QBrush *fill)
|
const QBrush *fill)
|
||||||
|
\since 6.7
|
||||||
\relates <qdrawutil.h>
|
\relates <qdrawutil.h>
|
||||||
\overload
|
\overload
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user