##// END OF EJS Templates
PieSliceItem bounding rect fix
PieSliceItem bounding rect fix

File last commit:

r708:69e7126c2380
r718:7a2556deb83d
Show More
chartwidgettest.pro
19 lines | 308 B | text/idl | PrologLexer
!include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
TARGET = chartwidgettest
TEMPLATE = app
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h