7#ifndef CUSTOMLINEEDIT_H
8#define CUSTOMLINEEDIT_H
31 bool eventFilter(QObject *watched, QEvent *event)
override;
static bool isUnfocusShortcut(QKeyEvent *key)
Definition custom_line_edit.cpp:22
void keyPressEvent(QKeyEvent *event) override
Definition custom_line_edit.cpp:48
bool eventFilter(QObject *watched, QEvent *event) override
Definition custom_line_edit.cpp:59
LineEditUnfocusable(QWidget *parent=nullptr)
Definition custom_line_edit.cpp:12
void keyPressEvent(QKeyEvent *event) override
Definition custom_line_edit.cpp:74
SearchLineEdit()
Definition custom_line_edit.h:43
void setTreeView(QTreeView *_treeView)
Definition custom_line_edit.h:46
QTreeView * treeView
Definition custom_line_edit.h:37