mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0fde4eb5cc
commit
76b23962ba
@ -300,6 +300,7 @@ class ManageDictionaries(Dialog): # {{{
|
||||
d.exec_()
|
||||
# }}}
|
||||
|
||||
# Spell Check Dialog {{{
|
||||
class WordsModel(QAbstractTableModel):
|
||||
|
||||
def __init__(self, parent=None):
|
||||
@ -720,6 +721,7 @@ class SpellCheck(Dialog):
|
||||
QTimer.singleShot(0, d.refresh)
|
||||
d.exec_()
|
||||
# }}}
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = QApplication([])
|
||||
SpellCheck.test()
|
||||
|
Loading…
x
Reference in New Issue
Block a user