GUI: Some repo organisation #1

Merged
linuswck merged 10 commits from gui_dev-repo_org into gui_dev 2024-07-12 10:34:23 +08:00
Showing only changes of commit 271fe449ba - Show all commits

View File

@ -60,8 +60,6 @@ class MainWindow(QtWidgets.QMainWindow):
ui_file_path = importlib.resources.files("pytec.gui.view").joinpath("tec_qt.ui")
uic.loadUi(ui_file_path, self)
self.show()
self.hw_rev_data = None
self.info_box = InfoBox()