forked from qt-creator/qt-creator
QmlProfiler: Put height of rows in the timeline into the model
Like that we can provide functionality to interactively resize rows in the model so that one can zoom in to more interesting parts. Change-Id: I31f14cd8aa37703240ebec744ca2e77188fb0f27 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -36,8 +36,6 @@ Rectangle {
|
||||
|
||||
// ***** properties
|
||||
|
||||
property int singleRowHeight: 30
|
||||
|
||||
property alias selectionLocked : view.selectionLocked
|
||||
property bool lockItemSelection : false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user