Hi everybody !

I am looking for a way to directly rename (or at least copy recursively) a group in a QSettings (in my case, a Windows registry arborescence).
I found a trick here : http://www.qtcentre.org/threads/4677...xml-Copy-group but using ChildKeys only permit to copy direct keys, of course...

Is there any way to rename a group ?

For instance, I "manually" copy each elements from one path to another, but I will prefer to copy directly the group (in case of future evolutions, adding keys).

Thanks for future answers.