QTfrontend/ui/widget/HistoryLineEdit.h
changeset 6200 6a4ace88d85a
parent 6187 59ff93c0ae2d
child 6205 7764cbe4ddd7
equal deleted inserted replaced
6199:582e85254110 6200:6a4ace88d85a
    35 #include <QMutex>
    35 #include <QMutex>
    36 
    36 
    37 class QLineEdit;
    37 class QLineEdit;
    38 
    38 
    39 /**
    39 /**
    40  * @brief A <code>QLineEdit</code> that features a history of previous contents,
    40  * @brief <code>QLineEdit</code> that features a history of previous contents,
    41  *        re-selectable using the arrow keys.
    41  *        re-selectable using the arrow keys.
    42  *
    42  *
    43  * Note: Public methods for accessing history are <b>thread-safe</b>.
    43  * Note: Public methods for accessing history are <b>thread-safe</b>.
    44  * 
    44  * 
    45  * @author sheepluva
    45  * @author sheepluva