From b16b3cbd24aa6c412a4441a12895804b54526659 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 22 Sep 2016 13:45:07 +0200 Subject: Doc: improve the .conf docs Change-Id: I4aa031fb14b232c102e94c5a5f1c5be2885ed2d4 Reviewed-by: Mitch Curtis --- src/imports/controls/doc/src/qtquickcontrols2-styles.qdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/imports/controls/doc') diff --git a/src/imports/controls/doc/src/qtquickcontrols2-styles.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-styles.qdoc index 1ad0c228..d63cbe69 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-styles.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-styles.qdoc @@ -135,9 +135,9 @@ The configuration file can specify the preferred style (may be overridden by either of the methods described earlier) and certain style-specific attributes. The following example specifies that the preferred style is the Material style. Furthermore, when the - application is run with the Material style, its theme is light and the accent color is - brown. However, if the application is run with the Universal style instead, the theme - is dark and the accent color is red. + application is run with the Material style, its theme is light and the accent and primary + colors are teal and blue grey, respectively. However, if the application is run with the + Universal style instead, the theme is dark and the accent color is red. \code [Controls] @@ -149,7 +149,8 @@ [Material] Theme=Light - Accent=Brown + Accent=Teal + Primary=BlueGrey \endcode In order to make it possible for Qt Quick Controls 2 to find the configuration file, -- cgit v1.2.3