##// END OF EJS Templates
Removed some carbage from pie series public APIs
Removed some carbage from pie series public APIs

File last commit:

r1419:9a2b5d956bb6
r2044:76eebf503401
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