aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/follow_stream_dialog.h')
-rw-r--r--ui/qt/follow_stream_dialog.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h
index fdd943134a..5f8ec74714 100644
--- a/ui/qt/follow_stream_dialog.h
+++ b/ui/qt/follow_stream_dialog.h
@@ -93,16 +93,23 @@ public:
void add_text(char *buffer, size_t nchars, gboolean is_from_server);
+protected:
+ bool eventFilter(QObject *obj, QEvent *event);
+ void keyPressEvent(QKeyEvent *event);
+ void closeEvent (QCloseEvent *event);
+
private slots:
void on_cbCharset_currentIndexChanged(int index);
void on_cbDirections_currentIndexChanged(int index);
+ void on_bFind_clicked();
+ void on_leFind_returnPressed();
+ void on_buttonBox_rejected();
+
void HelpButton();
void FilterOut();
- void FindText();
+ void FindText(bool go_back = true);
void SaveAs();
void Print();
-// void on_bNext_clicked();
-// void on_bPrevious_clicked();
signals:
void updateFilter(QString &filter, bool force);