forked from qt-creator/qt-creator
Analyzer: Rework the dock widget layout generation
Decouple layout generation from widget generation and separate analyzer action description from menu action creation. Tool specific layouts are named "Perspective" now. Change-Id: I774efe77a07640c4cc26e4e566662c8a673c8831 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -40,7 +40,10 @@ const char SETTINGS[] = "Analyzer.QmlProfiler.Settings";
|
||||
const char ANALYZER[] = "Analyzer";
|
||||
|
||||
const char TraceFileExtension[] = ".qtd";
|
||||
const char QmlProfilerToolId[] = "QmlProfiler";
|
||||
|
||||
const char QmlProfilerTimelineDock[] = "QmlProfilerTimelineDock";
|
||||
|
||||
const char QmlProfilerPerspective[] = "QmlProfilerPerspective";
|
||||
const char QmlProfilerLocalActionId[] = "QmlProfiler.Local";
|
||||
const char QmlProfilerRemoteActionId[] = "QmlProfiler.Remote";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user