##// END OF EJS Templates
Spelling fix QLegend::setAlignmnent -> setAlignment
Spelling fix QLegend::setAlignmnent -> setAlignment

File last commit:

r889:98e25d8db2c1
r907:e81fc8ea1ebf
Show More
modeldata.pro
22 lines | 422 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2012-03-08T14:30:24
#
#-------------------------------------------------
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += core gui
TARGET = modeldata
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h