blob: 2a6fed223abca10fe19dc07ca47b455ed7b5d446 [file] [log] [blame]
QT += widgets
requires(qtConfig(tableview))
HEADERS = delegate.h
SOURCES = delegate.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/spinboxdelegate
INSTALLS += target