Group Box Example▲
Sélectionnez
QT += widgets
HEADERS = window.h
SOURCES = window.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/groupbox
INSTALLS += targetThe Group Box example shows how to use the different kinds of group boxes in Qt.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += widgets
HEADERS = window.h
SOURCES = window.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/groupbox
INSTALLS += target