CompletionTextEdit¶
-
class
glue.utils.qt.CompletionTextEdit(parent: QWidget = None) QTextEdit(str, parent: QWidget = None)¶ Bases:
PyQt5.QtWidgets.QTextEditMethods Summary
focusInEvent(self, QFocusEvent)insert_completion(self, completion)keyPressEvent(self, QKeyEvent)set_completer(self, completer)set_word_list(self, word_list)text_under_cursor(self)Methods Documentation
-
focusInEvent(self, QFocusEvent)¶
-
insert_completion(self, completion)¶
-
keyPressEvent(self, QKeyEvent)¶
-
set_completer(self, completer)¶
-
set_word_list(self, word_list)¶
-
text_under_cursor(self)¶
-