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 <glib.h>
14 
15 #include "geometry_state_dialog.h"
16 
17 namespace Ui {
19 }
20 
22 {
23  Q_OBJECT
24 
25 public:
26  explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
28  QString text();
29 
30 private slots:
31  void on_buttonBox_helpRequested();
32 
33 private:
34  Ui::PacketCommentDialog *pc_ui_;
35 };
36 
37 #endif // PACKET_COMMENT_DIALOG_H
Definition: geometry_state_dialog.h:16
Definition: packet_comment_dialog.h:22