qt6-bb10/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.pro

12 lines
271 B
Prolog

QT += widgets
HEADERS = delegate.h
SOURCES = delegate.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/spinboxdelegate
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)