mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Start on GUI for editing notes
This commit is contained in:
parent
d7c88aaf01
commit
bf723cd34d
11
src/calibre/gui2/dialogs/edit_category_notes.py
Normal file
11
src/calibre/gui2/dialogs/edit_category_notes.py
Normal 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
|
Loading…
x
Reference in New Issue
Block a user