forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user