fix some small stuff, add icons to main UI, add shortcuts

This commit is contained in:
2025-01-28 13:52:03 +01:00
parent d3cc6a35a3
commit 049992f0a7
6 changed files with 32 additions and 82 deletions

View File

@@ -100,6 +100,15 @@ class MainUI(QtWidgets.QMainWindow, Ui_MainWindow):
log.info("Backup enabled")
else:
log.warning("Backup disabled")
# set Action Icons
Icon("settings", self.actionEinstellungen)
Icon("user", self.actionNutzer)
Icon("quit", self.actionBeenden)
Icon("report", self.actionBericht_erstellen)
Icon("history", self.actionAusleihhistorie)
Icon("help", self.actionDokumentation_ffnen)
Icon("support", self.actionProblem_melden)
self.show()
def shutdown(self, *args):