Utils::CompletingTextEdit Class

class Utils::CompletingTextEdit

The CompletingTextEdit class is a QTextEdit with auto-completion support. More...

Header: #include <CompletingTextEdit>

Public Functions

Utils::CompletingTextEdit::CompletionBehavior completionBehavior() const
int completionLengthThreshold() const
void setCompletionBehavior(Utils::CompletingTextEdit::CompletionBehavior behavior)
void setCompletionLengthThreshold(int len)

Detailed Description

Excerpted from Qt examples/tools/customcompleter.