summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2015-11-27 14:55:00 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2015-12-03 13:50:00 +0000
commit8724dc5eacfc92cb2cf92540fa5022cd1c93a43a (patch)
treea7dddeb1c1449c901c86394be59b6bc98820275c /src/widgets
parentb07c10c5de0161208a75bba3c5470614538dfb6e (diff)
Doc: added doc for missing stylesheet outline properties.
Task-number: QTBUG-26673 Change-Id: Iaf13921515981c09a84822e66fd1ed21d73779f6 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
index 843807b67c..2fb6819c47 100644
--- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
@@ -2186,6 +2186,54 @@
\snippet code/doc_src_stylesheet.qdoc 68
\row
+ \li \b outline
+ \li
+ \li The outline drawn around the object's border.
+
+ \row
+ \li \b outline-color
+ \li \l{#Color}{Color}
+ \li The color of the outline.
+ See also \l{Qt Style Sheets Reference#border-color-prop}{border-color}
+
+ \row
+ \li \b outline-offset
+ \li \l{#Length}{Length}
+ \li The outline's offset from the border of the widget.
+
+ \row
+ \li \b outline-style
+ \li
+ \li Specifies the pattern used to draw the outline.
+ See also \l{Qt Style Sheets Reference#border-style-prop}{border-style}
+
+ \row
+ \li \b outline-radius
+ \li
+ \li Adds rounded corners to the outline
+
+ \row
+ \li \b outline-bottom-left-radius
+ \li \l{#Radius}{Radius}
+ \li The radius for the bottom-left rounded corner of the outline.
+
+ \row
+ \li \b outline-bottom-right-radius
+ \li \l{#Radius}{Radius}
+ \li The radius for the bottom-right rounded corner of the outline.
+
+ \row
+ \li \b outline-top-left-radius
+ \li \l{#Radius}{Radius}
+ \li The radius for the top-left corner of the outline.
+
+ \row
+ \li \b outline-top-right-radius
+ \li \l{#Radius}{Radius}
+ \li The radius for the top-right rounded corner of the outline.
+
+
+ \row
\li \b{\c padding} \target padding-prop
\li \l{#Box Lengths}{Box Lengths}
\li The widget's padding. Equivalent to specifying \c