summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2012-11-30 22:24:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 23:56:07 +0100
commit6dd94930284cf8b4274433ecc8dbafe3df973773 (patch)
tree28da306a0615e0d32b1ea23fc944a240ed559d50 /dist/changes-5.0.0
parent4902d381bdf8ffc0a8fd0e30e08f1f8a83ea7b70 (diff)
changes-5.0.0: SC incompatible change - internalized QStyle subclasses
Change-Id: I06147f9774797c96efeaada7e0c134a769d28cdd Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.014
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 4a033e2f66..1ff2348997 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -336,6 +336,20 @@ information about a particular change.
available in Qt5. Use for example qobject_cast instead to dynamically
find out the exact application type.
+- The following QStyle implementations have been made internal:
+ * QFusionStyle
+ * QGtkStyle
+ * QMacStyle
+ * QWindowsCEStyle
+ * QWindowsMobileStyle
+ * QWindowsStyle
+ * QWindowsVistaStyle
+ * QWindowsXPStyle
+ Instead of creating instances or inheriting these classes directly, use:
+ * QStyleFactory for creating instances of specific styles
+ * QProxyStyle for customizing existing style implementations
+ * QCommonStyle as a base for implementing full custom styles.
+
****************************************************************************
* General *
****************************************************************************