Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
libksysguard
Commits
9a41abe9
Commit
9a41abe9
authored
Mar 08, 2021
by
Arjen Hiemstra
Browse files
Add an updateRateLimit property to ExtendedLegend
To control the updateRateLimit property of sensors created by ExtendedLegend
parent
8757d24f
Changes
1
Hide whitespace changes
Inline
Side-by-side
faces/import/ExtendedLegend.qml
View file @
9a41abe9
...
...
@@ -58,6 +58,8 @@ ChartsControls.Legend {
*/
property
var
colorSource
property
int
updateRateLimit
Layout.maximumHeight
:
implicitHeight
Layout.maximumWidth
:
parent
.
width
...
...
@@ -124,6 +126,7 @@ ChartsControls.Legend {
Sensor
{
id
:
sensor
sensorId
:
modelData
updateRateLimit
:
legend
.
updateRateLimit
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment