Menus Example▲
Sélectionnez
QT += widgets
HEADERS = mainwindow.h
SOURCES = mainwindow.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/menus
INSTALLS += targetThe Menus example demonstrates how menus can be used in a main window application.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += widgets
HEADERS = mainwindow.h
SOURCES = mainwindow.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/menus
INSTALLS += target