mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 18:22:37 -04:00
Start on GUI for editing notes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user