wip: navigation components

This commit is contained in:
2023-11-18 23:05:10 +08:00
parent a930cffe39
commit 7821816d09
9 changed files with 76 additions and 15 deletions

View File

@ -12,3 +12,6 @@ class NavItem:
def text(self):
return QCoreApplication.translate("NavItem", f"{self.id}.title")
def __hash__(self):
return hash(self.id)