aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc')
-rw-r--r--src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc b/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc
index 4c8db816d7..eba367061f 100644
--- a/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc
+++ b/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc
@@ -33,13 +33,7 @@
The Universal style has been designed to look good on all devices, from
phones and tablets to PCs.
- \table
- \row
- \li \image qtquickcontrols-universal-light.png
- \caption The Universal style in light theme
- \li \image qtquickcontrols-universal-dark.png
- \caption The Universal style in dark theme
- \endtable
+ \include style-screenshots.qdocinc {file} {Universal} {universal}
To run an application with the Universal style, see
\l {Using Styles in Qt Quick Controls}.
@@ -152,7 +146,7 @@
\section1 Attached Property Documentation
- \styleproperty {Universal.accent} {color} {universal-accent-attached-prop}
+ \styleproperty {Universal.accent} {color}
\target universal-accent-attached-prop
This attached property holds the accent color of the theme. The property
can be attached to any window or item. The value is propagated to children.
@@ -176,7 +170,7 @@
\endstyleproperty
- \styleproperty {Universal.background} {color} {universal-background-attached-prop}
+ \styleproperty {Universal.background} {color}
\target universal-background-attached-prop
This attached property holds the background color of the theme. The property
can be attached to any window or item. The value is propagated to children.
@@ -196,7 +190,7 @@
\endstyleproperty
- \styleproperty {Universal.foreground} {color} {universal-foreground-attached-prop}
+ \styleproperty {Universal.foreground} {color}
\target universal-foreground-attached-prop
This attached property holds the foreground color of the theme. The property
can be attached to any window or item. The value is propagated to children.
@@ -214,7 +208,7 @@
\image qtquickcontrols-universal-foreground.png
\endtable
- \styleproperty {Universal.theme} {enumeration} {universal-theme-attached-prop}
+ \styleproperty {Universal.theme} {enumeration}
\target universal-theme-attached-prop
This attached property holds whether the theme is light or dark. The property
can be attached to any window or item. The value is propagated to children.
@@ -243,7 +237,7 @@
\section1 Attached Method Documentation
- \stylemethod {color} {color} {enumeration} {predefined} {color-attached-method}
+ \stylemethod {color} {color} {enumeration} {predefined}
\target color-attached-method
This attached method returns the effective color value of the specified
\l {pre-defined Universal colors}{pre-defined Universal color}.