summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-07-24 12:50:12 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-07-25 10:46:00 +0000
commitfdb780b897fc2964dc70c286ee3102d7ce6327ea (patch)
tree80fea64802da209ed070c39cf7d09b50c14e3d3c /src/widgets
parentc575977645ece4b8d1e6aaec21daa043da5affa8 (diff)
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>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/styles.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/styles.qdoc b/src/widgets/doc/src/widgets-and-layouts/styles.qdoc
index 6e697a97df..a9d95bc02c 100644
--- a/src/widgets/doc/src/widgets-and-layouts/styles.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/styles.qdoc
@@ -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