Author: | Neil Wallace (neil@openmolar.com) |
---|---|
Release: | 2.0.906~hg207 |
Date: | April 18, 2013 |
This widget combines a CompletionTextEdit and a QtGui.QPushButton
Note
see DictionaryCompleter about the paths for your dictionary.
Bases: PyQt4.QtGui.QWidget
A custom widget to take text entry and signal when completed.
this function is called when user clicks the save button
>>> self.emit(QtCore.SIGNAL("Save Requested"))
A convenience function to access CompletionTextEdit component’s setText functionality
A convenience function to access CompletionTextEdit component’s current text
a pointer to the CompletionTextEdit component