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

Denis denis-bz-py at t-online.de
Mon Mar 9 16:08:13 GMT 2009


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




More information about the PyQt mailing list