CompletionTextEdit#

class glue_qt.utils.CompletionTextEdit(parent: typing.Optional[QWidget] = None) QTextEdit(text: str, parent: typing.Optional[QWidget] = None)#

Bases: QTextEdit

Methods Summary

focusInEvent(self, e)

insert_completion(completion)

keyPressEvent(self, e)

set_completer(completer)

set_word_list(word_list)

text_under_cursor()

Methods Documentation

focusInEvent(self, e: QFocusEvent)#
insert_completion(completion)#
keyPressEvent(self, e: QKeyEvent)#
set_completer(completer)#
set_word_list(word_list)#
text_under_cursor()#