Refactor UI imports and clean up unused code

- Removed unnecessary imports from various UI files to streamline the codebase.
- Deleted the unused documentation viewer implementation in `documentationview.py`.
- Cleaned up imports in `files.py` by removing `LOG_DIR` as it was not used.
- Removed the temporary script `temp.py` as it was no longer needed.
This commit is contained in:
2025-11-24 12:39:44 +01:00
parent ee62c65ae7
commit 6c6d140c2f
34 changed files with 109 additions and 238 deletions

View File

@@ -6,7 +6,7 @@
# run again. Do not edit this file unless you know what you are doing.
from PySide6 import QtCore, QtGui, QtWidgets
from PySide6 import QtCore, QtWidgets
class Ui_extend_confirm(object):