proper variable name
This commit is contained in:
parent
445a60a862
commit
c6e29f9c15
|
@ -30,12 +30,12 @@ QQC2.Pane {
|
||||||
snapMode: Slider.SnapAlways
|
snapMode: Slider.SnapAlways
|
||||||
Kirigami.FormData.label: i18nc("@label", "polling rate in seconds:")
|
Kirigami.FormData.label: i18nc("@label", "polling rate in seconds:")
|
||||||
onMoved: {
|
onMoved: {
|
||||||
test.text = this.value + " seconds";
|
pollingratevalue.text = this.value + " seconds";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: test
|
id: pollingratevalue
|
||||||
text: pollingrate.value + " seconds"
|
text: pollingrate.value + " seconds"
|
||||||
color: PlasmaCore.Theme.textColor
|
color: PlasmaCore.Theme.textColor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user