Quote Originally Posted by ejoshva View Post
I need to load a .html file onto QGraphicsWebView.
If it's from a local machine, I could directly use
SetUrl()

But I dont want it be loaded from local machine. I want it to be loaded from the server or elsewhere.
How can this be done in Qt.
You already know: setUrl()

Cheers,
_