Commit Graph

95 Commits

Author SHA1 Message Date
Tero Ahola 13ac9d7899 More examples on QChartView qdoc 2012-02-24 16:49:55 +02:00
sauimone c54c34ca0b Updated barchart documentation 2012-02-24 15:52:57 +02:00
Tero Ahola 086152b8b3 Added an example for QChartView for qdoc purposes 2012-02-24 15:36:10 +02:00
Tero Ahola 0677c9dd6d Fixed bug in setting chart theme
The bug was that if you first add a series, then change theme and
then restore the original theme, the color of the series was changed
even though it should have been restored to match the original color.
2012-02-24 12:19:15 +02:00
Tero Ahola fbedbdf764 Scatter series documentation; now uses snippets 2012-02-24 08:43:20 +02:00
sauimone 8254aab723 enablers for tooltip and floating values, bug fixing, updated examples. tidying up the code 2012-02-23 16:33:10 +02:00
Jani Honkonen bf1f84426e Hide slice label by default 2012-02-23 15:56:17 +02:00
Jani Honkonen c84fc5fb7b Clear background when there is only pie chart. 2012-02-23 15:47:01 +02:00
Jani Honkonen 46889b1144 Make pie fit better inside its given rectangle. Label texts still go outside. Needs a bit more work... 2012-02-23 14:46:16 +02:00
Marek Rosa 85d5e94564 Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts
Conflicts:
	example/gdpbarchart/widget.cpp
2012-02-23 13:06:00 +02:00
Marek Rosa 46d1e061b6 else clause added to QChartView mousePressEvent. Added some more docs to QChart and QChartView 2012-02-23 13:00:43 +02:00
Tero Ahola f36371057e Fixed compilation of example apps with QBarSets 2012-02-23 09:36:36 +02:00
sauimone 9b4c1980ee barcharts: added legend to model. added signals for hover events (for tooltip). updated examples 2012-02-22 17:08:42 +02:00
Tero Ahola 1d8f8b316d Refactored chartwidgettest test data impl 2012-02-22 16:16:50 +02:00
sauimone d062a7f386 updated barchart examples. minor fixes 2012-02-22 14:21:34 +02:00
Marek Rosa e59660aaa6 Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts 2012-02-22 13:06:57 +02:00
sauimone 108ca5a00d floating values working now. bounding rect bug fixed 2012-02-22 12:54:39 +02:00
Marek Rosa 05d1d227ed Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts 2012-02-22 10:31:15 +02:00
Marek Rosa bd1ae0fe1b Added another chart type choice 2012-02-22 10:29:57 +02:00
Tero Ahola 98bded228a Started documenting QChart 2012-02-21 16:21:14 +02:00
Tero Ahola 0212e39986 Documenting QScatterSeries 2012-02-21 15:36:38 +02:00
Tero Ahola 0ff1cb97d4 QDoc to use style sheets
Moved qcharts.qdocconf into doc folder. Created draf qdoc
documentation for scatter.
2012-02-21 15:36:37 +02:00
Michal Klocek 0ac69f2530 Fix memory leak in presenter example 2012-02-21 14:55:45 +02:00
Michal Klocek 4b7800e71d Fix copy gdbdata file on windows 2012-02-21 13:17:28 +02:00
Michal Klocek 43766a7259 Examples build setup cleanup 2012-02-21 11:44:51 +02:00
Michal Klocek b65459a7fb Adds preseterchart example 2012-02-21 10:39:06 +02:00
Marek Rosa 615e346403 Added chart printing to pdf 2012-02-21 10:31:28 +02:00
Marek Rosa c7abcd56ed Minor fix to pro file 2012-02-21 08:46:09 +02:00
Marek Rosa 2883e9a758 Copy database to bin directory 2012-02-21 08:00:24 +02:00
Marek Rosa 84b2d72eb1 Typo 2012-02-20 17:08:04 +02:00
Marek Rosa f011f0d500 Small fix 2012-02-20 17:06:01 +02:00
Michal Klocek ca5ae6ab98 Compilation fix 2012-02-20 16:47:24 +02:00
Marek Rosa de01e139cf Adding new example app. 2012-02-20 16:45:28 +02:00
Michal Klocek 538ea04699 Fixes zoomline chart example 2012-02-20 16:45:28 +02:00
Michal Klocek 2caa52bc20 Fixes axischart example 2012-02-20 16:45:28 +02:00
Marek Rosa b5cf500cf6 Corrected the path to SQlite data 2012-02-20 16:36:05 +02:00
sauimone abacdc3682 Common naming convention for barcharts 2012-02-20 14:11:13 +02:00
Jani Honkonen 70a8e655a1 Remove antialising renderhint from pie 2012-02-17 16:56:45 +02:00
Marek Rosa 1bc0eafcd9 Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts
Conflicts:
	example/example.pro
2012-02-17 15:07:49 +02:00
Marek Rosa c5b8eba7e7 Adding new example app. 2012-02-17 15:01:54 +02:00
Marek Rosa a2592bf539 Initial commit for gdpBarChart example. 2012-02-17 14:55:55 +02:00
Jani Honkonen 7350e0387b Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface. 2012-02-17 12:37:23 +02:00
Tero Ahola d1d1af3adb Added example with multiple chart views 2012-02-17 10:01:53 +02:00
Tero Ahola 3f425cc482 Scatter series marker visuals 2012-02-17 09:06:50 +02:00
Michal Klocek 5238f1b458 Adds font handling for chart's titile
* adds setChartTitleFont
 * renames setChartTitle
2012-02-15 18:17:28 +02:00
Michal Klocek 81d9e3777f Adds opacity to shades 2012-02-15 17:51:19 +02:00
Michal Klocek 75f1a3de7c minor. axis grey to lightGrey 2012-02-15 17:06:44 +02:00
Michal Klocek 2e4df58902 Fixes wrong shades zvalues 2012-02-15 16:45:56 +02:00
Tero Ahola 0dd3fe4314 Enabled theme colors in scatter again 2012-02-15 12:59:25 +02:00
Tero Ahola 6a67b4477d added stream operator to scatter series 2012-02-15 12:26:20 +02:00