i18n with QT
This commit is contained in:
@@ -20,7 +20,7 @@ class AboutDialog(QDialog):
|
||||
|
||||
self.layout = QVBoxLayout(self)
|
||||
|
||||
heading_app_name = QLabel("RavenLog")
|
||||
heading_app_name = QLabel(self.tr("RavenLog"))
|
||||
heading_app_name.setAlignment(Qt.AlignmentFlag.AlignLeft)
|
||||
heading_app_name.setFont(QFont("default", 25))
|
||||
heading_app_name.setTextInteractionFlags(Qt.TextInteractionFlag.TextSelectableByMouse)
|
||||
|
||||
Reference in New Issue
Block a user