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
19 Q_DISABLE_COPY_MOVE(LineEdit
)
22 LineEdit(QWidget
*parent
);
25 void resizeEvent(QResizeEvent
*e
) override
;
26 void keyPressEvent(QKeyEvent
*event
) override
;
29 QToolButton
*m_searchButton
= nullptr;