##// END OF EJS Templates
Documentation and fix for box specific pen color...
Documentation and fix for box specific pen color Change-Id: I88919b60a17665b01bda979b576878c30abd50fd Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r1778:11f77f06f75b
r2531:baa389f1ece6
Show More
chartwidgettest.pro
18 lines | 291 B | text/idl | PrologLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
Michal Klocek
Adds shadow build support
r708 error( "Couldn't find the test.pri file!" )
Tero Ahola
Added size factor property to pie
r60 }
Michal Klocek
Add test to common build
r34
Tero Ahola
Resizing of QGraphicItems now possible by resize signal from QChart
r48 TEMPLATE = app
Tero Ahola
Added option for using QGLWidget in widget tester
r1778 QT += core gui opengl
Tero Ahola
Resizing of QGraphicItems now possible by resize signal from QChart
r48 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h