Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_packet_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'packet_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_DIALOG_H
10 #define UI_PACKET_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/QSplitter>
20 #include <QtWidgets/QVBoxLayout>
21 #include "widgets/elided_label.h"
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QSplitter *packetSplitter;
30  ElidedLabel *hintLabel;
31  QDialogButtonBox *buttonBox;
32 
33  void setupUi(QDialog *PacketDialog)
34  {
35  if (PacketDialog->objectName().isEmpty())
36  PacketDialog->setObjectName(QStringLiteral("PacketDialog"));
37  PacketDialog->resize(641, 450);
38  verticalLayout = new QVBoxLayout(PacketDialog);
39  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
40  packetSplitter = new QSplitter(PacketDialog);
41  packetSplitter->setObjectName(QStringLiteral("packetSplitter"));
42  packetSplitter->setFrameShape(QFrame::StyledPanel);
43  packetSplitter->setFrameShadow(QFrame::Raised);
44  packetSplitter->setOrientation(Qt::Vertical);
45 
46  verticalLayout->addWidget(packetSplitter);
47 
48  hintLabel = new ElidedLabel(PacketDialog);
49  hintLabel->setObjectName(QStringLiteral("hintLabel"));
50 
51  verticalLayout->addWidget(hintLabel);
52 
53  buttonBox = new QDialogButtonBox(PacketDialog);
54  buttonBox->setObjectName(QStringLiteral("buttonBox"));
55  buttonBox->setOrientation(Qt::Horizontal);
56  buttonBox->setStandardButtons(QDialogButtonBox::Close|QDialogButtonBox::Help);
57 
58  verticalLayout->addWidget(buttonBox);
59 
60  verticalLayout->setStretch(0, 1);
61 
62  retranslateUi(PacketDialog);
63  QObject::connect(buttonBox, SIGNAL(accepted()), PacketDialog, SLOT(accept()));
64  QObject::connect(buttonBox, SIGNAL(rejected()), PacketDialog, SLOT(reject()));
65 
66  QMetaObject::connectSlotsByName(PacketDialog);
67  } // setupUi
68 
69  void retranslateUi(QDialog *PacketDialog)
70  {
71  PacketDialog->setWindowTitle(QApplication::translate("PacketDialog", "Dialog", 0));
72  hintLabel->setText(QApplication::translate("PacketDialog", "<small><i></i></small>", 0));
73  } // retranslateUi
74 
75 };
76 
77 namespace Ui {
78  class PacketDialog: public Ui_PacketDialog {};
79 } // namespace Ui
80 
81 QT_END_NAMESPACE
82 
83 #endif // UI_PACKET_DIALOG_H
Definition: ui_packet_dialog.h:78
Definition: ui_about_dialog.h:291
Definition: packet_dialog.h:27
Definition: ui_packet_dialog.h:25
Definition: elided_label.h:15