#------------------------------------------------- # # Project created by QtCreator 2014-04-03T11:33:32 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = GraphicsCombo TEMPLATE = app SOURCES += main.cpp \ combodelegate.cpp HEADERS += \ combodelegate.h