Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
13 #include "geometry_state_dialog.h"
14 
15 namespace Ui {
17 }
18 
20 {
21  Q_OBJECT
22 
23 public:
24  explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
26  QString text();
27 
28 private slots:
29  void on_buttonBox_helpRequested();
30 
31 private:
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