Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_sctp_graph_arwnd_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'sctp_graph_arwnd_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_ARWND_DIALOG_H
10 #define UI_SCTP_GRAPH_ARWND_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_4;
38  QPushButton *saveButton;
39  QSpacerItem *horizontalSpacer;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(QDialog *SCTPGraphArwndDialog)
43  {
44  if (SCTPGraphArwndDialog->objectName().isEmpty())
45  SCTPGraphArwndDialog->setObjectName(QStringLiteral("SCTPGraphArwndDialog"));
46  SCTPGraphArwndDialog->resize(800, 546);
47  actionGoToPacket = new QAction(SCTPGraphArwndDialog);
48  actionGoToPacket->setObjectName(QStringLiteral("actionGoToPacket"));
49  verticalLayout_2 = new QVBoxLayout(SCTPGraphArwndDialog);
50  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
51  verticalLayout = new QVBoxLayout();
52  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
53  sctpPlot = new QCustomPlot(SCTPGraphArwndDialog);
54  sctpPlot->setObjectName(QStringLiteral("sctpPlot"));
55  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
56  sizePolicy.setHorizontalStretch(0);
57  sizePolicy.setVerticalStretch(1);
58  sizePolicy.setHeightForWidth(sctpPlot->sizePolicy().hasHeightForWidth());
59  sctpPlot->setSizePolicy(sizePolicy);
60 
61  verticalLayout->addWidget(sctpPlot);
62 
63  hintLabel = new QLabel(SCTPGraphArwndDialog);
64  hintLabel->setObjectName(QStringLiteral("hintLabel"));
65  hintLabel->setWordWrap(true);
66 
67  verticalLayout->addWidget(hintLabel);
68 
69  horizontalLayout = new QHBoxLayout();
70  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
71  pushButton_4 = new QPushButton(SCTPGraphArwndDialog);
72  pushButton_4->setObjectName(QStringLiteral("pushButton_4"));
73  pushButton_4->setFocusPolicy(Qt::NoFocus);
74 
75  horizontalLayout->addWidget(pushButton_4);
76 
77  saveButton = new QPushButton(SCTPGraphArwndDialog);
78  saveButton->setObjectName(QStringLiteral("saveButton"));
79 
80  horizontalLayout->addWidget(saveButton);
81 
82  horizontalSpacer = new QSpacerItem(428, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
83 
84  horizontalLayout->addItem(horizontalSpacer);
85 
86  buttonBox = new QDialogButtonBox(SCTPGraphArwndDialog);
87  buttonBox->setObjectName(QStringLiteral("buttonBox"));
88  buttonBox->setFocusPolicy(Qt::NoFocus);
89  buttonBox->setOrientation(Qt::Horizontal);
90  buttonBox->setStandardButtons(QDialogButtonBox::Close);
91 
92  horizontalLayout->addWidget(buttonBox);
93 
94 
95  verticalLayout->addLayout(horizontalLayout);
96 
97 
98  verticalLayout_2->addLayout(verticalLayout);
99 
100 
101  retranslateUi(SCTPGraphArwndDialog);
102  QObject::connect(buttonBox, SIGNAL(clicked(QAbstractButton*)), SCTPGraphArwndDialog, SLOT(close()));
103 
104  QMetaObject::connectSlotsByName(SCTPGraphArwndDialog);
105  } // setupUi
106 
107  void retranslateUi(QDialog *SCTPGraphArwndDialog)
108  {
109  SCTPGraphArwndDialog->setWindowTitle(QApplication::translate("SCTPGraphArwndDialog", "SCTP Graph", 0));
110  actionGoToPacket->setText(QApplication::translate("SCTPGraphArwndDialog", "goToPacket", 0));
111 #ifndef QT_NO_TOOLTIP
112  actionGoToPacket->setToolTip(QApplication::translate("SCTPGraphArwndDialog", "Go to Packet", 0));
113 #endif // QT_NO_TOOLTIP
114  hintLabel->setText(QApplication::translate("SCTPGraphArwndDialog", "<html><head/><body><p><br/></p></body></html>", 0));
115  pushButton_4->setText(QApplication::translate("SCTPGraphArwndDialog", "Reset to full size", 0));
116  saveButton->setText(QApplication::translate("SCTPGraphArwndDialog", "Save Graph", 0));
117  } // retranslateUi
118 
119 };
120 
121 namespace Ui {
123 } // namespace Ui
124 
125 QT_END_NAMESPACE
126 
127 #endif // UI_SCTP_GRAPH_ARWND_DIALOG_H
Definition: sctp_graph_arwnd_dialog.h:28
Definition: ui_about_dialog.h:291
Definition: ui_sctp_graph_arwnd_dialog.h:28
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_arwnd_dialog.h:122