remove obsolete kontor.py #61

Merged
tpeetz merged 166 commits from develop/0.1.0 into main 2025-04-30 15:31:19 +00:00
Showing only changes of commit 04dfe483e4 - Show all commits
+5 -5
View File
@@ -60,11 +60,11 @@ class MediaFileTableModel(QAbstractTableModel):
return value.strftime("%Y-%m-%d %M:%M:%S")
if isinstance(value, str):
return value
# if isinstance(value, bytes):
# if value == b'\x01':
# return self.main_window.tick
# else:
# return self.main_window.cross
if isinstance(value, bytes):
if value == b'\x01':
return self.main_window.tick
else:
return self.main_window.cross
return value
if role == Qt.ItemDataRole.DecorationRole:
if isinstance(value, bytes):