summaryrefslogtreecommitdiffstats
path: root/src/charts/doc/src/examples-temperaturerecords.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-11-04 16:25:49 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-11-07 10:00:29 +0000
commit30f7dfc8e709d0190c06c20832492c54c90eec61 (patch)
treeb9a96701546b0339447e3973f5c800ccfa625db1 /src/charts/doc/src/examples-temperaturerecords.qdoc
parent154cafd6cafdf59fa44b01089bd1d9a7d92343c1 (diff)
Doc: Add instructions for building and running the examples
Include the examples-run.qdocinc file from qtbase\doc\global to the .qdoc file for each example. Change-Id: If08fef506321ba3d893f11259f4fc93d238b2ca7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/charts/doc/src/examples-temperaturerecords.qdoc')
-rw-r--r--src/charts/doc/src/examples-temperaturerecords.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/charts/doc/src/examples-temperaturerecords.qdoc b/src/charts/doc/src/examples-temperaturerecords.qdoc
index 39843158..555666e0 100644
--- a/src/charts/doc/src/examples-temperaturerecords.qdoc
+++ b/src/charts/doc/src/examples-temperaturerecords.qdoc
@@ -38,6 +38,10 @@
\image examples_temperaturerecords.png
+ \include examples-run.qdocinc
+
+ \section1 Crating Negative Bars
+
First we create two barsets and append the data to them. One set represents the minimum temperatures and another the maximum temperatures.
\snippet temperaturerecords/main.cpp 1