##// END OF EJS Templates
Values and Intervals axes ranges are now initialized only if they haven't been preset earlier
Values and Intervals axes ranges are now initialized only if they haven't been preset earlier

File last commit:

r1419:9a2b5d956bb6
r1703:d83729eb88d8
Show More
chartwidgettest.pro
18 lines | 284 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
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h