9 #ifndef UI_CAPTURE_FILE_PROPERTIES_DIALOG_H 10 #define UI_CAPTURE_FILE_PROPERTIES_DIALOG_H 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> 31 QVBoxLayout *verticalLayout_3;
34 QVBoxLayout *verticalLayout;
36 QTextEdit *detailsTextEdit;
38 QVBoxLayout *verticalLayout_2;
39 QLabel *commentsLabel;
40 QTextEdit *commentsTextEdit;
41 QDialogButtonBox *buttonBox;
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"));
69 verticalLayout->addWidget(detailsLabel);
71 detailsTextEdit =
new QTextEdit(widget);
72 detailsTextEdit->setObjectName(QStringLiteral(
"detailsTextEdit"));
73 detailsTextEdit->setReadOnly(
true);
75 verticalLayout->addWidget(detailsTextEdit);
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"));
86 verticalLayout_2->addWidget(commentsLabel);
88 commentsTextEdit =
new QTextEdit(widget1);
89 commentsTextEdit->setObjectName(QStringLiteral(
"commentsTextEdit"));
90 commentsTextEdit->setSizeIncrement(QSize(0, 10));
92 verticalLayout_2->addWidget(commentsTextEdit);
94 splitter->addWidget(widget1);
96 verticalLayout_3->addWidget(splitter);
98 buttonBox =
new QDialogButtonBox(CaptureFilePropertiesDialog);
99 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
100 buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Reset|QDialogButtonBox::Save);
102 verticalLayout_3->addWidget(buttonBox);
105 retranslateUi(CaptureFilePropertiesDialog);
107 QMetaObject::connectSlotsByName(CaptureFilePropertiesDialog);
110 void retranslateUi(QDialog *CaptureFilePropertiesDialog)
112 detailsLabel->setText(QApplication::translate(
"CaptureFilePropertiesDialog",
"Details", 0));
113 commentsLabel->setText(QApplication::translate(
"CaptureFilePropertiesDialog",
"Capture file comments", 0));
114 Q_UNUSED(CaptureFilePropertiesDialog);
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