mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Allow tab key navigation in the word list
This commit is contained in:
parent
b34fcc1daf
commit
36c937c6ba
@ -752,6 +752,7 @@ class SpellCheck(Dialog):
|
|||||||
hh = self.words_view.horizontalHeader()
|
hh = self.words_view.horizontalHeader()
|
||||||
w.setSortingEnabled(True), w.setShowGrid(False), w.setAlternatingRowColors(True)
|
w.setSortingEnabled(True), w.setShowGrid(False), w.setAlternatingRowColors(True)
|
||||||
w.setSelectionBehavior(w.SelectRows), w.setSelectionMode(w.SingleSelection)
|
w.setSelectionBehavior(w.SelectRows), w.setSelectionMode(w.SingleSelection)
|
||||||
|
w.setTabKeyNavigation(False)
|
||||||
w.verticalHeader().close()
|
w.verticalHeader().close()
|
||||||
h.addWidget(w)
|
h.addWidget(w)
|
||||||
self.words_model = m = WordsModel(self)
|
self.words_model = m = WordsModel(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user