Start on GUI for editing notes

This commit is contained in:
Kovid Goyal 2023-08-26 09:19:11 +05:30
parent d7c88aaf01
commit bf723cd34d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -0,0 +1,11 @@
#!/usr/bin/env python
# License: GPLv3 Copyright: 2023, Kovid Goyal <kovid at kovidgoyal.net>
from calibre.gui2.widgets2 import Dialog
class EditNoteDialog(Dialog):
def __init__(self, field, item_id, db, parent=None):
self.db = db.new_api