Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_interface_toolbar.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'interface_toolbar.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_INTERFACE_TOOLBAR_H
10 #define UI_INTERFACE_TOOLBAR_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 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QHBoxLayout *horizontalLayout;
29  QLabel *interfacesLabel;
30  QComboBox *interfacesComboBox;
31  QHBoxLayout *leftLayout;
32  QSpacerItem *horizontalSpacer;
33  QHBoxLayout *rightLayout;
34 
35  void setupUi(QFrame *InterfaceToolbar)
36  {
37  if (InterfaceToolbar->objectName().isEmpty())
38  InterfaceToolbar->setObjectName(QStringLiteral("InterfaceToolbar"));
39  InterfaceToolbar->resize(600, 32);
40  InterfaceToolbar->setFrameShape(QFrame::NoFrame);
41  InterfaceToolbar->setFrameShadow(QFrame::Plain);
42  horizontalLayout = new QHBoxLayout(InterfaceToolbar);
43  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
44  horizontalLayout->setContentsMargins(-1, 0, -1, 0);
45  interfacesLabel = new QLabel(InterfaceToolbar);
46  interfacesLabel->setObjectName(QStringLiteral("interfacesLabel"));
47 
48  horizontalLayout->addWidget(interfacesLabel);
49 
50  interfacesComboBox = new QComboBox(InterfaceToolbar);
51  interfacesComboBox->setObjectName(QStringLiteral("interfacesComboBox"));
52  interfacesComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
53 
54  horizontalLayout->addWidget(interfacesComboBox);
55 
56  leftLayout = new QHBoxLayout();
57  leftLayout->setObjectName(QStringLiteral("leftLayout"));
58 
59  horizontalLayout->addLayout(leftLayout);
60 
61  horizontalSpacer = new QSpacerItem(40, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
62 
63  horizontalLayout->addItem(horizontalSpacer);
64 
65  rightLayout = new QHBoxLayout();
66  rightLayout->setObjectName(QStringLiteral("rightLayout"));
67 
68  horizontalLayout->addLayout(rightLayout);
69 
70 
71  retranslateUi(InterfaceToolbar);
72 
73  QMetaObject::connectSlotsByName(InterfaceToolbar);
74  } // setupUi
75 
76  void retranslateUi(QFrame *InterfaceToolbar)
77  {
78  InterfaceToolbar->setWindowTitle(QApplication::translate("InterfaceToolbar", "Frame", 0));
79 #ifndef QT_NO_TOOLTIP
80  interfacesLabel->setToolTip(QApplication::translate("InterfaceToolbar", "Select interface", 0));
81 #endif // QT_NO_TOOLTIP
82  interfacesLabel->setText(QApplication::translate("InterfaceToolbar", "Interface", 0));
83 #ifndef QT_NO_TOOLTIP
84  interfacesComboBox->setToolTip(QApplication::translate("InterfaceToolbar", "Select interface", 0));
85 #endif // QT_NO_TOOLTIP
86  } // retranslateUi
87 
88 };
89 
90 namespace Ui {
92 } // namespace Ui
93 
94 QT_END_NAMESPACE
95 
96 #endif // UI_INTERFACE_TOOLBAR_H
Definition: ui_interface_toolbar.h:25
Definition: ui_about_dialog.h:291
Definition: ui_interface_toolbar.h:91
Definition: interface_toolbar.h:41