module fix
This commit is contained in:
@@ -196,7 +196,7 @@ class Ui_Dialog(object):
|
|||||||
|
|
||||||
def retranslateUi(self, Dialog):
|
def retranslateUi(self, Dialog):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
Dialog.setWindowTitle(_translate("Dialog", "Dialog"))
|
Dialog.setWindowTitle(_translate("Dialog", "Einstellungen"))
|
||||||
self.label_2.setText(_translate("Dialog", "Allgemeine Einstellungen"))
|
self.label_2.setText(_translate("Dialog", "Allgemeine Einstellungen"))
|
||||||
self.tb_select_db.setText(_translate("Dialog", "..."))
|
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>"))
|
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>"))
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from PyQt6 import QtCore, QtGui, QtWidgets
|
|||||||
|
|
||||||
from src import Icon
|
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")
|
config = OmegaConf.load("config.yaml")
|
||||||
base = """'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
base = """'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
|
|||||||
Reference in New Issue
Block a user