<div dir="ltr"><div>If I have a standalone widget, what's the best way to integrate (/embed) it within a QMainWindow / parent QWidget? I know that a QScrollArea has a setWidget method - but is there a better / lower level / more abstract way of achieving it? </div>

<div><br></div><div>(In my particular case, I'm using QtWebKit; using this answer (<a href="http://stackoverflow.com/a/13386109/889604">http://stackoverflow.com/a/13386109/889604</a>) as a starting point, I'd like to embed 'view' (which is an instance of Browser) into a parent QWidget. I'd like to think that because QWebView inherits QWidget, this should be easy(!))   </div>

<div><br></div><div>Thanks in advance,</div><div>Chris</div><div><br></div></div>