From 7dcc9a34af1c0215f5606155f5d9961d0d30794b Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Wed, 3 Jan 2024 13:01:37 +0100 Subject: [PATCH] Doc: Describe correct case for styles The current text says to use lowercase for styles, such as Material, when, in fact, it is capitalized. Fixes: QTBUG-119994 Pick-to: 6.5 Change-Id: I2d473f8be525326318f325b05b75e01f8772d7ec Reviewed-by: Mitch Curtis (cherry picked from commit a00082f0391f212acfa79e2ac712d0ff86a5fe5c) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit ee0e6d9c26cd846f0aefafcd581f896f01ff91ee) --- src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc b/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc index c2c7b63d11..a03970d1d8 100644 --- a/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc +++ b/src/quickcontrols/doc/src/qtquickcontrols-fileselectors.qdoc @@ -8,7 +8,7 @@ \l {QFileSelector}{File selectors} provide a convenient way of selecting file variants. Qt offers the platform name and the locale as built-in selectors. Qt Quick Controls extends the built-in selectors with the name - (lowercase) of the style that an application is running with. + (Capitalized) of the style that an application is running with. By using file selectors, style-specific tweaks can be applied without creating a hard dependency to a style. From the available file variants,