Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet_comment_dialog.h
Go to the documentation of this file.
1
10#ifndef PACKET_COMMENT_DIALOG_H
11#define PACKET_COMMENT_DIALOG_H
12
14
15namespace Ui {
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
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Dialog for viewing or editing a packet comment.
Definition packet_comment_dialog.h:23
~PacketCommentDialog()
Destroys the PacketCommentDialog object.
Definition packet_comment_dialog.cpp:31
QString text()
Retrieves the text of the packet comment.
Definition packet_comment_dialog.cpp:36