Basic Layouts Example▲
Sélectionnez
QT +=
widgets
requires
(qtConfig(combobox))
HEADERS =
dialog.h
SOURCES =
dialog.cpp \
main.cpp
# install
target.path =
$$[QT_INSTALL_EXAMPLES]/
widgets/
layouts/
basiclayouts
INSTALLS +=
target