I have a mainwindow, in it, I have a single QWebView.
I want to make a certain website (www.kdkdkkd.com for instance) cookies permanent, so each time a user closes and repopens
There is an official Qt Demo, called "Browser". It implements a CookieJar class, which supports save and load of cookies to an .ini file, using the QSettings stack.