##// END OF EJS Templates
Fix to domain initialization when log base was preset on axis before adding it to chart
Fix to domain initialization when log base was preset on axis before adding it to chart

File last commit:

r1419:9a2b5d956bb6
r2295:8468c10170a2
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