We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39554b commit e19aea7Copy full SHA for e19aea7
qtapputils/widgets/about.py
@@ -73,6 +73,7 @@ def __init__(self, icon: QIcon, title: str,
73
text += "<p>" + system_info + "</p>"
74
text += "</div>"
75
76
+ self.label = QLabel(text)
77
self.label.setWordWrap(True)
78
self.label.setAlignment(Qt.AlignTop)
79
self.label.setOpenExternalLinks(True)
0 commit comments