QmlProfiler: add functionality to search for notes

Added a text field to search for notes within the timeline's events.

Task-number: QTCREATORBUG-13417
Change-Id: Ic121ec8ade42b1ef99d5da13d1f732761d244327
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
Joerg Bornemann
2015-01-30 16:52:11 +01:00
parent 4caee9fcbf
commit 1d14dbf1aa
7 changed files with 111 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ public slots:
void clear();
void selectByTypeId(int typeId);
void selectBySourceLocation(const QString &filename, int line, int column);
void selectByEventIndex(int modelId, int eventIndex);
private slots:
void updateCursorPosition();