diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-03-20 20:20:04 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-03-20 20:20:04 -0400 |
| commit | e9507c21408f1f4a270d234f971ad890b548e796 (patch) | |
| tree | 814723c028f4724a5f753120567d9d84f290996f | |
| parent | 637084ff9d8b386810d61f3c082a8897e4275436 (diff) | |
add tooltip API to filter dialog
| -rw-r--r-- | ui/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/filter.h b/ui/filter.h index 329078b3..7cdd18e7 100644 --- a/ui/filter.h +++ b/ui/filter.h @@ -61,6 +61,7 @@ class BINARYNINJAUIAPI FilteredView : public QWidget public: FilteredView(QWidget* parent, QWidget* filtered, FilterTarget* target, FilterEdit* edit = nullptr); void setFilterPlaceholderText(const QString& text); + void setFilterToolTip(const QString& text); void updateFonts(); void clearFilter(); void showFilter(const QString& initialText); |
