Qt 6.11 is out! See what's new in the release
blog
[SOLVED] QSettings: Remove entire group from ini file
General and Desktop
3
Posts
2
Posters
8.8k
Views
1
Watching
-
Is there a way to remove an entire group from an inifile?
I know if you use remove() with a blank string "" you remove all keys in the group, but correct me if I am wrong, I don't believe it removes the group name...
Anyone have an idea in how I could do this other than parsing the file?
-
The first example of "QSettings::remove() ":http://doc.qt.nokia.com/4.7/qsettings.html#remove is exactly what you want.