Close search popup window on Escape pressed

This commit is contained in:
Alexandr Kondratev
2019-05-05 20:19:47 +03:00
committed by pajlada
parent a3f6d2b773
commit 14eb302c3d
2 changed files with 21 additions and 8 deletions
+3
View File
@@ -22,6 +22,9 @@ public:
void setChannel(std::shared_ptr<Channel> channel);
protected:
void keyPressEvent(QKeyEvent *e) override;
private:
void initLayout();
void performSearch();