Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_export_pdu_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'export_pdu_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_EXPORT_PDU_DIALOG_H
10 #define UI_EXPORT_PDU_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QWidget>
23 #include "widgets/display_filter_edit.h"
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QDialogButtonBox *buttonBox;
31  QWidget *layoutWidget;
32  QHBoxLayout *horizontalLayout;
33  QLabel *label;
34  DisplayFilterEdit *displayFilterLineEdit;
35  QComboBox *comboBox;
36 
37  void setupUi(QDialog *ExportPDUDialog)
38  {
39  if (ExportPDUDialog->objectName().isEmpty())
40  ExportPDUDialog->setObjectName(QStringLiteral("ExportPDUDialog"));
41  ExportPDUDialog->resize(393, 158);
42  buttonBox = new QDialogButtonBox(ExportPDUDialog);
43  buttonBox->setObjectName(QStringLiteral("buttonBox"));
44  buttonBox->setGeometry(QRect(30, 100, 341, 32));
45  buttonBox->setOrientation(Qt::Horizontal);
46  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
47  layoutWidget = new QWidget(ExportPDUDialog);
48  layoutWidget->setObjectName(QStringLiteral("layoutWidget"));
49  layoutWidget->setGeometry(QRect(16, 20, 361, 29));
50  horizontalLayout = new QHBoxLayout(layoutWidget);
51  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
52  horizontalLayout->setContentsMargins(0, 0, 0, 0);
53  label = new QLabel(layoutWidget);
54  label->setObjectName(QStringLiteral("label"));
55 
56  horizontalLayout->addWidget(label);
57 
58  displayFilterLineEdit = new DisplayFilterEdit(layoutWidget);
59  displayFilterLineEdit->setObjectName(QStringLiteral("displayFilterLineEdit"));
60 
61  horizontalLayout->addWidget(displayFilterLineEdit);
62 
63  comboBox = new QComboBox(ExportPDUDialog);
64  comboBox->setObjectName(QStringLiteral("comboBox"));
65  comboBox->setGeometry(QRect(10, 60, 120, 30));
66 
67  retranslateUi(ExportPDUDialog);
68  QObject::connect(buttonBox, SIGNAL(accepted()), ExportPDUDialog, SLOT(accept()));
69  QObject::connect(buttonBox, SIGNAL(rejected()), ExportPDUDialog, SLOT(reject()));
70 
71  QMetaObject::connectSlotsByName(ExportPDUDialog);
72  } // setupUi
73 
74  void retranslateUi(QDialog *ExportPDUDialog)
75  {
76  ExportPDUDialog->setWindowTitle(QApplication::translate("ExportPDUDialog", "Dialog", 0));
77  label->setText(QApplication::translate("ExportPDUDialog", "Display filter:", 0));
78  } // retranslateUi
79 
80 };
81 
82 namespace Ui {
84 } // namespace Ui
85 
86 QT_END_NAMESPACE
87 
88 #endif // UI_EXPORT_PDU_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: ui_export_pdu_dialog.h:27
Definition: export_pdu_dialog.h:20
Definition: ui_export_pdu_dialog.h:83
Definition: display_filter_edit.h:26