A custom line edit for find operations, supporting regex and textual search.
More...
#include <find_line_edit.h>
|
| void | useRegexFind (bool use_regex) |
| | Signal emitted when the regex search mode is toggled.
|
| |
A custom line edit for find operations, supporting regex and textual search.
◆ FindLineEdit()
| FindLineEdit::FindLineEdit |
( |
QWidget * |
parent = 0 | ) |
|
|
inlineexplicit |
Constructs a new FindLineEdit.
- Parameters
-
| parent | The parent widget, defaults to 0. |
◆ useRegexFind
| void FindLineEdit::useRegexFind |
( |
bool |
use_regex | ) |
|
|
signal |
Signal emitted when the regex search mode is toggled.
- Parameters
-
| use_regex | True if regular expressions should be used, false for plain text. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/widgets/find_line_edit.h
- /builds/wireshark/wireshark/ui/qt/widgets/find_line_edit.cpp