Work around issue in QtCreator designer

Problem with the legend supposedly having no members
master
Jos van den Oever 2017-09-02 00:30:35 +02:00
parent 479cf8b17a
commit 14f95acd8b
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ Item {
ChartView {
id: chart
anchors.fill: parent
legend.alignment: Qt.AlignBottom
Component.onCompleted: {
legend.alignment = Qt.AlignBottom
}
antialiasing: true
DateTimeAxis {