10#ifndef DECODE_AS_DIALOG_H
11#define DECODE_AS_DIALOG_H
21#include <QAbstractButton>
52 Ui::DecodeAsDialog *ui;
64 void addRecord(
bool copy_from_current =
false);
92 void copyFromProfile(QString filename);
99 void on_decodeAsTreeView_currentItemChanged(
const QModelIndex ¤t,
const QModelIndex &previous);
104 void on_newToolButton_clicked();
109 void on_deleteToolButton_clicked();
114 void on_copyToolButton_clicked();
119 void on_clearToolButton_clicked();
125 void on_buttonBox_clicked(QAbstractButton *button);
Item delegate providing in-place editors for the Decode As table.
Definition decode_as_delegate.h:38
A dialog allowing users to configure "Decode As" rules for protocols.
Definition decode_as_dialog.h:33
~DecodeAsDialog()
Destroys the DecodeAsDialog.
Definition decode_as_dialog.cpp:90
void modelRowsReset()
Slot triggered when the model's rows have been reset.
Definition decode_as_dialog.cpp:119
Table model backing the Decode As dialog.
Definition decode_as_model.h:142
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Represents a capture file and its associated metadata.
Definition cfile.h:84