Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_column_editor_frame.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'column_editor_frame.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_COLUMN_EDITOR_FRAME_H
10 #define UI_COLUMN_EDITOR_FRAME_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/QDialogButtonBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QSpacerItem>
23 #include "accordion_frame.h"
24 #include "widgets/field_filter_edit.h"
25 #include "widgets/syntax_line_edit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QHBoxLayout *horizontalLayout;
33  QLabel *label;
34  QLineEdit *titleLineEdit;
35  QSpacerItem *horizontalSpacer_2;
36  QLabel *label_2;
37  QComboBox *typeComboBox;
38  QSpacerItem *horizontalSpacer_3;
39  QLabel *label_3;
40  FieldFilterEdit *fieldsNameLineEdit;
41  QSpacerItem *horizontalSpacer_4;
42  QLabel *label_4;
43  SyntaxLineEdit *occurrenceLineEdit;
44  QSpacerItem *horizontalSpacer;
45  QDialogButtonBox *buttonBox;
46 
47  void setupUi(AccordionFrame *ColumnEditorFrame)
48  {
49  if (ColumnEditorFrame->objectName().isEmpty())
50  ColumnEditorFrame->setObjectName(QStringLiteral("ColumnEditorFrame"));
51  ColumnEditorFrame->resize(1018, 34);
52  ColumnEditorFrame->setFrameShape(QFrame::NoFrame);
53  ColumnEditorFrame->setFrameShadow(QFrame::Plain);
54  horizontalLayout = new QHBoxLayout(ColumnEditorFrame);
55  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
56  horizontalLayout->setContentsMargins(-1, 0, -1, 0);
57  label = new QLabel(ColumnEditorFrame);
58  label->setObjectName(QStringLiteral("label"));
59 
60  horizontalLayout->addWidget(label);
61 
62  titleLineEdit = new QLineEdit(ColumnEditorFrame);
63  titleLineEdit->setObjectName(QStringLiteral("titleLineEdit"));
64 
65  horizontalLayout->addWidget(titleLineEdit);
66 
67  horizontalSpacer_2 = new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
68 
69  horizontalLayout->addItem(horizontalSpacer_2);
70 
71  label_2 = new QLabel(ColumnEditorFrame);
72  label_2->setObjectName(QStringLiteral("label_2"));
73 
74  horizontalLayout->addWidget(label_2);
75 
76  typeComboBox = new QComboBox(ColumnEditorFrame);
77  typeComboBox->setObjectName(QStringLiteral("typeComboBox"));
78 
79  horizontalLayout->addWidget(typeComboBox);
80 
81  horizontalSpacer_3 = new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
82 
83  horizontalLayout->addItem(horizontalSpacer_3);
84 
85  label_3 = new QLabel(ColumnEditorFrame);
86  label_3->setObjectName(QStringLiteral("label_3"));
87 
88  horizontalLayout->addWidget(label_3);
89 
90  fieldsNameLineEdit = new FieldFilterEdit(ColumnEditorFrame);
91  fieldsNameLineEdit->setObjectName(QStringLiteral("fieldsNameLineEdit"));
92 
93  horizontalLayout->addWidget(fieldsNameLineEdit);
94 
95  horizontalSpacer_4 = new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
96 
97  horizontalLayout->addItem(horizontalSpacer_4);
98 
99  label_4 = new QLabel(ColumnEditorFrame);
100  label_4->setObjectName(QStringLiteral("label_4"));
101 
102  horizontalLayout->addWidget(label_4);
103 
104  occurrenceLineEdit = new SyntaxLineEdit(ColumnEditorFrame);
105  occurrenceLineEdit->setObjectName(QStringLiteral("occurrenceLineEdit"));
106 
107  horizontalLayout->addWidget(occurrenceLineEdit);
108 
109  horizontalSpacer = new QSpacerItem(20, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
110 
111  horizontalLayout->addItem(horizontalSpacer);
112 
113  buttonBox = new QDialogButtonBox(ColumnEditorFrame);
114  buttonBox->setObjectName(QStringLiteral("buttonBox"));
115  buttonBox->setMaximumSize(QSize(16777215, 27));
116  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
117 
118  horizontalLayout->addWidget(buttonBox);
119 
120  horizontalLayout->setStretch(1, 1);
121  horizontalLayout->setStretch(7, 2);
122 
123  retranslateUi(ColumnEditorFrame);
124 
125  QMetaObject::connectSlotsByName(ColumnEditorFrame);
126  } // setupUi
127 
128  void retranslateUi(AccordionFrame *ColumnEditorFrame)
129  {
130  ColumnEditorFrame->setWindowTitle(QApplication::translate("ColumnEditorFrame", "Frame", 0));
131  label->setText(QApplication::translate("ColumnEditorFrame", "Title:", 0));
132  label_2->setText(QApplication::translate("ColumnEditorFrame", "Type:", 0));
133  label_3->setText(QApplication::translate("ColumnEditorFrame", "Fields:", 0));
134  label_4->setText(QApplication::translate("ColumnEditorFrame", "Occurrence:", 0));
135  } // retranslateUi
136 
137 };
138 
139 namespace Ui {
141 } // namespace Ui
142 
143 QT_END_NAMESPACE
144 
145 #endif // UI_COLUMN_EDITOR_FRAME_H
Definition: ui_about_dialog.h:291
Definition: syntax_line_edit.h:22
Definition: ui_column_editor_frame.h:29
Definition: ui_column_editor_frame.h:140
Definition: accordion_frame.h:17
Definition: column_editor_frame.h:19
Definition: field_filter_edit.h:18