Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_traffic_table_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'traffic_table_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_TRAFFIC_TABLE_DIALOG_H
10 #define UI_TRAFFIC_TABLE_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QTabWidget>
24 #include <QtWidgets/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout;
32  QTabWidget *trafficTableTabWidget;
33  QHBoxLayout *horizontalLayout;
34  QCheckBox *nameResolutionCheckBox;
35  QSpacerItem *horizontalSpacer_2;
36  QCheckBox *displayFilterCheckBox;
37  QSpacerItem *horizontalSpacer_3;
38  QCheckBox *absoluteTimeCheckBox;
39  QSpacerItem *horizontalSpacer;
40  QPushButton *enabledTypesPushButton;
41  QDialogButtonBox *buttonBox;
42 
43  void setupUi(QDialog *TrafficTableDialog)
44  {
45  if (TrafficTableDialog->objectName().isEmpty())
46  TrafficTableDialog->setObjectName(QStringLiteral("TrafficTableDialog"));
47  TrafficTableDialog->resize(680, 475);
48  verticalLayout = new QVBoxLayout(TrafficTableDialog);
49  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
50  trafficTableTabWidget = new QTabWidget(TrafficTableDialog);
51  trafficTableTabWidget->setObjectName(QStringLiteral("trafficTableTabWidget"));
52 
53  verticalLayout->addWidget(trafficTableTabWidget);
54 
55  horizontalLayout = new QHBoxLayout();
56  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
57  nameResolutionCheckBox = new QCheckBox(TrafficTableDialog);
58  nameResolutionCheckBox->setObjectName(QStringLiteral("nameResolutionCheckBox"));
59 
60  horizontalLayout->addWidget(nameResolutionCheckBox);
61 
62  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
63 
64  horizontalLayout->addItem(horizontalSpacer_2);
65 
66  displayFilterCheckBox = new QCheckBox(TrafficTableDialog);
67  displayFilterCheckBox->setObjectName(QStringLiteral("displayFilterCheckBox"));
68 
69  horizontalLayout->addWidget(displayFilterCheckBox);
70 
71  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
72 
73  horizontalLayout->addItem(horizontalSpacer_3);
74 
75  absoluteTimeCheckBox = new QCheckBox(TrafficTableDialog);
76  absoluteTimeCheckBox->setObjectName(QStringLiteral("absoluteTimeCheckBox"));
77 
78  horizontalLayout->addWidget(absoluteTimeCheckBox);
79 
80  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
81 
82  horizontalLayout->addItem(horizontalSpacer);
83 
84  enabledTypesPushButton = new QPushButton(TrafficTableDialog);
85  enabledTypesPushButton->setObjectName(QStringLiteral("enabledTypesPushButton"));
86 
87  horizontalLayout->addWidget(enabledTypesPushButton);
88 
89  horizontalLayout->setStretch(5, 1);
90 
91  verticalLayout->addLayout(horizontalLayout);
92 
93  buttonBox = new QDialogButtonBox(TrafficTableDialog);
94  buttonBox->setObjectName(QStringLiteral("buttonBox"));
95  buttonBox->setOrientation(Qt::Horizontal);
96  buttonBox->setStandardButtons(QDialogButtonBox::Close|QDialogButtonBox::Help);
97 
98  verticalLayout->addWidget(buttonBox);
99 
100 
101  retranslateUi(TrafficTableDialog);
102  QObject::connect(buttonBox, SIGNAL(accepted()), TrafficTableDialog, SLOT(accept()));
103  QObject::connect(buttonBox, SIGNAL(rejected()), TrafficTableDialog, SLOT(reject()));
104 
105  QMetaObject::connectSlotsByName(TrafficTableDialog);
106  } // setupUi
107 
108  void retranslateUi(QDialog *TrafficTableDialog)
109  {
110 #ifndef QT_NO_TOOLTIP
111  nameResolutionCheckBox->setToolTip(QApplication::translate("TrafficTableDialog", "<html><head/><body><p>Show resolved addresses and port names rather than plain values. The corresponding name resolution preference must be enabled.</p></body></html>", 0));
112 #endif // QT_NO_TOOLTIP
113  nameResolutionCheckBox->setText(QApplication::translate("TrafficTableDialog", "Name resolution", 0));
114 #ifndef QT_NO_TOOLTIP
115  displayFilterCheckBox->setToolTip(QApplication::translate("TrafficTableDialog", "<html><head/><body><p>Only show conversations matching the current display filter</p></body></html>", 0));
116 #endif // QT_NO_TOOLTIP
117  displayFilterCheckBox->setText(QApplication::translate("TrafficTableDialog", "Limit to display filter", 0));
118 #ifndef QT_NO_TOOLTIP
119  absoluteTimeCheckBox->setToolTip(QApplication::translate("TrafficTableDialog", "<html><head/><body><p>Show absolute times in the start time column.</p></body></html>", 0));
120 #endif // QT_NO_TOOLTIP
121  absoluteTimeCheckBox->setText(QApplication::translate("TrafficTableDialog", "Absolute start time", 0));
122 #ifndef QT_NO_TOOLTIP
123  enabledTypesPushButton->setToolTip(QApplication::translate("TrafficTableDialog", "<html><head/><body><p>Add and remove conversation types.</p></body></html>", 0));
124 #endif // QT_NO_TOOLTIP
125  Q_UNUSED(TrafficTableDialog);
126  } // retranslateUi
127 
128 };
129 
130 namespace Ui {
132 } // namespace Ui
133 
134 QT_END_NAMESPACE
135 
136 #endif // UI_TRAFFIC_TABLE_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: ui_traffic_table_dialog.h:131
Definition: ui_traffic_table_dialog.h:28
Definition: traffic_table_dialog.h:90