chore: update VSCode settings, clean up mail.py, and upgrade PyQt6 UI generator version
This commit is contained in:
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@@ -31,8 +31,27 @@
|
|||||||
"python.testing.pytestEnabled": true,
|
"python.testing.pytestEnabled": true,
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"adis",
|
"adis",
|
||||||
|
"Adminbereich",
|
||||||
|
"Apparatdetails",
|
||||||
"apparate",
|
"apparate",
|
||||||
|
"appname",
|
||||||
|
"appnr",
|
||||||
|
"autoadder",
|
||||||
|
"availchecker",
|
||||||
|
"bookgrabber",
|
||||||
|
"chkbx",
|
||||||
|
"drpdwn",
|
||||||
"isbn",
|
"isbn",
|
||||||
"ISSN"
|
"ISSN",
|
||||||
|
"mand",
|
||||||
|
"profdata",
|
||||||
|
"profname",
|
||||||
|
"qrichtext",
|
||||||
|
"Segoe",
|
||||||
|
"semesterapparate",
|
||||||
|
"Semesterapparatsmanagement",
|
||||||
|
"Semesterapparatsteam",
|
||||||
|
"Strg",
|
||||||
|
"telnr"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
1
mail.py
1
mail.py
@@ -1,4 +1,3 @@
|
|||||||
import sys
|
|
||||||
|
|
||||||
from PyQt6 import QtWidgets
|
from PyQt6 import QtWidgets
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
# Form implementation generated from reading ui file 'c:\Users\aky547\GitHub\SemesterapparatsManager\src\utils\docs.ui'
|
# 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
|
# 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.
|
# 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):
|
class Ui_Dialog(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user