##// END OF EJS Templates
Introducing vertical and horizontal factors to control the position of the pie.
Introducing vertical and horizontal factors to control the position of the pie.

File last commit:

r270:9b153722c836
r454:06980850b7dd
Show More
chartwidgettest.pro
26 lines | 471 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 !")
}
TARGET = chartwidgettest
TEMPLATE = app
DESTDIR = $$CHART_BUILD_BIN_DIR
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
OBJECTS_DIR = tmp
MOC_DIR = tmp
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h