The main program is in C++ & Qt. The reporting system is in PHP web. I intend to access PHP web in my C++ GUI, by using QWebView as an internal browswer. Does anyone know how to enable the cookie in QWebView so that users can browse in the QWebView just as in normal browser?

Thanks,