Custom Type Example▲
Sélectionnez
HEADERS =
message.h
SOURCES =
main.cpp \
message.cpp
QT +=
widgets
# install
target.path =
$$[QT_INSTALL_EXAMPLES]/
corelib/
tools/
customtype
INSTALLS +=
target
The Custom Type example shows how to integrate a custom type into Qt's meta-object system.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
HEADERS =
message.h
SOURCES =
main.cpp \
message.cpp
QT +=
widgets
# install
target.path =
$$[QT_INSTALL_EXAMPLES]/
corelib/
tools/
customtype
INSTALLS +=
target