DebuggerKitInformation: Use Eliding Label

The path to the debugger and gsbserver can get long. This prevents
scrollbars in those cases.

Change-Id: Ic8c22d764ce9d5d798ea3c8d2a9f638d51a30351
Reviewed-by: BogDan Vatra <bogdan@kde.org>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Daniel Teske
2013-02-08 14:09:04 +01:00
committed by hjk
parent fdc3f60a58
commit af820b73c7
2 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
#include "androidtoolchain.h"
#include <utils/pathchooser.h>
#include <utils/elidinglabel.h>
#include <QDialogButtonBox>
#include <QLabel>
@@ -110,7 +111,7 @@ Utils::FileName AndroidGdbServerKitInformation::autoDetect(ProjectExplorer::Kit
AndroidGdbServerKitInformationWidget::AndroidGdbServerKitInformationWidget(ProjectExplorer::Kit *kit)
: ProjectExplorer::KitConfigWidget(kit),
m_label(new QLabel),
m_label(new Utils::ElidingLabel),
m_button(new QPushButton(tr("Manage...")))
{
// ToolButton with Menu, defaulting to 'Autodetect'.