can write notes on housings, display them in list
This commit is contained in:
parent
1d23f42ffa
commit
09d113b1be
4 changed files with 95 additions and 18 deletions
|
|
@ -31,7 +31,7 @@ class QFlatBoob(QtApplication):
|
|||
DESCRIPTION = 'Qt application to find housings.'
|
||||
CAPS = ICapHousing
|
||||
CONFIG = {'queries': {}}
|
||||
STORAGE = {'bookmarks': [], 'read': []}
|
||||
STORAGE = {'bookmarks': [], 'read': [], 'notes': {}}
|
||||
|
||||
def main(self, argv):
|
||||
self.load_backends(ICapHousing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue