9 #ifndef UI_SCTP_GRAPH_ARWND_DIALOG_H 10 #define UI_SCTP_GRAPH_ARWND_DIALOG_H 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> 31 QAction *actionGoToPacket;
32 QVBoxLayout *verticalLayout_2;
33 QVBoxLayout *verticalLayout;
36 QHBoxLayout *horizontalLayout;
37 QPushButton *pushButton_4;
38 QPushButton *saveButton;
39 QSpacerItem *horizontalSpacer;
40 QDialogButtonBox *buttonBox;
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"));
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);
61 verticalLayout->addWidget(sctpPlot);
63 hintLabel =
new QLabel(SCTPGraphArwndDialog);
64 hintLabel->setObjectName(QStringLiteral(
"hintLabel"));
65 hintLabel->setWordWrap(
true);
67 verticalLayout->addWidget(hintLabel);
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);
75 horizontalLayout->addWidget(pushButton_4);
77 saveButton =
new QPushButton(SCTPGraphArwndDialog);
78 saveButton->setObjectName(QStringLiteral(
"saveButton"));
80 horizontalLayout->addWidget(saveButton);
82 horizontalSpacer =
new QSpacerItem(428, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
84 horizontalLayout->addItem(horizontalSpacer);
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);
92 horizontalLayout->addWidget(buttonBox);
95 verticalLayout->addLayout(horizontalLayout);
98 verticalLayout_2->addLayout(verticalLayout);
101 retranslateUi(SCTPGraphArwndDialog);
102 QObject::connect(buttonBox, SIGNAL(clicked(QAbstractButton*)), SCTPGraphArwndDialog, SLOT(close()));
104 QMetaObject::connectSlotsByName(SCTPGraphArwndDialog);
107 void retranslateUi(QDialog *SCTPGraphArwndDialog)
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));
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