9 #ifndef UI_WIRELESS_FRAME_H 10 #define UI_WIRELESS_FRAME_H 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> 31 QHBoxLayout *horizontalLayout_3;
32 QStackedWidget *stackedWidget;
33 QWidget *interfacePage;
34 QHBoxLayout *horizontalLayout;
35 QLabel *interfaceLabel;
36 QComboBox *interfaceComboBox;
37 QSpacerItem *horizontalSpacer_3;
39 QComboBox *channelComboBox;
40 QComboBox *channelTypeComboBox;
41 QFrame *fcsFilterFrame;
42 QHBoxLayout *fcsFilterHLayout;
43 QSpacerItem *horizontalSpacer_2;
45 QComboBox *fcsComboBox;
46 QWidget *noWirelessPage;
47 QHBoxLayout *horizontalLayout_2;
48 QLabel *noWirelessLabel;
49 QSpacerItem *horizontalSpacer;
50 QToolButton *helperToolButton;
51 QToolButton *prefsToolButton;
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"));
73 horizontalLayout->addWidget(interfaceLabel);
75 interfaceComboBox =
new QComboBox(interfacePage);
76 interfaceComboBox->setObjectName(QStringLiteral(
"interfaceComboBox"));
77 interfaceComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
79 horizontalLayout->addWidget(interfaceComboBox);
81 horizontalSpacer_3 =
new QSpacerItem(12, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
83 horizontalLayout->addItem(horizontalSpacer_3);
85 channelLabel =
new QLabel(interfacePage);
86 channelLabel->setObjectName(QStringLiteral(
"channelLabel"));
88 horizontalLayout->addWidget(channelLabel);
90 channelComboBox =
new QComboBox(interfacePage);
91 channelComboBox->setObjectName(QStringLiteral(
"channelComboBox"));
92 channelComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
94 horizontalLayout->addWidget(channelComboBox);
96 channelTypeComboBox =
new QComboBox(interfacePage);
97 channelTypeComboBox->setObjectName(QStringLiteral(
"channelTypeComboBox"));
98 channelTypeComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
100 horizontalLayout->addWidget(channelTypeComboBox);
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);
112 fcsFilterHLayout->addItem(horizontalSpacer_2);
114 fcsLabel =
new QLabel(fcsFilterFrame);
115 fcsLabel->setObjectName(QStringLiteral(
"fcsLabel"));
117 fcsFilterHLayout->addWidget(fcsLabel);
119 fcsComboBox =
new QComboBox(fcsFilterFrame);
120 fcsComboBox->setObjectName(QStringLiteral(
"fcsComboBox"));
122 fcsFilterHLayout->addWidget(fcsComboBox);
125 horizontalLayout->addWidget(fcsFilterFrame);
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"));
136 horizontalLayout_2->addWidget(noWirelessLabel);
138 stackedWidget->addWidget(noWirelessPage);
140 horizontalLayout_3->addWidget(stackedWidget);
142 horizontalSpacer =
new QSpacerItem(40, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
144 horizontalLayout_3->addItem(horizontalSpacer);
146 helperToolButton =
new QToolButton(WirelessFrame);
147 helperToolButton->setObjectName(QStringLiteral(
"helperToolButton"));
149 horizontalLayout_3->addWidget(helperToolButton);
151 prefsToolButton =
new QToolButton(WirelessFrame);
152 prefsToolButton->setObjectName(QStringLiteral(
"prefsToolButton"));
154 horizontalLayout_3->addWidget(prefsToolButton);
157 retranslateUi(WirelessFrame);
159 QMetaObject::connectSlotsByName(WirelessFrame);
162 void retranslateUi(QFrame *WirelessFrame)
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)
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));
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