Re: Merging a 2nd style (non xml) for KConfigXT?

2023-08-30 Thread Ingo Klöcker
On Mittwoch, 30. August 2023 11:43:27 CEST Tomaz Canabrava wrote: > Things that KConfigXT XML lacks: > > * Access to the default value of a setting (KConfigXT allows me to > define one, but I can't use it on a if in the codebase, there's no way > to query it back) There's no nice entryNameDefault

Merging a 2nd style (non xml) for KConfigXT?

2023-08-30 Thread Tomaz Canabrava
Hello All, This is my 2nd attempt on this, but hear me out. I'm using for ~5 years a configuration schema that is really different from KConfigXT XML syntax because I sincerely don't like to hand code XML specially when it's intermixed with C++ within the *same* file, and I feel that all the