Die Inhalte der Tabellen in der Datei „AppSettings.py” können nun nur noch über die entsprechenden Dialoge verändert werden

This commit is contained in:
2025-06-14 21:07:55 +02:00
parent 7dc77cb310
commit 110cd3f950
4 changed files with 169 additions and 3 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ class Ui_Dialog(object):
self.buttonBox.accepted.connect(Dialog.accept)
self.buttonBox.rejected.connect(Dialog.reject)
self.tabSettings.setCurrentIndex(5)
self.tabSettings.setCurrentIndex(0)
QMetaObject.connectSlotsByName(Dialog)