Closed jas0n098 closed 9 months ago
I used distrobox and plasmawindowed to test the widget. And it works great. Unfortunately I can't test the settings dialog and how it looks inside a system bar. I would like to test it first before releasing it. But let me know if you become impatient. Thank you very much for your work!
Could we release a new version for Plasma 6 support? It's been a while since Plasma 6 was released today.
This PR is a feature-complete port of the widget to Plasma 6 either for merging or as reference. The only functional change is that the Update interval is now in full seconds, as SpinBoxes now only take ints as opposed to reals and customizing them didn't work.
The ColorPicker now uses Qt.labs.platform's ColorDialog since QtDialogs.ColorDialog is broken for a year now (bug report). NOTE: Qt Labs is experimental and may or may not change between versions.
Addresses #43