QTfrontend/ui/widget/SmartLineEdit.h
changeset 6200 6a4ace88d85a
parent 6188 e48280142001
child 6205 7764cbe4ddd7
equal deleted inserted replaced
6199:582e85254110 6200:6a4ace88d85a
    35 #include <QRegExp>
    35 #include <QRegExp>
    36 
    36 
    37 #include "HistoryLineEdit.h"
    37 #include "HistoryLineEdit.h"
    38 
    38 
    39 /**
    39 /**
    40  * @brief A {@link HistoryLineEdit} that features auto-completion with TAB key
    40  * @brief {@link HistoryLineEdit} that features auto-completion with TAB key
    41  *         and clear with ESC key.
    41  *         and clear with ESC key.
    42  *
    42  *
    43  * Notes:
    43  * Notes:
    44  * <ul>
    44  * <ul>
    45  *   <li>A Keyword can either be a command (if first word) or
    45  *   <li>A Keyword can either be a command (if first word) or