How to set which browser to use in a QTextBrowser link?
Posted
by lionel319
on Stack Overflow
See other posts from Stack Overflow
or by lionel319
Published on 2010-06-11T06:49:32Z
Indexed on
2010/06/11
6:52 UTC
Read the original article
Hit count: 157
I am using PyQt4's QTextBroswer to display a html link.
Whenever users click on the link, a browser will be used to open the internet page.
My question is, is there a way to set so that our own prefered browser is used to open the url page instead of the preset one?
Thanks in advance.
© Stack Overflow or respective owner