Hi,
I want to load a html page in qgraphicswebview.
How do I do it?

I tried with something like below
QString path = "/Users/user/Desktop/tocSample/learnONNav.html";
m_p_TB_WebView->setHtml(path);

but it didn't work out.

Kindly let me know how do I display the html in qgraphicswebview.

Thanks in advance