Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_funnel_text_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'funnel_text_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_FUNNEL_TEXT_DIALOG_H
10 #define UI_FUNNEL_TEXT_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/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QTextEdit>
23 #include <QtWidgets/QVBoxLayout>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout;
31  QTextEdit *textEdit;
32  QHBoxLayout *horizontalLayout;
33  QLabel *label;
34  QLineEdit *findLineEdit;
35  QDialogButtonBox *buttonBox;
36 
37  void setupUi(QDialog *FunnelTextDialog)
38  {
39  if (FunnelTextDialog->objectName().isEmpty())
40  FunnelTextDialog->setObjectName(QStringLiteral("FunnelTextDialog"));
41  FunnelTextDialog->resize(620, 450);
42  verticalLayout = new QVBoxLayout(FunnelTextDialog);
43  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
44  textEdit = new QTextEdit(FunnelTextDialog);
45  textEdit->setObjectName(QStringLiteral("textEdit"));
46 
47  verticalLayout->addWidget(textEdit);
48 
49  horizontalLayout = new QHBoxLayout();
50  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
51  label = new QLabel(FunnelTextDialog);
52  label->setObjectName(QStringLiteral("label"));
53 
54  horizontalLayout->addWidget(label);
55 
56  findLineEdit = new QLineEdit(FunnelTextDialog);
57  findLineEdit->setObjectName(QStringLiteral("findLineEdit"));
58 
59  horizontalLayout->addWidget(findLineEdit);
60 
61 
62  verticalLayout->addLayout(horizontalLayout);
63 
64  buttonBox = new QDialogButtonBox(FunnelTextDialog);
65  buttonBox->setObjectName(QStringLiteral("buttonBox"));
66  buttonBox->setOrientation(Qt::Horizontal);
67  buttonBox->setStandardButtons(QDialogButtonBox::Close);
68 
69  verticalLayout->addWidget(buttonBox);
70 
71 
72  retranslateUi(FunnelTextDialog);
73  QObject::connect(buttonBox, SIGNAL(accepted()), FunnelTextDialog, SLOT(accept()));
74  QObject::connect(buttonBox, SIGNAL(rejected()), FunnelTextDialog, SLOT(reject()));
75 
76  QMetaObject::connectSlotsByName(FunnelTextDialog);
77  } // setupUi
78 
79  void retranslateUi(QDialog *FunnelTextDialog)
80  {
81  FunnelTextDialog->setWindowTitle(QApplication::translate("FunnelTextDialog", "Dialog", 0));
82 #ifndef QT_NO_TOOLTIP
83  label->setToolTip(QApplication::translate("FunnelTextDialog", "<html><head/><body><p>Enter some text or a regular expression. It will be highlighted above.</p></body></html>", 0));
84 #endif // QT_NO_TOOLTIP
85  label->setText(QApplication::translate("FunnelTextDialog", "Highlight:", 0));
86 #ifndef QT_NO_TOOLTIP
87  findLineEdit->setToolTip(QApplication::translate("FunnelTextDialog", "<html><head/><body><p>Enter some text or a regular expression. It will be highlighted above.</p></body></html>", 0));
88 #endif // QT_NO_TOOLTIP
89  } // retranslateUi
90 
91 };
92 
93 namespace Ui {
95 } // namespace Ui
96 
97 QT_END_NAMESPACE
98 
99 #endif // UI_FUNNEL_TEXT_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: funnel_text_dialog.h:29
Definition: ui_funnel_text_dialog.h:27
Definition: ui_funnel_text_dialog.h:94