##// END OF EJS Templates
Added clicked signal to scatter...
Added clicked signal to scatter Also optimized painting implementation to use shapes. This introduced a bug: some of the markers are now drawn with no brush...

File last commit:

r296:8254aab7233d
r316:101197172c50
Show More
barchart.pro
10 lines | 172 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
sauimone
Added bar chart example
r78 }
TARGET = barchart
SOURCES += main.cpp \
sauimone
enablers for tooltip and floating values, bug fixing, updated examples. tidying up the code
r296 chartwidget.cpp
sauimone
Added bar chart example
r78 HEADERS += \
sauimone
enablers for tooltip and floating values, bug fixing, updated examples. tidying up the code
r296 chartwidget.h
sauimone
Added bar chart example
r78