mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
...
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user