qt5base-lts/tests/auto/gui/kernel
Laszlo Agocs 34fbc61f22 Introduce QRasterWindow
A simple convenience class providing a QWindow that has a
paintEvent and supports opening a painter on itself. It
behaves exactly like QOpenGLWindow in this respect, which is not
surprising since they share the same base class (QPaintDeviceWindow).

QRasterWindow does not however have any OpenGL dependencies and will
be present in -no-opengl builds too.

[ChangeLog] Added QRasterWindow, a thin convenience wrapper for a
QWindow on which a QPainter can be opened.

Done-with: Jorgen Lind <jorgen.lind@digia.com>
Change-Id: I37e82720492945d7b85d5f713eea8d5f7556e511
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
2014-08-05 16:47:42 +02:00
..
qbackingstore gui/kernel: Do not run test showing windows in parallel. 2013-05-30 19:33:25 +02:00
qclipboard Windows clipboard: Deny CF_DIB support for images with alpha. 2014-07-03 22:43:17 +02:00
qdrag QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qevent QEvent: document and check when registerEventTypes() returns -1 2014-03-29 12:40:05 +01:00
qfileopenevent tests: Remove superfluous gui additions to QT 2014-02-28 17:59:29 +01:00
qguiapplication Add checks for widget/window leaks to kernel tests. 2014-07-24 19:39:40 +02:00
qguieventdispatcher QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qguieventloop Add auto-test for running the QEventLoop test with the GUI dispatcher 2013-08-12 14:27:57 +02:00
qguimetatype Fixed testbuild with QT_NO_CURSOR 2013-06-25 07:14:54 +02:00
qguitimer QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qguivariant Update QVariant tests 2014-07-10 13:14:40 +02:00
qinputmethod gui/kernel: Do not run test showing windows in parallel. 2013-05-30 19:33:25 +02:00
qkeysequence Merge remote-tracking branch 'origin/stable' into dev 2014-01-20 18:18:59 +01:00
qmouseevent expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qmouseevent_modal expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qopenglwindow Introduce QOpenGLWindow 2014-08-05 16:47:37 +02:00
qpalette Add a test for move assignment to tst_QPalette 2014-07-31 21:04:43 +02:00
qpixelformat Introducing QPixelFormat 2014-04-23 21:43:50 +02:00
qrasterwindow Introduce QRasterWindow 2014-08-05 16:47:42 +02:00
qscreen QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qsurfaceformat QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qtouchevent QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:42 +01:00
qwindow tst_qwindow: Fix geometries. 2014-07-31 18:36:05 +02:00
kernel.pro Introduce QRasterWindow 2014-08-05 16:47:42 +02:00