summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qmlchartproperties/qml/qmlchartproperties/BarEditor.qml')
-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"