Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_gsm_map_summary_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'gsm_map_summary_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_GSM_MAP_SUMMARY_DIALOG_H
10 #define UI_GSM_MAP_SUMMARY_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/QTextEdit>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QTextEdit *summaryTextEdit;
29  QDialogButtonBox *buttonBox;
30 
31  void setupUi(QDialog *GsmMapSummaryDialog)
32  {
33  if (GsmMapSummaryDialog->objectName().isEmpty())
34  GsmMapSummaryDialog->setObjectName(QStringLiteral("GsmMapSummaryDialog"));
35  GsmMapSummaryDialog->resize(640, 420);
36  verticalLayout = new QVBoxLayout(GsmMapSummaryDialog);
37  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
38  summaryTextEdit = new QTextEdit(GsmMapSummaryDialog);
39  summaryTextEdit->setObjectName(QStringLiteral("summaryTextEdit"));
40  summaryTextEdit->setReadOnly(true);
41 
42  verticalLayout->addWidget(summaryTextEdit);
43 
44  buttonBox = new QDialogButtonBox(GsmMapSummaryDialog);
45  buttonBox->setObjectName(QStringLiteral("buttonBox"));
46  buttonBox->setOrientation(Qt::Horizontal);
47  buttonBox->setStandardButtons(QDialogButtonBox::Close);
48 
49  verticalLayout->addWidget(buttonBox);
50 
51 
52  retranslateUi(GsmMapSummaryDialog);
53  QObject::connect(buttonBox, SIGNAL(accepted()), GsmMapSummaryDialog, SLOT(accept()));
54  QObject::connect(buttonBox, SIGNAL(rejected()), GsmMapSummaryDialog, SLOT(reject()));
55 
56  QMetaObject::connectSlotsByName(GsmMapSummaryDialog);
57  } // setupUi
58 
59  void retranslateUi(QDialog *GsmMapSummaryDialog)
60  {
61  GsmMapSummaryDialog->setWindowTitle(QApplication::translate("GsmMapSummaryDialog", "Dialog", 0));
62  } // retranslateUi
63 
64 };
65 
66 namespace Ui {
68 } // namespace Ui
69 
70 QT_END_NAMESPACE
71 
72 #endif // UI_GSM_MAP_SUMMARY_DIALOG_H
Definition: ui_about_dialog.h:291
Definition: ui_gsm_map_summary_dialog.h:67
Definition: gsm_map_summary_dialog.h:23
Definition: ui_gsm_map_summary_dialog.h:24