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 <mitch.curtis@qt.io>
(cherry picked from commit a00082f039)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit ee0e6d9c26)
This commit is contained in:
Andreas Eliasson 2024-01-03 13:01:37 +01:00 committed by Qt Cherry-pick Bot
parent dcee08b4d4
commit 7dcc9a34af
1 changed files with 1 additions and 1 deletions

View File

@ -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,