##// END OF EJS Templates
Refactors axis handling...
Refactors axis handling * drops pass by value handling * qaxischart is qobject * adds axis ticks handling * adds scale stubs

File last commit:

r203:7350e0387b3f
r223:c82178b4ef05
Show More
piechart.pro
19 lines | 321 B | text/idl | PrologLexer
!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
SOURCES += main.cpp customslice.cpp
HEADERS += customslice.h
OBJECTS_DIR = tmp
MOC_DIR = tmp