##// END OF EJS Templates
Add pressed, released and doubleClicked signals...
Add pressed, released and doubleClicked signals Added pressed, released and doubleClicked signals for all series. The signals are also added to QPieSlice and QBoxPlotSet. Change-Id: If94948be439a3b53ed48c02d0092091e836222a4 Task-number: QTRD-2384 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2739:f78be8da2422
Show More
chartviewer.pro
10 lines | 260 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
Michal Klocek
Adds charts to chartsviewer
r1753 include(charts/charts.pri)
Michal Klocek
Adds chartviewer demo
r1746 TARGET = chartviewer
QT += opengl
Michal Klocek
Compilation fix on windows
r1757 INCLUDEPATH += .
Michal Klocek
Refactor charviewer...
r2127 SOURCES += main.cpp window.cpp view.cpp grid.cpp
HEADERS += window.h view.h charts.h model.h grid.h
Michal Klocek
Adds charts to chartsviewer
r1753