Doc: Make reference to platform styles version agnostic

Remove platform/version specific reference to avoid outdated docs.

Task-number: QTBUG-64304
Change-Id: Ief9d5db95fa1f865fd826a6426b1621e81bdb6ce
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
bb10
Paul Wicking 2018-07-24 12:50:12 +02:00
parent c575977645
commit fdb780b897
1 changed files with 3 additions and 4 deletions

View File

@ -37,10 +37,9 @@
drawing, ensuring that they look exactly like the equivalent
native widgets.
Qt comes with a selection of built-in styles. Some styles are only
available on specific platforms (such as the Mac and Windows
Vista styles). Custom styles are made available as plugins or by
creating an instance of a specific style class with
Qt comes with a selection of built-in styles. Certain styles are only
available on specific platforms. Custom styles are made available as
plugins or by creating an instance of a specific style class with
QStyleFactory::create() and setting it with QApplication::setStyle().
\section1 Customizing a Style