##// END OF EJS Templates
Rename pie series total() -> sum() to be consistent with bar series.
Rename pie series total() -> sum() to be consistent with bar series.

File last commit:

r519:987444b37af4
r939:8c748f062756
Show More
tablemodelchart.pro
22 lines | 428 B | text/idl | PrologLexer
Marek Rosa
Table model data example
r519 #-------------------------------------------------
#
# Project created by QtCreator 2012-03-08T14:30:24
#
#-------------------------------------------------
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += core gui
TARGET = tablemodelchart
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h