Wireshark 4.5.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
20{
21 Q_OBJECT
22
23public:
24 explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
26 QString text();
27
28private slots:
29 void on_buttonBox_helpRequested();
30
31private:
32 Ui::PacketCommentDialog *pc_ui_;
33};
34
35#endif // PACKET_COMMENT_DIALOG_H
Definition geometry_state_dialog.h:17
Definition packet_comment_dialog.h:20