forked from qt-creator/qt-creator
Use FilterLineEdit in FindToolWindow (to add clear button).
Change-Id: Ib6238471e50a361d52c71d13df39730b17bcea75 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
ef56efd929
commit
cb5a9d9d0f
@@ -56,6 +56,7 @@ FindToolWindow::FindToolWindow(FindPlugin *plugin, QWidget *parent)
|
||||
{
|
||||
m_instance = this;
|
||||
m_ui.setupUi(this);
|
||||
m_ui.searchTerm->setPlaceholderText(QString());
|
||||
setFocusProxy(m_ui.searchTerm);
|
||||
|
||||
connect(m_ui.searchButton, SIGNAL(clicked()), this, SLOT(search()));
|
||||
|
||||
Reference in New Issue
Block a user