Skip to content

Commit

Permalink
open links in external (help)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed May 25, 2014
1 parent f12a817 commit 7468b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vectorbenderhelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def __init__(self):
txt = QTextBrowser()
txt.setReadOnly(True)
txt.setSearchPaths([os.path.dirname(__file__)])
txt.setOpenExternalLinks(True)
txt.setText( open(self.helpFile, 'r').read() )

cls = QPushButton('Close')
Expand Down

0 comments on commit 7468b94

Please sign in to comment.