Doc: added doc for missing stylesheet outline properties.

Task-number: QTBUG-26673
Change-Id: Iaf13921515981c09a84822e66fd1ed21d73779f6
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Nico Vertriest 2015-11-27 14:55:00 +01:00
parent b07c10c5de
commit 8724dc5eac

View File

@ -2185,6 +2185,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}