[PyQt] openUrl( "xx.html#name" ) ?

Detlev Offenbach detlev at die-offenbachs.de
Mon Mar 9 17:32:05 GMT 2009


On Montag, 9. März 2009, Denis wrote:
> Folks,
>
>   is there a way of opening a url at a #name ?
> openUrl( "xx.html#name" )  strips #name,
> although QUrl().fragment() is ok.
>
> (This is for a trivial 2-step browser for PyQt4.api:
>     1) grep the file to a QTextEdit,
>     2) click on a line e.g. "PyQt4.QtCore.QUrl.fragment()"
>         -> openUrl( "file:.../qurl.html#fragment" )
>     brings up qurl.html fine, but not at #fragment -- grrrr.
> If somebody has a little api browser already, please let me know).
>
> Thanks,
> cheers
>   -- denis
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Eric4 contains an API browser.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the PyQt mailing list