add details view

This commit is contained in:
Thomas Peetz
2025-02-11 16:16:38 +01:00
parent 0d1b2e416e
commit 41e2b11da2
3 changed files with 69 additions and 18 deletions
+8
View File
@@ -52,6 +52,14 @@ class KontorTableModel(QAbstractTableModel):
def __str__(self):
return f"KontorTableModel({self._config})"
@property
def config(self):
return self._config
@property
def raw_data(self):
return self._data
def refresh(self):
# self.log.info("refresh")
data = self._config.get_data()