MainWindow.py verschoben

This commit is contained in:
2025-06-09 17:17:53 +02:00
parent 7aa6113365
commit 499f5fc53b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import sys
from PySide6.QtWidgets import QApplication from PySide6.QtWidgets import QApplication
from MainWindow import MainWindow from ui.MainWindow import MainWindow
#import qdarktheme #import qdarktheme
+1 -1
View File
@@ -124,7 +124,7 @@ class MainWindow(QMainWindow):
# Basis-Pfad zu den PDF-Ordnern # Basis-Pfad zu den PDF-Ordnern
base_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) base_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
pdf_base_dir = os.path.join(base_dir, "src", "ui", "res", "pdf") pdf_base_dir = os.path.join(base_dir, "ui", "res", "pdf")
diff_dir = os.path.join(pdf_base_dir, "diff") diff_dir = os.path.join(pdf_base_dir, "diff")
ref_dir = os.path.join(pdf_base_dir, "ref") ref_dir = os.path.join(pdf_base_dir, "ref")