Skip to content

Port formats KCM to qml

Ghost User requested to merge work/portFormatsToQml into master

Port formats kcm to qml for use in Plasma Mobile. There are some different appearance and behavior with original QWidget kcm:

  • use detailed option are deprecated
  • the locale list is no longer sorted, use filter instead
  • examples are no longer grouped
  • collate and sorting example is added

2021-09-04_20-58-05

I use lazy initialization a lot, but the performance is somewhat on pair with the widget one. Also the filter option may be laggy on pinephone, but that's the best I can do. @teams/vdg

Edited by Ghost User

Merge request reports