diff options
author | Jake Petroules <jake.petroules@qt.io> | 2017-04-10 10:32:14 -0700 |
---|---|---|
committer | Jake Petroules <jake.petroules@qt.io> | 2017-04-13 21:39:09 +0000 |
commit | 401d9b527823ffc8691e8a624ee3d40495622359 (patch) | |
tree | ae10e7d53bc810f9a3402cd9f34f480d0d0d3e67 /doc | |
parent | 4b0d6704d9e44b19c14958c031186ea17370755d (diff) | |
download | qtbase-401d9b527823ffc8691e8a624ee3d40495622359.tar.gz |
Remove the Windows XP style from public accessibility
Later, the Windows XP style will be removed entirely by means of
being merged with the Windows Vista style (which inherits from the
XP style).
There was actually no reason for these styles being separate
classes in the first place, because both result in the same
appearance for controls on the running version of Windows.
Therefore, the windowsxp style merely appears as a "broken"
version of the windowsvista style, with only minor differences
based on the additional metrics that the vista style provides.
The windowsxp style does NOT, and never did, allow users to get
a Windows XP style appearance on Windows 7 and above (which is
currently Qt's minimum supported platform). Therefore, now that
Qt no longer supports Windows XP, the windowsxp style is unusable.
[ChangeLog][QtWidgets] The windowsxp style is no longer available
as a separate style, because it did not (and cannot) actually
provide an XP-style appearance on currently supported Qt platforms.
Change-Id: I513d9bce3f247f97cfb28dfee88fe888469e0a6f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/global/qt-cpp-defines.qdocconf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index 5068ae8be8..4793cefb5a 100644 --- a/doc/global/qt-cpp-defines.qdocconf +++ b/doc/global/qt-cpp-defines.qdocconf @@ -110,7 +110,6 @@ Cpp.ignoretokens += \ Q_GUI_EXPORT_STYLE_POCKETPC \ Q_GUI_EXPORT_STYLE_SGI \ Q_GUI_EXPORT_STYLE_WINDOWS \ - Q_GUI_EXPORT_STYLE_WINDOWSXP \ Q_INLINE_TEMPLATE \ Q_INTERNAL_WIN_NO_THROW \ Q_INVOKABLE \ |