Updated changes-5.0.0 with some information on the new QtGui classes.
Change-Id: Idcdfdb506e75d74b3a89e6c2e914802ddfc11031 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
42a7eb8df6
commit
52c1df5a7c
15
dist/changes-5.0.0
vendored
15
dist/changes-5.0.0
vendored
@ -335,6 +335,16 @@ QtGui
|
|||||||
information like capability flags, point-specific flags, velocity,
|
information like capability flags, point-specific flags, velocity,
|
||||||
and raw positions.
|
and raw positions.
|
||||||
|
|
||||||
|
* A new set of enabler classes have been added, most importantly QWindow, QScreen,
|
||||||
|
QSurfaceFormat, and QOpenGLContext.
|
||||||
|
|
||||||
|
* Most of the useful QtOpenGL classes have been polished and moved into
|
||||||
|
QtGui. See QOpenGLFramebufferObject, QOpenGLShaderProgram,
|
||||||
|
QOpenGLFunctions, etc.
|
||||||
|
|
||||||
|
* QOpenGLPaintDevice has been added to be able to use QPainter to render into
|
||||||
|
the currently bound context.
|
||||||
|
|
||||||
QtWidgets
|
QtWidgets
|
||||||
---------
|
---------
|
||||||
* QInputContext removed as well as related getters and setters on QWidget and QApplication.
|
* QInputContext removed as well as related getters and setters on QWidget and QApplication.
|
||||||
@ -383,6 +393,11 @@ QtNetwork
|
|||||||
QtOpenGL
|
QtOpenGL
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
* Most of the classes in this module (with the notable exception of QGLWidget)
|
||||||
|
now have equivalents in QtGui, along with the naming change QGL -> QOpenGL.
|
||||||
|
The classes in QtOpenGL that have equivalents in QtGui can now be considered
|
||||||
|
deprecated.
|
||||||
|
|
||||||
QtScript
|
QtScript
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user