forked from qt-creator/qt-creator
Axivion: Provide find support on project list
If the list of projects is long it is hard to get to the right project. Make it a bit easier. Change-Id: Ifb56bda163ea9450831682c4ea4ccc1a2cb8ffd4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
#include "axivionsettings.h"
|
#include "axivionsettings.h"
|
||||||
#include "axiviontr.h"
|
#include "axiviontr.h"
|
||||||
|
|
||||||
|
#include <coreplugin/find/itemviewfind.h>
|
||||||
|
|
||||||
#include <projectexplorer/project.h>
|
#include <projectexplorer/project.h>
|
||||||
#include <projectexplorer/projectpanelfactory.h>
|
#include <projectexplorer/projectpanelfactory.h>
|
||||||
#include <projectexplorer/projectsettingswidget.h>
|
#include <projectexplorer/projectsettingswidget.h>
|
||||||
@@ -141,7 +143,7 @@ AxivionProjectSettingsWidget::AxivionProjectSettingsWidget(Project *project)
|
|||||||
noMargin,
|
noMargin,
|
||||||
m_linkedProject,
|
m_linkedProject,
|
||||||
Tr::tr("Dashboard projects:"),
|
Tr::tr("Dashboard projects:"),
|
||||||
m_dashboardProjects,
|
Core::ItemViewFind::createSearchableWrapper(m_dashboardProjects),
|
||||||
m_infoLabel,
|
m_infoLabel,
|
||||||
Row { m_fetchProjects, m_link, m_unlink, st }
|
Row { m_fetchProjects, m_link, m_unlink, st }
|
||||||
}.attachTo(this);
|
}.attachTo(this);
|
||||||
|
Reference in New Issue
Block a user