1 /****************************************************************************
3 ** Copyright (c) 2007 Trolltech ASA <info@trolltech.com>
5 ** Use, modification and distribution is allowed without limitation,
6 ** warranty, liability or support of any kind.
8 ****************************************************************************/
16 class LineEdit final
: public QLineEdit
21 LineEdit(QWidget
*parent
);
24 void resizeEvent(QResizeEvent
*e
) override
;
25 void keyPressEvent(QKeyEvent
*event
) override
;
28 QToolButton
*m_searchButton
;