ActiveQt and share session data
Unsolved
General and Desktop
-
Hi,
I am new with ActiveQt. I am just going through sample application given in Qt source code called "webbrowser". I have below 2 questions.
- How can we enable developer tool in ActiveQt application ? As we can do with QtWebkit and WebEngine with setAttribute & --remote-debugging-port option respectively.
- If we open new window or tab then how can we share the session cookies with another new window tab ? We can achieve this "QNetworkCookiesJar" class in webkit and webengine but don't know how to do with ActiveQt application ?
Can someone help - how can we achieve above with ActiveQt application ?