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.6 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>
This commit is contained in:
parent
16ebb44a5f
commit
ee0e6d9c26
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue