Hi,<br><br>On builds of master branch (Mac OS X 10.7.3, Qt 4.8.1, Py 2.7.1) the following simple QWebView window crashes QGIS:<br><br>
<style type="text/css">
p, li { white-space: pre-wrap; }</style>  from PyQt4.QtGui import QMainWindow
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  from PyQt4.QtCore import QUrl</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  from PyQt4.QtWebKit import QWebView</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  win = QMainWindow(qgis.utils.iface.mainWindow())</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  helpviewer = QWebView()</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  helpviewer.setUrl(QUrl(&quot;<a href="http://www.xkcd.com">http://www.xkcd.com</a>&quot;))</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  win.setCentralWidget(helpviewer)</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">  win.show()</p><br>Local URLs work fine; it&#39;s just when accessing external ones (any web site).<br><br>Can someone confirm this on Mac or any other platform?<br>
<br>Thanks,<br clear="all"><br>Larry Shaffer<br>Dakota Cartography<br>Black Hills, South Dakota<br>