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,9 @@ public:
static void logError(const QString &msg);
static void showNonmodalWarning(const QString &warningMsg);
signals:
void selectTimelineElement(int modelId, int eventIndex);
public slots:
void profilerStateChanged();
void clientRecordingChanged();
@@ -82,6 +85,7 @@ private slots:
void showErrorDialog(const QString &error);
void profilerDataModelStateChanged();
void updateTimeDisplay();
void findEvent();
void showSaveOption();
void showLoadOption();