Skip to content

Commit

Permalink
Open external links
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Jun 21, 2019
1 parent 2d763a4 commit 996bae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyforms_gui/basewidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def _handle_text(self, layout, row):
param = self.controls.get(row, None)
if param is None:
label = QLabel()
label.setOpenExternalLinks(True)
label.setSizePolicy(QSizePolicy.Maximum, QSizePolicy.Maximum)

if row.startswith('info:'):
Expand Down

0 comments on commit 996bae0

Please sign in to comment.