Skip to content

Draft: PlasmaExtras: add SegmentedProgressBar

Noah Davis requested to merge work/ndavis/segmentedprogressbar into master

Needed to display charge levels for devices with few discrete charge values.

This is how the test file looks. The text input on the right is not part of SegmentedProgressBar.

Screenshot_20230829_005321

This is currently a draft because there is no actual use for this at the moment. This was made to represent the charge levels for devices with few discrete charge values, but I don't think Solid::Battery actually exposes a property that could be used to know how many discrete charge values there should be.

Edited by Noah Davis

Merge request reports