Qt WebKit and Permanent Cookies

前端 未结 3 1201
独厮守ぢ
独厮守ぢ 2021-02-05 11:39

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

3条回答
  •  再見小時候
    2021-02-05 12:19

    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.

提交回复
热议问题