OSDN Git Service

qmlprofiler: remove frame from summary view
authorhjk <qtc-committer@nokia.com>
Mon, 23 May 2011 13:49:49 +0000 (15:49 +0200)
committerChristiaan Janssen <christiaan.janssen@nokia.com>
Mon, 23 May 2011 13:51:22 +0000 (15:51 +0200)
Change-Id: I2b56efd0880ee94b1cc4abfb13be83da07e65d19
Reviewed-on: http://codereview.qt.nokia.com/69
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
src/plugins/qmlprofiler/qmlprofilersummaryview.cpp

index d5a0bd3..ba67d78 100644 (file)
@@ -101,6 +101,7 @@ QmlProfilerSummaryView::QmlProfilerSummaryView(QWidget *parent) :
     header()->setResizeMode(QHeaderView::Interactive);
     header()->setMinimumSectionSize(100);
     setSortingEnabled(false);
+    setFrameStyle(QFrame::NoFrame);
 
     d->m_model = new QStandardItemModel(this);