Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet_comment_dialog.h
Go to the documentation of this file.
1
9
10#ifndef PACKET_COMMENT_DIALOG_H
11#define PACKET_COMMENT_DIALOG_H
12
14
15namespace Ui {
16class PacketCommentDialog;
17}
18
23{
24 Q_OBJECT
25
26public:
33 explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
34
39
44 QString text();
45
46private slots:
50 void on_buttonBox_helpRequested();
51
52private:
54 Ui::PacketCommentDialog *pc_ui_;
55};
56
57#endif // PACKET_COMMENT_DIALOG_H
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
~PacketCommentDialog()
Destroys the PacketCommentDialog object.
Definition packet_comment_dialog.cpp:31
PacketCommentDialog(bool isEdit, QWidget *parent=0, QString comment=QString())
Constructs a new PacketCommentDialog object.
Definition packet_comment_dialog.cpp:15
QString text()
Retrieves the text of the packet comment.
Definition packet_comment_dialog.cpp:36