forked from qt-creator/qt-creator
Tracing: Add context menu option to reset the flame graph
The double-clicking-on-blank-space method is really hard to discover. Task-number: QTCREATORBUG-20732 Change-Id: I09e3189292c236fea0698e7cb68ea8340f9033fe Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -42,6 +42,9 @@ ScrollView {
|
||||
flamegraph.selectedTypeId = selectedTypeId;
|
||||
}
|
||||
|
||||
function resetRoot() { flamegraph.resetRoot(); }
|
||||
property bool zoomed: flamegraph.zoomed
|
||||
|
||||
property int sizeRole: -1
|
||||
property var model: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user