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