Add sql plaintext export and (encrypted) backup options
This commit is contained in:
parent
f8e0a7f179
commit
27ba33959c
4 changed files with 94 additions and 13 deletions
|
|
@ -73,7 +73,7 @@ class ToolBar(QToolBar):
|
|||
self.actNormal = QAction("N", self)
|
||||
self.actNormal.setToolTip("Normal paragraph text")
|
||||
self.actNormal.setCheckable(True)
|
||||
self.actNormal.setShortcut("Ctrl+O")
|
||||
self.actNormal.setShortcut("Ctrl+N")
|
||||
self.actNormal.triggered.connect(lambda: self.headingRequested.emit(0))
|
||||
|
||||
# Lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue