Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_packet_comment_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'packet_comment_dialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PACKET_COMMENT_DIALOG_H
10 #define UI_PACKET_COMMENT_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QPlainTextEdit>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QPlainTextEdit *commentTextEdit;
29  QDialogButtonBox *buttonBox;
30 
31  void setupUi(QDialog *PacketCommentDialog)
32  {
33  if (PacketCommentDialog->objectName().isEmpty())
34  PacketCommentDialog->setObjectName(QStringLiteral("PacketCommentDialog"));
35  PacketCommentDialog->resize(400, 300);
36  PacketCommentDialog->setModal(true);
37  verticalLayout = new QVBoxLayout(PacketCommentDialog);
38  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
39  commentTextEdit = new QPlainTextEdit(PacketCommentDialog);
40  commentTextEdit->setObjectName(QStringLiteral("commentTextEdit"));
41 
42  verticalLayout->addWidget(commentTextEdit);
43 
44  buttonBox = new QDialogButtonBox(PacketCommentDialog);
45  buttonBox->setObjectName(QStringLiteral("buttonBox"));
46  buttonBox->setOrientation(Qt::Horizontal);
47  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok);
48 
49  verticalLayout->addWidget(buttonBox);
50 
51 
52  retranslateUi(PacketCommentDialog);
53  QObject::connect(buttonBox, SIGNAL(accepted()), PacketCommentDialog, SLOT(accept()));
54  QObject::connect(buttonBox, SIGNAL(rejected()), PacketCommentDialog, SLOT(reject()));
55 
56  QMetaObject::connectSlotsByName(PacketCommentDialog);
57  } // setupUi
58 
59  void retranslateUi(QDialog *PacketCommentDialog)
60  {
61  Q_UNUSED(PacketCommentDialog);
62  } // retranslateUi
63 
64 };
65 
66 namespace Ui {
68 } // namespace Ui
69 
70 QT_END_NAMESPACE
71 
72 #endif // UI_PACKET_COMMENT_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: packet_comment_dialog.h:21
Definition: ui_packet_comment_dialog.h:67
Definition: ui_packet_comment_dialog.h:24