forked from qt-creator/qt-creator
QmlProfiler: reordered tabs
Change-Id: I9c198aef9ab97a8a956280a8637fcb011f10aa6e Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -131,9 +131,9 @@ void QmlProfilerViewManager::createViews()
|
|||||||
timelineDock->show();
|
timelineDock->show();
|
||||||
v8profilerDock->show();
|
v8profilerDock->show();
|
||||||
|
|
||||||
mw->splitDockWidget(mw->toolBarDockWidget(), eventsDock, Qt::Vertical);
|
mw->splitDockWidget(mw->toolBarDockWidget(), timelineDock, Qt::Vertical);
|
||||||
mw->tabifyDockWidget(eventsDock, timelineDock);
|
mw->tabifyDockWidget(timelineDock, eventsDock);
|
||||||
mw->tabifyDockWidget(timelineDock, v8profilerDock);
|
mw->tabifyDockWidget(eventsDock, v8profilerDock);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool QmlProfilerViewManager::hasValidSelection() const
|
bool QmlProfilerViewManager::hasValidSelection() const
|
||||||
|
|||||||
Reference in New Issue
Block a user