summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-09-04 10:40:55 +0300
committerTero Ahola <tero.ahola@digia.com>2012-09-04 10:41:39 +0300
commit47cf42b1050c1b31e1bd55f273be95afe5a90b46 (patch)
treee31e25281fcfcfb7a59015871e987e07b135587d /doc
parent6977ea36a8f1ce930edef340b0b5d23a426ecfef (diff)
Updated screenshots in donut and bar examples
Diffstat (limited to 'doc')
-rw-r--r--doc/images/demos_nesteddonuts.pngbin0 -> 99909 bytes
-rw-r--r--doc/images/examples_donutbreakdown.pngbin85626 -> 83931 bytes
-rw-r--r--doc/images/examples_stackedbarchartdrilldown1.pngbin40301 -> 39237 bytes
-rw-r--r--doc/images/examples_stackedbarchartdrilldown2.pngbin39405 -> 37845 bytes
-rw-r--r--doc/src/demos-nesteddonuts.qdoc2
5 files changed, 1 insertions, 1 deletions
diff --git a/doc/images/demos_nesteddonuts.png b/doc/images/demos_nesteddonuts.png
new file mode 100644
index 00000000..bc8825c8
--- /dev/null
+++ b/doc/images/demos_nesteddonuts.png
Binary files differ
diff --git a/doc/images/examples_donutbreakdown.png b/doc/images/examples_donutbreakdown.png
index aa78a8c6..94f86d45 100644
--- a/doc/images/examples_donutbreakdown.png
+++ b/doc/images/examples_donutbreakdown.png
Binary files differ
diff --git a/doc/images/examples_stackedbarchartdrilldown1.png b/doc/images/examples_stackedbarchartdrilldown1.png
index 4b953c64..9f128b6f 100644
--- a/doc/images/examples_stackedbarchartdrilldown1.png
+++ b/doc/images/examples_stackedbarchartdrilldown1.png
Binary files differ
diff --git a/doc/images/examples_stackedbarchartdrilldown2.png b/doc/images/examples_stackedbarchartdrilldown2.png
index 36d474ef..67f8afbc 100644
--- a/doc/images/examples_stackedbarchartdrilldown2.png
+++ b/doc/images/examples_stackedbarchartdrilldown2.png
Binary files differ
diff --git a/doc/src/demos-nesteddonuts.qdoc b/doc/src/demos-nesteddonuts.qdoc
index e7844fa2..b0371939 100644
--- a/doc/src/demos-nesteddonuts.qdoc
+++ b/doc/src/demos-nesteddonuts.qdoc
@@ -4,7 +4,7 @@
\subtitle
This example shows how to use create a nested donuts chart using QPieSeries API.
- \image examples_donutchart.png
+ \image demos_nesteddonuts.png
Let's start by creating a QChartView instance and enabling the Antialiasing on it. Last line enables the animations of the chart.