mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update JsonDatasetDelegate.qml
This commit is contained in:
parent
14d02b4230
commit
9e4afdb928
@ -41,7 +41,7 @@ Widgets.Window {
|
||||
//
|
||||
// Delete dataset button
|
||||
//
|
||||
altButtonEnabled: true
|
||||
altButtonEnabled: !showGroupWidget
|
||||
altButtonIcon.source: "qrc:/icons/close.svg"
|
||||
onAltButtonClicked: Cpp_JSON_Editor.deleteDataset(group, dataset)
|
||||
|
||||
@ -234,10 +234,10 @@ Widgets.Window {
|
||||
}
|
||||
|
||||
//
|
||||
// Widget maximum value
|
||||
// Bar alarm level
|
||||
//
|
||||
Label {
|
||||
text: qsTr("Alarm value:")
|
||||
text: qsTr("Alarm level:")
|
||||
visible: root.alarmVisible
|
||||
} TextField {
|
||||
id: alarm
|
||||
|
Loading…
x
Reference in New Issue
Block a user