##// END OF EJS Templates
QBarCategoryAxis doesn't notify domain on category remove...
QBarCategoryAxis doesn't notify domain on category remove If category is removed from the middle or a new one is inserted into middle the domain doesn't get notification about this. However removing first or last category or inserting a new at the beginning or at the end is working. Change-Id: I1eea3ea0c3e9fa1e0b2ff8dfbe56ae6848839991 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2548:b76baa838f46
r2558:0bd3eac43e23
Show More
examples.pro
42 lines | 1019 B | text/idl | PrologLexer
Tero Ahola
Hacked library dependency issues on OSX
r1035 CURRENTLY_BUILDING_COMPONENTS = "examples"
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
Tero Ahola
Hacked library dependency issues on OSX
r1035 error( "Couldn't find the config.pri file!" )
Michal Klocek
Adds missing includes for pro files
r1003 }
Michal Klocek
adds missing files form previous commit
r12 TEMPLATE = subdirs
Michal Klocek
Uninfy examples , updated public API changes
r747 SUBDIRS += \
areachart \
Marek Rosa
Customchart partially fixed (no categories on axes)
r1631 customchart \
Michal Klocek
Uninfy examples , updated public API changes
r747 linechart \
Tero Ahola
Added minimalistic scatter example
r123 percentbarchart \
Michal Klocek
Refactors qchart , adds line animation...
r131 piechart \
Jani Honkonen
make piechartdrilldown compile again
r798 piechartdrilldown \
Michal Klocek
Uninfy examples , updated public API changes
r747 scatterchart \
Jani Honkonen
Make scatterinteractions compile
r831 scatterinteractions \
Jani Honkonen
Make splinechart compile
r832 splinechart \
Michal Klocek
Uninfy examples , updated public API changes
r747 stackedbarchart \
Jani Honkonen
Make stackedbarchartdrilldown compile
r829 stackedbarchartdrilldown \
Marek Rosa
New simple model example
r889 zoomlinechart \
sauimone
new series: groupedbarseries
r1167 modeldata \
sauimone
removed groupedbarchart example. fixed barchart example
r1600 barchart \
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 boxplotchart \
Marek Rosa
Added barmodelmapper example
r1367 legend \
Tero Ahola
QML API doc main page
r1469 barmodelmapper \
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 qmlboxplot \
sauimone
added example to combine line and barchart
r1632 qmlpiechart \
sauimone
horizontal barchart & example
r1681 lineandbar \
sauimone
horizontal stacked barchart
r1685 horizontalbarchart \
sauimone
horizontal percent barchart & example
r1688 horizontalstackedbarchart \
Marek Rosa
Added insert, remove and other common methodds to QDonutGroup. Donut example added
r1693 horizontalpercentbarchart \
Marek Rosa
Renamed donutdrilldown example to donutbreakdown
r1761 donutbreakdown \
sauimone
Replacing population pyramid example with temperature records example. This illustrates drawing of negative bars better.
r1871 temperaturerecords \
Marek Rosa
Multiaxis support...
r2093 donutchart \
Marek Rosa
Added callout example (Drawing on top of chart)
r2150 multiaxis \
Marek Rosa
Basic logvalueaxis example added
r2365 legendmarkers \
Miikka Heikkinen
Add Polar chart support...
r2483 logvalueaxis \
polarchart
Marek Rosa
Disabled QDateTimeAxis on ARM
r1867
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}