10#ifndef CAPTURE_COMMENT_DIALOG_H
11#define CAPTURE_COMMENT_DIALOG_H
16class CaptureCommentDialog;
59 void on_buttonBox_helpRequested();
64 void on_buttonBox_accepted();
69 void on_buttonBox_rejected();
73 QPushButton *actionAddButton;
76 Ui::CaptureCommentDialog *ui;
struct _capture_file capture_file
Represents a capture file and its associated metadata.
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
virtual void updateWidgets()
Updates the state and contents of the dialog's widgets.
Definition wireshark_dialog.cpp:92
WiresharkDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new WiresharkDialog object.
Definition wireshark_dialog.cpp:30