Raster Window Example▲
Sélectionnez
include(rasterwindow.pri)
SOURCES +=
\
main.cpp
target.path =
$$[QT_INSTALL_EXAMPLES]/
gui/
rasterwindow
INSTALLS +=
target
This example shows how to create a minimal QWindow based application using QPainter for rendering.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
include(rasterwindow.pri)
SOURCES +=
\
main.cpp
target.path =
$$[QT_INSTALL_EXAMPLES]/
gui/
rasterwindow
INSTALLS +=
target