10#ifndef RESOLVED_ADDRESSES_DIALOG_H
11#define RESOLVED_ADDRESSES_DIALOG_H
80 Ui::ResolvedAddressesDialog *ui;
89 QPushButton *copy_bt_;
92 QPushButton *save_bt_;
116 void tabChanged(
int index);
A sort/filter proxy model for AStringListList-based models.
Definition astringlist_list_model.h:91
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Dialog for displaying resolved addresses.
Definition resolved_addresses_dialog.h:30
void changeEvent(QEvent *event)
Handles state change events.
Definition resolved_addresses_dialog.cpp:189
~ResolvedAddressesDialog()
Destroys the ResolvedAddressesDialog object.
Definition resolved_addresses_dialog.cpp:114
void on_cmbPortFilterType_currentIndexChanged(int index)
Handles the port filter type combo box index change.
Definition resolved_addresses_dialog.cpp:165
void on_txtSearchFilter_textChanged(QString text)
Handles text changes in the search filter.
Definition resolved_addresses_dialog.cpp:156
void on_txtPortFilter_textChanged(QString text)
Handles text changes in the port filter.
Definition resolved_addresses_dialog.cpp:181
void on_cmbDataType_currentIndexChanged(int index)
Handles the data type combo box index change.
Definition resolved_addresses_dialog.cpp:140
Definition wtap_module.h:58