module fix

This commit is contained in:
WorldTeacher
2024-07-04 10:44:13 +02:00
parent 83b1ec6b6b
commit 947ef75db6
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ class Ui_Dialog(object):
def retranslateUi(self, Dialog):
_translate = QtCore.QCoreApplication.translate
Dialog.setWindowTitle(_translate("Dialog", "Dialog"))
Dialog.setWindowTitle(_translate("Dialog", "Einstellungen"))
self.label_2.setText(_translate("Dialog", "Allgemeine Einstellungen"))
self.tb_select_db.setText(_translate("Dialog", "..."))
self.label_3.setToolTip(_translate("Dialog", "<html><head/><body><p>Name der Datenbank, welche verwendet werden soll. <span style=\" font-weight:600;\">Muss</span> auf .db enden</p></body></html>"))

View File

@@ -3,7 +3,7 @@ from PyQt6 import QtCore, QtGui, QtWidgets
from src import Icon
from .dialog_sources.settings_ui import Ui_Dialog as _settings
from .dialog_sources.Ui_settings import Ui_Dialog as _settings
config = OmegaConf.load("config.yaml")
base = """'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">