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-07 13:10:00 +0300
commitaa64defd89b971642374cb3124155c3230bc95ca (patch)
tree1dd95cc0da15427a664d0a4b3dc57bc66ef598de /doc
parentd117b49788e7d0330e28b3bd40c3fe9fae80784a (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.