summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-09-07 13:07:37 +0300
committerTero Ahola <tero.ahola@digia.com>2012-09-10 10:03:29 +0300
commit40ab6eb6f3e95a553eb4f20ab2fa00d89353bd70 (patch)
tree2887cbe334b6ed12b4010b866338fcbf9e9a5d01 /doc
parent0715a02a08e55d9c14d6a2a19c39ebda410c02bd (diff)
Fixed a bug with legend attach requiring a screen resize to update UI
Diffstat (limited to 'doc')
-rw-r--r--doc/images/examples_legend_detach.pngbin57231 -> 61273 bytes
-rw-r--r--doc/images/examples_legend_detach2.pngbin0 -> 75296 bytes
-rw-r--r--doc/src/examples-legend.qdoc6
3 files changed, 5 insertions, 1 deletions
diff --git a/doc/images/examples_legend_detach.png b/doc/images/examples_legend_detach.png
index d3a8efa8..3376a4a0 100644
--- a/doc/images/examples_legend_detach.png
+++ b/doc/images/examples_legend_detach.png
Binary files differ
diff --git a/doc/images/examples_legend_detach2.png b/doc/images/examples_legend_detach2.png
new file mode 100644
index 00000000..5cc33819
--- /dev/null
+++ b/doc/images/examples_legend_detach2.png
Binary files differ
diff --git a/doc/src/examples-legend.qdoc b/doc/src/examples-legend.qdoc
index eb62409c..9f259507 100644
--- a/doc/src/examples-legend.qdoc
+++ b/doc/src/examples-legend.qdoc
@@ -8,7 +8,11 @@
In example we use barseries where we add or remove barsets. The legend reflects the changes in series. Legend can be detached or attached back to chart and its alignment can be modified.
When legend is detached, it can be resized and positioned freely.
- \image examples_legend_detach.png
+ \table
+ \row
+ \o \inlineimage examples_legend_detach.png
+ \o \inlineimage examples_legend_detach2.png
+ \endtable
Here we turn legend visible and set its alignment to the bottom of the chart.