Hello,

I am just getting familiar with PyQt and am wondering what would be the proper way to place a link to a CSV or text file within the QTextBrowser widget that when clicked will open the file in either Open Office or MS Excel.

Currently I can place a file link for either a text file or an html file but as soon as this is clicked it is only displayed in the QTextBrowser widget.

Qt Code:
  1. QTextBrowser.append('<a href="testout.txt">Project</a>')
To copy to clipboard, switch view to plain text mode 

Any comments or direction is very appreciated.

Celeste