Qml Profilder Views: Make consistent with other views

Use double click on double click platforms, fix keyboard activation

Change-Id: I36891fb2f733684a1a5c3787e0682cb9ddccb0d3
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
This commit is contained in:
Daniel Teske
2014-04-09 17:25:34 +02:00
parent f549377e90
commit 7b52372e3e
4 changed files with 8 additions and 7 deletions

View File

@@ -28,6 +28,7 @@
****************************************************************************/
#include "qmlprofilertreeview.h"
#include <utils/itemviews.h>
#include <QCoreApplication>
#include <QHeaderView>
@@ -35,7 +36,7 @@ namespace QmlProfiler {
namespace Internal {
QmlProfilerTreeView::QmlProfilerTreeView(QWidget *parent)
: QTreeView(parent)
: Utils::TreeView(parent)
{
setFrameStyle(QFrame::NoFrame);
header()->setResizeMode(QHeaderView::Interactive);