Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_capture_file_properties_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'capture_file_properties_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_CAPTURE_FILE_PROPERTIES_DIALOG_H
10 #define UI_CAPTURE_FILE_PROPERTIES_DIALOG_H
11 
12 #include <QtCore/QLocale>
13 #include <QtCore/QVariant>
14 #include <QtWidgets/QAction>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QButtonGroup>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QSplitter>
22 #include <QtWidgets/QTextEdit>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout_3;
32  QSplitter *splitter;
33  QWidget *widget;
34  QVBoxLayout *verticalLayout;
35  QLabel *detailsLabel;
36  QTextEdit *detailsTextEdit;
37  QWidget *widget1;
38  QVBoxLayout *verticalLayout_2;
39  QLabel *commentsLabel;
40  QTextEdit *commentsTextEdit;
41  QDialogButtonBox *buttonBox;
42 
43  void setupUi(QDialog *CaptureFilePropertiesDialog)
44  {
45  if (CaptureFilePropertiesDialog->objectName().isEmpty())
46  CaptureFilePropertiesDialog->setObjectName(QStringLiteral("CaptureFilePropertiesDialog"));
47  CaptureFilePropertiesDialog->resize(799, 585);
48  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
49  sizePolicy.setHorizontalStretch(0);
50  sizePolicy.setVerticalStretch(0);
51  sizePolicy.setHeightForWidth(CaptureFilePropertiesDialog->sizePolicy().hasHeightForWidth());
52  CaptureFilePropertiesDialog->setSizePolicy(sizePolicy);
53  CaptureFilePropertiesDialog->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
54  verticalLayout_3 = new QVBoxLayout(CaptureFilePropertiesDialog);
55  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
56  splitter = new QSplitter(CaptureFilePropertiesDialog);
57  splitter->setObjectName(QStringLiteral("splitter"));
58  splitter->setOrientation(Qt::Vertical);
59  splitter->setOpaqueResize(false);
60  splitter->setChildrenCollapsible(false);
61  widget = new QWidget(splitter);
62  widget->setObjectName(QStringLiteral("widget"));
63  verticalLayout = new QVBoxLayout(widget);
64  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
65  verticalLayout->setContentsMargins(0, 0, 0, 0);
66  detailsLabel = new QLabel(widget);
67  detailsLabel->setObjectName(QStringLiteral("detailsLabel"));
68 
69  verticalLayout->addWidget(detailsLabel);
70 
71  detailsTextEdit = new QTextEdit(widget);
72  detailsTextEdit->setObjectName(QStringLiteral("detailsTextEdit"));
73  detailsTextEdit->setReadOnly(true);
74 
75  verticalLayout->addWidget(detailsTextEdit);
76 
77  splitter->addWidget(widget);
78  widget1 = new QWidget(splitter);
79  widget1->setObjectName(QStringLiteral("widget1"));
80  verticalLayout_2 = new QVBoxLayout(widget1);
81  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
82  verticalLayout_2->setContentsMargins(0, 0, 0, 0);
83  commentsLabel = new QLabel(widget1);
84  commentsLabel->setObjectName(QStringLiteral("commentsLabel"));
85 
86  verticalLayout_2->addWidget(commentsLabel);
87 
88  commentsTextEdit = new QTextEdit(widget1);
89  commentsTextEdit->setObjectName(QStringLiteral("commentsTextEdit"));
90  commentsTextEdit->setSizeIncrement(QSize(0, 10));
91 
92  verticalLayout_2->addWidget(commentsTextEdit);
93 
94  splitter->addWidget(widget1);
95 
96  verticalLayout_3->addWidget(splitter);
97 
98  buttonBox = new QDialogButtonBox(CaptureFilePropertiesDialog);
99  buttonBox->setObjectName(QStringLiteral("buttonBox"));
100  buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Reset|QDialogButtonBox::Save);
101 
102  verticalLayout_3->addWidget(buttonBox);
103 
104 
105  retranslateUi(CaptureFilePropertiesDialog);
106 
107  QMetaObject::connectSlotsByName(CaptureFilePropertiesDialog);
108  } // setupUi
109 
110  void retranslateUi(QDialog *CaptureFilePropertiesDialog)
111  {
112  detailsLabel->setText(QApplication::translate("CaptureFilePropertiesDialog", "Details", 0));
113  commentsLabel->setText(QApplication::translate("CaptureFilePropertiesDialog", "Capture file comments", 0));
114  Q_UNUSED(CaptureFilePropertiesDialog);
115  } // retranslateUi
116 
117 };
118 
119 namespace Ui {
121 } // namespace Ui
122 
123 QT_END_NAMESPACE
124 
125 #endif // UI_CAPTURE_FILE_PROPERTIES_DIALOG_H
Definition: ui_capture_file_properties_dialog.h:28
Definition: ui_about_dialog.h:291
Definition: capture_file_properties_dialog.h:42
Definition: ui_capture_file_properties_dialog.h:120