KConfig saving mecanism for kcm

2022-02-04 Thread Antoine Gatineau
Hello dear kde developpers. I am writing a kcm module for system settings and I have an issue saving the configuration. So I'm reaching out here. I can use KConfig to save the data but is goes in .config/systemsettingsrc, merged with the rest of systemsettings data. As I have multiple groups, I

Re: KConfig saving mecanism for kcm

2022-02-04 Thread Antoine Gatineau
On Friday, February 4, 2022 12:52:49 PM CET Nicolas Fella wrote: > On 04/02/2022 12:03, Antoine Gatineau wrote: > > Hello dear kde developpers. > > > > I am writing a kcm module for system settings and I have an issue saving > > the configuration. So I'm reaching