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);
struct _capture_file capture_file
Represents a capture file and its associated metadata.
Item delegate providing in-place editors for the Decode As table.
Definition decode_as_delegate.h:38
~DecodeAsDialog()
Destroys the DecodeAsDialog.
Definition decode_as_dialog.cpp:90
DecodeAsDialog(QWidget *parent=0, capture_file *cf=NULL, bool create_new=false)
Constructs a new DecodeAsDialog.
Definition decode_as_dialog.cpp:40
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:145
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition geometry_state_dialog.h:91