A dialog for importing packets from a text file (hex dump or regex formats).
More...
#include <import_text_dialog.h>
|
| int | exec () |
| | Shows the dialog as a modal window, blocking until the user closes it.
|
| |
A dialog for importing packets from a text file (hex dump or regex formats).
◆ ImportTextDialog()
| ImportTextDialog::ImportTextDialog |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Constructs a new ImportTextDialog.
- Parameters
-
| parent | The parent widget, defaults to 0. |
◆ capfileName()
| QString & ImportTextDialog::capfileName |
( |
| ) |
|
Retrieves the generated capture file name resulting from the import.
- Returns
- A reference to the capture file name string.
◆ exec
| int ImportTextDialog::exec |
( |
| ) |
|
|
slot |
Shows the dialog as a modal window, blocking until the user closes it.
- Returns
- The dialog result (e.g., QDialog::Accepted or QDialog::Rejected).
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/import_text_dialog.h
- /builds/wireshark/wireshark/ui/qt/import_text_dialog.cpp