[SOLVED] Gettings all group names using QSettings..?
-
Is there any way to get all group/section names in an ini file?
for example:
[1]
key1=1
key2=2[2]
key1=1
key2=2[3]
key1=1
key2=2Get a QStringList that contains "1" "2" and "3"?
I've already opened the file and can get specific keys. Now I just need this...
Thanks in advance.
-
"This thread":http://developer.qt.nokia.com/forums/viewthread/7045 might be of interest for you too.