Hello,

I managed to do everything with QSettings, except the one thing I really need and this is reading all the configurations under a certain section in an INI file.

for example:

[Configuration20]
bla1=value
bla2=value2

I would like to get a some kind of a list, with bla1, bla2 and their values too along with the keys, while having only the name Configuration20 as an input.

Will be glad if someone can guide me through.

Thank you very much.