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    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to