48 void updateFilter(QString filter,
bool force =
false);
50 void goToPacket(
int packet_num);
53 void keyPressEvent(QKeyEvent *event);
57 void changeEvent(QEvent* event);
60 Ui::BluetoothAttServerAttributesDialog *ui;
65 static void tapReset(
void *tapinfo_ptr);
69 void on_tableTreeWidget_itemActivated(QTreeWidgetItem *item,
int);
70 void on_buttonBox_clicked(QAbstractButton *button);
71 void on_actionMark_Unmark_Cell_triggered();
72 void on_actionMark_Unmark_Row_triggered();
73 void on_actionCopy_Cell_triggered();
74 void on_actionCopy_Rows_triggered();
75 void on_actionCopy_All_triggered();
76 void on_actionSave_as_image_triggered();
77 void tableContextMenu(
const QPoint &pos);
78 void interfaceCurrentIndexChanged(
int index);
79 void deviceCurrentIndexChanged(
int index);
80#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
81 void removeDuplicatesStateChanged(Qt::CheckState state);
83 void removeDuplicatesStateChanged(
int state);