This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
qt5base-lts
Watch
1
Star
0
Fork
0
You've already forked qt5base-lts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f88c5c1b9
qt5base-lts
/
examples
/
qpa
/
qpa.pro
6 lines
109 B
Prolog
Raw
Normal View
History
Unescape
Escape
skip gui-needing examples with -no-gui Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2013-10-08 10:14:46 +00:00
requires
(
qtHaveModule
(
gui
)
)
Pure QWindow with multiple windows and child windows example added.
2011-05-03 12:47:10 +00:00
TEMPLATE
=
subdirs
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-07-29 14:55:32 +00:00
SUBDIRS
=
windows
\
qrasterwindow
Reference in New Issue
Copy Permalink