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>
This commit is contained in:
parent
4902d381bd
commit
6dd9493028
14
dist/changes-5.0.0
vendored
14
dist/changes-5.0.0
vendored
@ -336,6 +336,20 @@ information about a particular change.
|
|||||||
available in Qt5. Use for example qobject_cast instead to dynamically
|
available in Qt5. Use for example qobject_cast instead to dynamically
|
||||||
find out the exact application type.
|
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 *
|
* General *
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user