Doc: Update the stylesheet reference for widgets and richtext
Add the Qt-specific properites to the list. Fixes: QTBUG-37938 Change-Id: I178de6cd5e17cd282a20ccee9ce8355f540c38a1 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
ba1e880fbb
commit
1ed802e3b8
@ -1275,10 +1275,51 @@
|
||||
following:
|
||||
\list
|
||||
\li fixed line height in pixels, points, or centimeters.
|
||||
\li a percent of the current font size.
|
||||
\li a percentage of the current font size.
|
||||
\endlist
|
||||
\endtable
|
||||
|
||||
\section1 Qt-specific CSS properties
|
||||
|
||||
Besides the standard CSS properties listed earlier, the following
|
||||
Qt-specific properties can also be used to style a text block:
|
||||
|
||||
\table
|
||||
\header \li Property
|
||||
\li Values
|
||||
\li Description
|
||||
\row
|
||||
\li \c -qt-block-indent
|
||||
\li \c <number>
|
||||
\li Indents the text block by the specified no. spaces.
|
||||
\row
|
||||
\li \c -qt-list-indent
|
||||
\li \c <number>
|
||||
\li Indents the list items by the specified no. of spaces.
|
||||
\row
|
||||
\li \c -qt-list-number-prefix
|
||||
\li \c <string>
|
||||
\li Prefixes the given string to list number in an HTML ordered list.
|
||||
\row
|
||||
\li \c -qt-list-number-suffix
|
||||
\li <string>
|
||||
\li Suffixes the given string to list number in an HTML ordered list.
|
||||
\row
|
||||
\li \c -qt-paragraph-type
|
||||
\li \c empty
|
||||
\li Hides the text block.
|
||||
\row
|
||||
\li \c -qt-table-type
|
||||
\li \c{root | frame}
|
||||
\li \c root renders the text blocks inline without borders and
|
||||
indentation, whereas \c frame renders them on a new line
|
||||
with a frame around.
|
||||
\row
|
||||
\li \c -qt-user-state
|
||||
\li \c <number>
|
||||
\li Adds it as user data for the text block.
|
||||
\endtable
|
||||
|
||||
\section1 Supported CSS Selectors
|
||||
|
||||
All CSS 2.1 selector classes are supported except pseudo-class selectors such
|
||||
|
@ -2526,6 +2526,18 @@
|
||||
|
||||
See also \l{#height-prop}{height}.
|
||||
|
||||
\row
|
||||
\li \b -qt-background-role
|
||||
\li \l{#paletterole}{PaletteRole}
|
||||
\li The \c{background-color} for the subcontrol or widget based on the
|
||||
chosen role.
|
||||
|
||||
\row
|
||||
\li \b -qt-style-features
|
||||
\li \c list
|
||||
\li The list of CSS properties that you want to apply Qt-specific styles on.
|
||||
|
||||
\note The \c list can only include properties that are not pixmap-based.
|
||||
\endtable
|
||||
|
||||
\target list of icons
|
||||
|
Loading…
Reference in New Issue
Block a user