From 76f4c05e605d610484819a954c27a685450fa6cc Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 26 Mar 2025 10:22:19 +0100 Subject: [PATCH] chore: update VSCode settings, clean up mail.py, and upgrade PyQt6 UI generator version --- .vscode/settings.json | 21 ++++++++++++++++++++- mail.py | 1 - src/utils/Ui_docs.py | 4 ++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 952121e..930051d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,8 +31,27 @@ "python.testing.pytestEnabled": true, "cSpell.words": [ "adis", + "Adminbereich", + "Apparatdetails", "apparate", + "appname", + "appnr", + "autoadder", + "availchecker", + "bookgrabber", + "chkbx", + "drpdwn", "isbn", - "ISSN" + "ISSN", + "mand", + "profdata", + "profname", + "qrichtext", + "Segoe", + "semesterapparate", + "Semesterapparatsmanagement", + "Semesterapparatsteam", + "Strg", + "telnr" ], } \ No newline at end of file diff --git a/mail.py b/mail.py index def3d24..1f19755 100644 --- a/mail.py +++ b/mail.py @@ -1,4 +1,3 @@ -import sys from PyQt6 import QtWidgets diff --git a/src/utils/Ui_docs.py b/src/utils/Ui_docs.py index 1bf770c..b849a8d 100644 --- a/src/utils/Ui_docs.py +++ b/src/utils/Ui_docs.py @@ -1,12 +1,12 @@ # Form implementation generated from reading ui file 'c:\Users\aky547\GitHub\SemesterapparatsManager\src\utils\docs.ui' # -# Created by: PyQt6 UI code generator 6.6.1 +# Created by: PyQt6 UI code generator 6.7.1 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. -from PyQt6 import QtCore, QtGui, QtWidgets +from PyQt6 import QtCore, QtWidgets class Ui_Dialog(object):