mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Save show legends setting
This commit is contained in:
parent
237e88f022
commit
5fb325c782
@ -78,6 +78,7 @@ Widgets.Pane {
|
||||
category: "Dashboard"
|
||||
property alias points: plotPoints.value
|
||||
property alias columns: columns.value
|
||||
property alias showLegends: legends.checked
|
||||
property alias decimalPlaces: decimalPlaces.value
|
||||
property alias axisOptions: axisVisibility.currentIndex
|
||||
}
|
||||
@ -323,6 +324,7 @@ Widgets.Pane {
|
||||
text: qsTr("Show Legends")
|
||||
visible: Cpp_UI_Dashboard.totalWidgetCount > 0 && Cpp_UI_Dashboard.widgetCount(SerialStudio.DashboardMultiPlot) >= 1
|
||||
} CheckBox {
|
||||
id: legends
|
||||
Layout.leftMargin: -8
|
||||
Layout.alignment: Qt.AlignLeft
|
||||
checked: Cpp_UI_Dashboard.showLegends
|
||||
|
Loading…
x
Reference in New Issue
Block a user