Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_sctp_graph_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'sctp_graph_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_SCTP_GRAPH_DIALOG_H
10 #define UI_SCTP_GRAPH_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/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 #include "widgets/qcustomplot.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QAction *actionGoToPacket;
32  QVBoxLayout *verticalLayout_2;
33  QVBoxLayout *verticalLayout;
34  QCustomPlot *sctpPlot;
35  QLabel *hintLabel;
36  QHBoxLayout *horizontalLayout;
37  QPushButton *pushButton;
38  QPushButton *pushButton_2;
39  QPushButton *pushButton_3;
40  QPushButton *pushButton_4;
41  QPushButton *saveButton;
42  QSpacerItem *horizontalSpacer;
43  QDialogButtonBox *buttonBox;
44 
45  void setupUi(QDialog *SCTPGraphDialog)
46  {
47  if (SCTPGraphDialog->objectName().isEmpty())
48  SCTPGraphDialog->setObjectName(QStringLiteral("SCTPGraphDialog"));
49  SCTPGraphDialog->resize(800, 546);
50  actionGoToPacket = new QAction(SCTPGraphDialog);
51  actionGoToPacket->setObjectName(QStringLiteral("actionGoToPacket"));
52  verticalLayout_2 = new QVBoxLayout(SCTPGraphDialog);
53  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
54  verticalLayout = new QVBoxLayout();
55  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
56  sctpPlot = new QCustomPlot(SCTPGraphDialog);
57  sctpPlot->setObjectName(QStringLiteral("sctpPlot"));
58  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
59  sizePolicy.setHorizontalStretch(0);
60  sizePolicy.setVerticalStretch(1);
61  sizePolicy.setHeightForWidth(sctpPlot->sizePolicy().hasHeightForWidth());
62  sctpPlot->setSizePolicy(sizePolicy);
63 
64  verticalLayout->addWidget(sctpPlot);
65 
66  hintLabel = new QLabel(SCTPGraphDialog);
67  hintLabel->setObjectName(QStringLiteral("hintLabel"));
68  hintLabel->setWordWrap(true);
69 
70  verticalLayout->addWidget(hintLabel);
71 
72  horizontalLayout = new QHBoxLayout();
73  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
74  pushButton = new QPushButton(SCTPGraphDialog);
75  pushButton->setObjectName(QStringLiteral("pushButton"));
76  pushButton->setFocusPolicy(Qt::NoFocus);
77 
78  horizontalLayout->addWidget(pushButton);
79 
80  pushButton_2 = new QPushButton(SCTPGraphDialog);
81  pushButton_2->setObjectName(QStringLiteral("pushButton_2"));
82  pushButton_2->setFocusPolicy(Qt::NoFocus);
83 
84  horizontalLayout->addWidget(pushButton_2);
85 
86  pushButton_3 = new QPushButton(SCTPGraphDialog);
87  pushButton_3->setObjectName(QStringLiteral("pushButton_3"));
88  pushButton_3->setFocusPolicy(Qt::NoFocus);
89 
90  horizontalLayout->addWidget(pushButton_3);
91 
92  pushButton_4 = new QPushButton(SCTPGraphDialog);
93  pushButton_4->setObjectName(QStringLiteral("pushButton_4"));
94  pushButton_4->setFocusPolicy(Qt::NoFocus);
95 
96  horizontalLayout->addWidget(pushButton_4);
97 
98  saveButton = new QPushButton(SCTPGraphDialog);
99  saveButton->setObjectName(QStringLiteral("saveButton"));
100 
101  horizontalLayout->addWidget(saveButton);
102 
103  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
104 
105  horizontalLayout->addItem(horizontalSpacer);
106 
107  buttonBox = new QDialogButtonBox(SCTPGraphDialog);
108  buttonBox->setObjectName(QStringLiteral("buttonBox"));
109  buttonBox->setFocusPolicy(Qt::NoFocus);
110  buttonBox->setOrientation(Qt::Horizontal);
111  buttonBox->setStandardButtons(QDialogButtonBox::Close);
112 
113  horizontalLayout->addWidget(buttonBox);
114 
115 
116  verticalLayout->addLayout(horizontalLayout);
117 
118 
119  verticalLayout_2->addLayout(verticalLayout);
120 
121 
122  retranslateUi(SCTPGraphDialog);
123  QObject::connect(buttonBox, SIGNAL(clicked(QAbstractButton*)), SCTPGraphDialog, SLOT(close()));
124 
125  QMetaObject::connectSlotsByName(SCTPGraphDialog);
126  } // setupUi
127 
128  void retranslateUi(QDialog *SCTPGraphDialog)
129  {
130  SCTPGraphDialog->setWindowTitle(QApplication::translate("SCTPGraphDialog", "SCTP Graph", 0));
131  actionGoToPacket->setText(QApplication::translate("SCTPGraphDialog", "goToPacket", 0));
132 #ifndef QT_NO_TOOLTIP
133  actionGoToPacket->setToolTip(QApplication::translate("SCTPGraphDialog", "Go to Packet", 0));
134 #endif // QT_NO_TOOLTIP
135  hintLabel->setText(QApplication::translate("SCTPGraphDialog", "<html><head/><body><p><br/></p></body></html>", 0));
136  pushButton->setText(QApplication::translate("SCTPGraphDialog", "Only SACKs", 0));
137  pushButton_2->setText(QApplication::translate("SCTPGraphDialog", "Only TSNs", 0));
138  pushButton_3->setText(QApplication::translate("SCTPGraphDialog", "Show both", 0));
139  pushButton_4->setText(QApplication::translate("SCTPGraphDialog", "Reset to full size", 0));
140  saveButton->setText(QApplication::translate("SCTPGraphDialog", "Save Graph", 0));
141  } // retranslateUi
142 
143 };
144 
145 namespace Ui {
147 } // namespace Ui
148 
149 QT_END_NAMESPACE
150 
151 #endif // UI_SCTP_GRAPH_DIALOG_H
Definition: ui_about_dialog.h:291
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition: qcustomplot.h:1682
Definition: ui_sctp_graph_dialog.h:28
Definition: ui_sctp_graph_dialog.h:146
Definition: sctp_graph_dialog.h:75