##// END OF EJS Templates
BoxPlot animations...
BoxPlot animations Change-Id: I00e9372bb0f6dbb55e5e84d559033ebac9a7fa5e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r1419:9a2b5d956bb6
r2465:de1ad4d92581
Show More
modeldata.pro
16 lines | 267 B | text/idl | PrologLexer
Marek Rosa
New simple model example
r889 !include( ../examples.pri ) {
Tero Ahola
Hacked library dependency issues on OSX
r1035 error( "Couldn't find the examples.pri file!" )
Marek Rosa
New simple model example
r889 }
QT += core gui
TARGET = modeldata
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h