Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_resolved_addresses_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'resolved_addresses_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_RESOLVED_ADDRESSES_DIALOG_H
10 #define UI_RESOLVED_ADDRESSES_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/QHeaderView>
19 #include <QtWidgets/QPlainTextEdit>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QAction *actionComment;
28  QAction *actionIPv4HashTable;
29  QAction *actionIPv6HashTable;
30  QAction *actionShowAll;
31  QAction *actionHideAll;
32  QAction *actionAddressesHosts;
33  QAction *actionPortNames;
34  QAction *actionEthernetAddresses;
35  QAction *actionEthernetWKA;
36  QAction *actionEthernetManufacturers;
37  QVBoxLayout *verticalLayout;
38  QPlainTextEdit *plainTextEdit;
39  QDialogButtonBox *buttonBox;
40 
41  void setupUi(QDialog *ResolvedAddressesDialog)
42  {
43  if (ResolvedAddressesDialog->objectName().isEmpty())
44  ResolvedAddressesDialog->setObjectName(QStringLiteral("ResolvedAddressesDialog"));
45  ResolvedAddressesDialog->resize(620, 450);
46  actionComment = new QAction(ResolvedAddressesDialog);
47  actionComment->setObjectName(QStringLiteral("actionComment"));
48  actionComment->setCheckable(true);
49  actionComment->setChecked(true);
50  actionIPv4HashTable = new QAction(ResolvedAddressesDialog);
51  actionIPv4HashTable->setObjectName(QStringLiteral("actionIPv4HashTable"));
52  actionIPv4HashTable->setCheckable(true);
53  actionIPv6HashTable = new QAction(ResolvedAddressesDialog);
54  actionIPv6HashTable->setObjectName(QStringLiteral("actionIPv6HashTable"));
55  actionIPv6HashTable->setCheckable(true);
56  actionShowAll = new QAction(ResolvedAddressesDialog);
57  actionShowAll->setObjectName(QStringLiteral("actionShowAll"));
58  actionHideAll = new QAction(ResolvedAddressesDialog);
59  actionHideAll->setObjectName(QStringLiteral("actionHideAll"));
60  actionAddressesHosts = new QAction(ResolvedAddressesDialog);
61  actionAddressesHosts->setObjectName(QStringLiteral("actionAddressesHosts"));
62  actionAddressesHosts->setCheckable(true);
63  actionAddressesHosts->setChecked(true);
64  actionPortNames = new QAction(ResolvedAddressesDialog);
65  actionPortNames->setObjectName(QStringLiteral("actionPortNames"));
66  actionPortNames->setCheckable(true);
67  actionPortNames->setChecked(true);
68  actionEthernetAddresses = new QAction(ResolvedAddressesDialog);
69  actionEthernetAddresses->setObjectName(QStringLiteral("actionEthernetAddresses"));
70  actionEthernetAddresses->setCheckable(true);
71  actionEthernetAddresses->setChecked(true);
72  actionEthernetWKA = new QAction(ResolvedAddressesDialog);
73  actionEthernetWKA->setObjectName(QStringLiteral("actionEthernetWKA"));
74  actionEthernetWKA->setCheckable(true);
75  actionEthernetWKA->setChecked(true);
76  actionEthernetManufacturers = new QAction(ResolvedAddressesDialog);
77  actionEthernetManufacturers->setObjectName(QStringLiteral("actionEthernetManufacturers"));
78  actionEthernetManufacturers->setCheckable(true);
79  actionEthernetManufacturers->setChecked(true);
80  verticalLayout = new QVBoxLayout(ResolvedAddressesDialog);
81  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
82  plainTextEdit = new QPlainTextEdit(ResolvedAddressesDialog);
83  plainTextEdit->setObjectName(QStringLiteral("plainTextEdit"));
84 
85  verticalLayout->addWidget(plainTextEdit);
86 
87  buttonBox = new QDialogButtonBox(ResolvedAddressesDialog);
88  buttonBox->setObjectName(QStringLiteral("buttonBox"));
89  buttonBox->setOrientation(Qt::Horizontal);
90  buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
91 
92  verticalLayout->addWidget(buttonBox);
93 
94 
95  retranslateUi(ResolvedAddressesDialog);
96  QObject::connect(buttonBox, SIGNAL(accepted()), ResolvedAddressesDialog, SLOT(accept()));
97  QObject::connect(buttonBox, SIGNAL(rejected()), ResolvedAddressesDialog, SLOT(reject()));
98 
99  QMetaObject::connectSlotsByName(ResolvedAddressesDialog);
100  } // setupUi
101 
102  void retranslateUi(QDialog *ResolvedAddressesDialog)
103  {
104  ResolvedAddressesDialog->setWindowTitle(QApplication::translate("ResolvedAddressesDialog", "Dialog", 0));
105  actionComment->setText(QApplication::translate("ResolvedAddressesDialog", "Comment", 0));
106 #ifndef QT_NO_TOOLTIP
107  actionComment->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show the comment.", 0));
108 #endif // QT_NO_TOOLTIP
109  actionIPv4HashTable->setText(QApplication::translate("ResolvedAddressesDialog", "IPv4 Hash Table", 0));
110 #ifndef QT_NO_TOOLTIP
111  actionIPv4HashTable->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show the IPv4 hash table entries.", 0));
112 #endif // QT_NO_TOOLTIP
113  actionIPv6HashTable->setText(QApplication::translate("ResolvedAddressesDialog", "IPv6 Hash Table", 0));
114 #ifndef QT_NO_TOOLTIP
115  actionIPv6HashTable->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show the IPv6 hash table entries.", 0));
116 #endif // QT_NO_TOOLTIP
117  actionShowAll->setText(QApplication::translate("ResolvedAddressesDialog", "Show All", 0));
118 #ifndef QT_NO_TOOLTIP
119  actionShowAll->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show all address types.", 0));
120 #endif // QT_NO_TOOLTIP
121  actionHideAll->setText(QApplication::translate("ResolvedAddressesDialog", "Hide All", 0));
122 #ifndef QT_NO_TOOLTIP
123  actionHideAll->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Hide all address types.", 0));
124 #endif // QT_NO_TOOLTIP
125  actionAddressesHosts->setText(QApplication::translate("ResolvedAddressesDialog", "IPv4 and IPv6 Addresses (hosts)", 0));
126 #ifndef QT_NO_TOOLTIP
127  actionAddressesHosts->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show resolved IPv4 and IPv6 host names in \"hosts\" format.", 0));
128 #endif // QT_NO_TOOLTIP
129  actionPortNames->setText(QApplication::translate("ResolvedAddressesDialog", "Port names (services)", 0));
130 #ifndef QT_NO_TOOLTIP
131  actionPortNames->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show resolved port names in \"services\" format.", 0));
132 #endif // QT_NO_TOOLTIP
133  actionEthernetAddresses->setText(QApplication::translate("ResolvedAddressesDialog", "Ethernet Addresses", 0));
134 #ifndef QT_NO_TOOLTIP
135  actionEthernetAddresses->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show resolved Ethernet addresses in \"ethers\" format.", 0));
136 #endif // QT_NO_TOOLTIP
137  actionEthernetWKA->setText(QApplication::translate("ResolvedAddressesDialog", "Ethernet Well-Known Addresses", 0));
138 #ifndef QT_NO_TOOLTIP
139  actionEthernetWKA->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show well-known Ethernet addresses in \"ethers\" format.", 0));
140 #endif // QT_NO_TOOLTIP
141  actionEthernetManufacturers->setText(QApplication::translate("ResolvedAddressesDialog", "Ethernet Manufacturers", 0));
142 #ifndef QT_NO_TOOLTIP
143  actionEthernetManufacturers->setToolTip(QApplication::translate("ResolvedAddressesDialog", "Show Ethernet manufacturers in \"ethers\" format.", 0));
144 #endif // QT_NO_TOOLTIP
145  } // retranslateUi
146 
147 };
148 
149 namespace Ui {
151 } // namespace Ui
152 
153 QT_END_NAMESPACE
154 
155 #endif // UI_RESOLVED_ADDRESSES_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: ui_resolved_addresses_dialog.h:24
Definition: ui_resolved_addresses_dialog.h:150
Definition: resolved_addresses_dialog.h:22