mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Allow opening external links in the WaitingWidget label
This commit is contained in:
parent
89cf07d2b1
commit
369ffe6cea
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class WaitingWidget(QtWidgets.QWidget):
|
|||
self.label = QtWidgets.QLabel()
|
||||
self.label.setAlignment(QtCore.Qt.AlignCenter)
|
||||
self.label.setTextFormat(QtCore.Qt.RichText)
|
||||
self.label.setOpenExternalLinks(True)
|
||||
self.label.setStyleSheet("QLabel { font-size: 20px; }")
|
||||
|
||||
# Buttons
|
||||
|
|
Loading…
Reference in a new issue