Add import icon

This commit is contained in:
Veronica Berglyd Olsen
2024-02-11 18:55:27 +01:00
parent 23b7baf62c
commit ce3a8f56c8
6 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class GuiWordList(QDialog):
# Header
self.headLabel = QLabel("<b>%s</b>" % self.tr("Project Word List"))
self.importButton = QPushButton(SHARED.theme.getIcon("add_document"), "", self)
self.importButton = QPushButton(SHARED.theme.getIcon("import"), "", self)
self.importButton.setToolTip(self.tr("Import words from text file"))
self.importButton.clicked.connect(self._importWords)