-
-
Classes in io.qt.gui that implement QSurface
Modifier and Type |
Class |
Description |
class |
QOffscreenSurface |
Represents an offscreen surface in the underlying platform
|
class |
QOpenGLWindow |
Convenience subclass of QWindow to perform OpenGL painting
|
class |
QPaintDeviceWindow |
Convenience subclass of QWindow that is also a QPaintDevice
|
class |
QRasterWindow |
Convenience class for using QPainter on a QWindow
|
static class |
QSurface.Impl |
Implementor class for interface QSurface
|
class |
QWindow |
Represents a window in the underlying windowing system
|
-
-
-
Classes in io.qt.quick that implement QSurface
Modifier and Type |
Class |
Description |
class |
QQuickView |
Window for displaying a Qt Quick user interface
|
class |
QQuickWindow |
The window for displaying a graphical QML scene
|