Skip to content
Snippets Groups Projects
Commit de32c0fc authored by Eike Ziller's avatar Eike Ziller
Browse files

Add search to project tree.


Change-Id: I1c3c3dbb27adebcacfbb1e937e76e7ff2dd3d385
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent d1c53b5a
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@
#include <coreplugin/icore.h>
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/editormanager/ieditor.h>
#include <coreplugin/find/treeviewfind.h>
#include <utils/navigationtreeview.h>
......@@ -131,7 +132,7 @@ ProjectTreeWidget::ProjectTreeWidget(QWidget *parent)
initView();
QVBoxLayout *layout = new QVBoxLayout();
layout->addWidget(m_view);
layout->addWidget(Core::TreeViewFind::createSearchableWrapper(m_view));
layout->setContentsMargins(0, 0, 0, 0);
setLayout(layout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment