##// END OF EJS Templates
Adds chartdata unit test
Adds chartdata unit test

File last commit:

r203:7350e0387b3f
r224:0a6c58a44ab9
Show More
piechart.pro
19 lines | 321 B | text/idl | PrologLexer
Jani Honkonen
Added piechart example
r128 !include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
QT += core gui
TARGET = piechart
TEMPLATE = app
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 SOURCES += main.cpp customslice.cpp
HEADERS += customslice.h
Jani Honkonen
Added piechart example
r128
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 OBJECTS_DIR = tmp
MOC_DIR = tmp
Jani Honkonen
Added piechart example
r128