Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_wireless_frame.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'wireless_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_WIRELESS_FRAME_H
10 #define UI_WIRELESS_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/QFrame>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QStackedWidget>
23 #include <QtWidgets/QToolButton>
24 #include <QtWidgets/QWidget>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QHBoxLayout *horizontalLayout_3;
32  QStackedWidget *stackedWidget;
33  QWidget *interfacePage;
34  QHBoxLayout *horizontalLayout;
35  QLabel *interfaceLabel;
36  QComboBox *interfaceComboBox;
37  QSpacerItem *horizontalSpacer_3;
38  QLabel *channelLabel;
39  QComboBox *channelComboBox;
40  QComboBox *channelTypeComboBox;
41  QFrame *fcsFilterFrame;
42  QHBoxLayout *fcsFilterHLayout;
43  QSpacerItem *horizontalSpacer_2;
44  QLabel *fcsLabel;
45  QComboBox *fcsComboBox;
46  QWidget *noWirelessPage;
47  QHBoxLayout *horizontalLayout_2;
48  QLabel *noWirelessLabel;
49  QSpacerItem *horizontalSpacer;
50  QToolButton *helperToolButton;
51  QToolButton *prefsToolButton;
52 
53  void setupUi(QFrame *WirelessFrame)
54  {
55  if (WirelessFrame->objectName().isEmpty())
56  WirelessFrame->setObjectName(QStringLiteral("WirelessFrame"));
57  WirelessFrame->resize(955, 20);
58  WirelessFrame->setFrameShape(QFrame::NoFrame);
59  WirelessFrame->setFrameShadow(QFrame::Plain);
60  horizontalLayout_3 = new QHBoxLayout(WirelessFrame);
61  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
62  horizontalLayout_3->setContentsMargins(-1, 0, -1, 0);
63  stackedWidget = new QStackedWidget(WirelessFrame);
64  stackedWidget->setObjectName(QStringLiteral("stackedWidget"));
65  interfacePage = new QWidget();
66  interfacePage->setObjectName(QStringLiteral("interfacePage"));
67  horizontalLayout = new QHBoxLayout(interfacePage);
68  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
69  horizontalLayout->setContentsMargins(-1, 0, -1, 0);
70  interfaceLabel = new QLabel(interfacePage);
71  interfaceLabel->setObjectName(QStringLiteral("interfaceLabel"));
72 
73  horizontalLayout->addWidget(interfaceLabel);
74 
75  interfaceComboBox = new QComboBox(interfacePage);
76  interfaceComboBox->setObjectName(QStringLiteral("interfaceComboBox"));
77  interfaceComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
78 
79  horizontalLayout->addWidget(interfaceComboBox);
80 
81  horizontalSpacer_3 = new QSpacerItem(12, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
82 
83  horizontalLayout->addItem(horizontalSpacer_3);
84 
85  channelLabel = new QLabel(interfacePage);
86  channelLabel->setObjectName(QStringLiteral("channelLabel"));
87 
88  horizontalLayout->addWidget(channelLabel);
89 
90  channelComboBox = new QComboBox(interfacePage);
91  channelComboBox->setObjectName(QStringLiteral("channelComboBox"));
92  channelComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
93 
94  horizontalLayout->addWidget(channelComboBox);
95 
96  channelTypeComboBox = new QComboBox(interfacePage);
97  channelTypeComboBox->setObjectName(QStringLiteral("channelTypeComboBox"));
98  channelTypeComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
99 
100  horizontalLayout->addWidget(channelTypeComboBox);
101 
102  fcsFilterFrame = new QFrame(interfacePage);
103  fcsFilterFrame->setObjectName(QStringLiteral("fcsFilterFrame"));
104  fcsFilterFrame->setFrameShape(QFrame::NoFrame);
105  fcsFilterFrame->setFrameShadow(QFrame::Plain);
106  fcsFilterFrame->setLineWidth(0);
107  fcsFilterHLayout = new QHBoxLayout(fcsFilterFrame);
108  fcsFilterHLayout->setObjectName(QStringLiteral("fcsFilterHLayout"));
109  fcsFilterHLayout->setContentsMargins(-1, 0, -1, 0);
110  horizontalSpacer_2 = new QSpacerItem(37, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
111 
112  fcsFilterHLayout->addItem(horizontalSpacer_2);
113 
114  fcsLabel = new QLabel(fcsFilterFrame);
115  fcsLabel->setObjectName(QStringLiteral("fcsLabel"));
116 
117  fcsFilterHLayout->addWidget(fcsLabel);
118 
119  fcsComboBox = new QComboBox(fcsFilterFrame);
120  fcsComboBox->setObjectName(QStringLiteral("fcsComboBox"));
121 
122  fcsFilterHLayout->addWidget(fcsComboBox);
123 
124 
125  horizontalLayout->addWidget(fcsFilterFrame);
126 
127  stackedWidget->addWidget(interfacePage);
128  noWirelessPage = new QWidget();
129  noWirelessPage->setObjectName(QStringLiteral("noWirelessPage"));
130  horizontalLayout_2 = new QHBoxLayout(noWirelessPage);
131  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
132  horizontalLayout_2->setContentsMargins(-1, 0, -1, 0);
133  noWirelessLabel = new QLabel(noWirelessPage);
134  noWirelessLabel->setObjectName(QStringLiteral("noWirelessLabel"));
135 
136  horizontalLayout_2->addWidget(noWirelessLabel);
137 
138  stackedWidget->addWidget(noWirelessPage);
139 
140  horizontalLayout_3->addWidget(stackedWidget);
141 
142  horizontalSpacer = new QSpacerItem(40, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
143 
144  horizontalLayout_3->addItem(horizontalSpacer);
145 
146  helperToolButton = new QToolButton(WirelessFrame);
147  helperToolButton->setObjectName(QStringLiteral("helperToolButton"));
148 
149  horizontalLayout_3->addWidget(helperToolButton);
150 
151  prefsToolButton = new QToolButton(WirelessFrame);
152  prefsToolButton->setObjectName(QStringLiteral("prefsToolButton"));
153 
154  horizontalLayout_3->addWidget(prefsToolButton);
155 
156 
157  retranslateUi(WirelessFrame);
158 
159  QMetaObject::connectSlotsByName(WirelessFrame);
160  } // setupUi
161 
162  void retranslateUi(QFrame *WirelessFrame)
163  {
164  WirelessFrame->setWindowTitle(QApplication::translate("WirelessFrame", "Frame", 0));
165  interfaceLabel->setText(QApplication::translate("WirelessFrame", "Interface", 0));
166 #ifndef QT_NO_TOOLTIP
167  channelLabel->setToolTip(QApplication::translate("WirelessFrame", "<html><head/><body><p>Set the 802.11 channel.</p></body></html>", 0));
168 #endif // QT_NO_TOOLTIP
169  channelLabel->setText(QApplication::translate("WirelessFrame", "Channel", 0));
170 #ifndef QT_NO_TOOLTIP
171  fcsLabel->setToolTip(QApplication::translate("WirelessFrame", "<html><head/><body><p>When capturing, show all frames, ones that have a valid frame check sequence (FCS), or ones with an invalid FCS.</p></body></html>", 0));
172 #endif // QT_NO_TOOLTIP
173  fcsLabel->setText(QApplication::translate("WirelessFrame", "FCS Filter", 0));
174  fcsComboBox->clear();
175  fcsComboBox->insertItems(0, QStringList()
176  << QApplication::translate("WirelessFrame", "All Frames", 0)
177  << QApplication::translate("WirelessFrame", "Valid Frames", 0)
178  << QApplication::translate("WirelessFrame", "Invalid Frames", 0)
179  );
180  noWirelessLabel->setText(QApplication::translate("WirelessFrame", "Wireless controls are not supported in this version of Wireshark.", 0));
181  helperToolButton->setText(QApplication::translate("WirelessFrame", "External Helper", 0));
182 #ifndef QT_NO_TOOLTIP
183  prefsToolButton->setToolTip(QApplication::translate("WirelessFrame", "<html><head/><body><p>Show the IEEE 802.11 preferences, including decryption keys.</p></body></html>", 0));
184 #endif // QT_NO_TOOLTIP
185  prefsToolButton->setText(QApplication::translate("WirelessFrame", "802.11 Preferences", 0));
186  } // retranslateUi
187 
188 };
189 
190 namespace Ui {
191  class WirelessFrame: public Ui_WirelessFrame {};
192 } // namespace Ui
193 
194 QT_END_NAMESPACE
195 
196 #endif // UI_WIRELESS_FRAME_H
Definition: ui_about_dialog.h:291
Definition: wireless_frame.h:21
Definition: ui_wireless_frame.h:191
Definition: ui_wireless_frame.h:28