summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-09-10 11:28:38 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-09-10 09:59:43 +0000
commit458692a5a59458b22b68900e1bc2abc22b380ab6 (patch)
tree140c6840b7adf32344f5f22e406e22162b0c28af /tests/manual
parentacb3f8c5f190ebda7032127ba0ed80fcb4483fcf (diff)
Added support for bar series value label angle
Task-number: QTRD-3249 Change-Id: I98f670f631ec85d58122fab97283802834995b4d Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml b/tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml
index 0a2ec3e4..98b7ab8c 100644
--- a/tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml
+++ b/tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml
@@ -186,6 +186,14 @@ Row {
text: "set 1 label color"
onClicked: series.at(0).labelColor = main.nextColor();
}
+ Button {
+ text: "labels angle +"
+ onClicked: series.labelsAngle = series.labelsAngle + 5;
+ }
+ Button {
+ text: "labels angle -"
+ onClicked: series.labelsAngle = series.labelsAngle - 5;
+ }
FontEditor {
id: fontEditor
fontDescription: "label"