<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] QSettings: Remove entire group from ini file]]></title><description><![CDATA[<p dir="auto">Is there a way to remove an entire group from an inifile?</p>
<p dir="auto">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...</p>
<p dir="auto">Anyone have an idea in how I could do this other than parsing the file?</p>
]]></description><link>https://forum.qt.io/topic/10971/solved-qsettings-remove-entire-group-from-ini-file</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 09:43:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/10971.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Nov 2011 12:26:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] QSettings: Remove entire group from ini file on Wed, 02 Nov 2011 12:39:01 GMT]]></title><description><![CDATA[<p dir="auto">ahh I see. I was a little confused of what they were trying to do.</p>
<p dir="auto">Alls I would need to do is</p>
<p dir="auto">@<br />
inifile-&gt;remove(groupname);<br />
@</p>
<p dir="auto">Ill try it out, thank you!</p>
<p dir="auto">Edit: Its tested and works great, thank you for your help :)</p>
]]></description><link>https://forum.qt.io/post/115360</link><guid isPermaLink="true">https://forum.qt.io/post/115360</guid><dc:creator><![CDATA[vezprog]]></dc:creator><pubDate>Wed, 02 Nov 2011 12:39:01 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] QSettings: Remove entire group from ini file on Wed, 02 Nov 2011 12:36:15 GMT]]></title><description><![CDATA[<p dir="auto">The first example of "QSettings::remove() ":<a href="http://doc.qt.nokia.com/4.7/qsettings.html#remove" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.nokia.com/4.7/qsettings.html#remove</a> is exactly what you want.</p>
]]></description><link>https://forum.qt.io/post/115359</link><guid isPermaLink="true">https://forum.qt.io/post/115359</guid><dc:creator><![CDATA[goetz]]></dc:creator><pubDate>Wed, 02 Nov 2011 12:36:15 GMT</pubDate></item></channel></rss>