CuteLogger
Fast and simple logging solution for Qt based applications
ui_transcodedialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'transcodedialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_TRANSCODEDIALOG_H
10 #define UI_TRANSCODEDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QComboBox>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QFrame>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QHBoxLayout>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QSlider>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 #include "widgets/frameratewidget.h"
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_TranscodeDialog
30 {
31 public:
32  QVBoxLayout *verticalLayout;
33  QLabel *messageLabel;
34  QHBoxLayout *horizontalLayout;
35  QLabel *label;
36  QLabel *label_2;
37  QLabel *label_3;
38  QSlider *horizontalSlider;
39  QHBoxLayout *horizontalLayout_2;
40  QLabel *label_4;
41  QLabel *label_5;
42  QLabel *label_6;
43  QLabel *formatLabel;
44  QCheckBox *checkBox;
45  QWidget *advancedWidget;
46  QVBoxLayout *verticalLayout_2;
47  QGridLayout *gridLayout;
48  FrameRateWidget *fpsWidget;
49  QFrame *line;
50  QCheckBox *fpsCheckBox;
51  QCheckBox *convert709CheckBox;
52  QLabel *frcLabel;
53  QComboBox *frcComboBox;
54  QCheckBox *subclipCheckBox;
55  QLabel *fpsLabel;
56  QCheckBox *deinterlaceCheckBox;
57  QCheckBox *advancedCheckBox;
58  QDialogButtonBox *buttonBox;
59 
60  void setupUi(QDialog *TranscodeDialog)
61  {
62  if (TranscodeDialog->objectName().isEmpty())
63  TranscodeDialog->setObjectName(QString::fromUtf8("TranscodeDialog"));
64  TranscodeDialog->setWindowModality(Qt::WindowModal);
65  TranscodeDialog->resize(418, 427);
66  verticalLayout = new QVBoxLayout(TranscodeDialog);
67  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
68  verticalLayout->setSizeConstraint(QLayout::SetFixedSize);
69  messageLabel = new QLabel(TranscodeDialog);
70  messageLabel->setObjectName(QString::fromUtf8("messageLabel"));
71  messageLabel->setText(QString::fromUtf8("messageLabel"));
72  messageLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
73  messageLabel->setWordWrap(true);
74 
75  verticalLayout->addWidget(messageLabel);
76 
77  horizontalLayout = new QHBoxLayout();
78  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
79  label = new QLabel(TranscodeDialog);
80  label->setObjectName(QString::fromUtf8("label"));
81  label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
82 
83  horizontalLayout->addWidget(label);
84 
85  label_2 = new QLabel(TranscodeDialog);
86  label_2->setObjectName(QString::fromUtf8("label_2"));
87  label_2->setAlignment(Qt::AlignCenter);
88 
89  horizontalLayout->addWidget(label_2);
90 
91  label_3 = new QLabel(TranscodeDialog);
92  label_3->setObjectName(QString::fromUtf8("label_3"));
93  label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
94 
95  horizontalLayout->addWidget(label_3);
96 
97 
98  verticalLayout->addLayout(horizontalLayout);
99 
100  horizontalSlider = new QSlider(TranscodeDialog);
101  horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
102  horizontalSlider->setMaximum(2);
103  horizontalSlider->setPageStep(1);
104  horizontalSlider->setValue(0);
105  horizontalSlider->setSliderPosition(0);
106  horizontalSlider->setOrientation(Qt::Horizontal);
107  horizontalSlider->setTickPosition(QSlider::TicksBothSides);
108 
109  verticalLayout->addWidget(horizontalSlider);
110 
111  horizontalLayout_2 = new QHBoxLayout();
112  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
113  label_4 = new QLabel(TranscodeDialog);
114  label_4->setObjectName(QString::fromUtf8("label_4"));
115  label_4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
116 
117  horizontalLayout_2->addWidget(label_4);
118 
119  label_5 = new QLabel(TranscodeDialog);
120  label_5->setObjectName(QString::fromUtf8("label_5"));
121  label_5->setAlignment(Qt::AlignCenter);
122 
123  horizontalLayout_2->addWidget(label_5);
124 
125  label_6 = new QLabel(TranscodeDialog);
126  label_6->setObjectName(QString::fromUtf8("label_6"));
127  label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
128 
129  horizontalLayout_2->addWidget(label_6);
130 
131 
132  verticalLayout->addLayout(horizontalLayout_2);
133 
134  formatLabel = new QLabel(TranscodeDialog);
135  formatLabel->setObjectName(QString::fromUtf8("formatLabel"));
136  formatLabel->setText(QString::fromUtf8("formatLabel"));
137  formatLabel->setAlignment(Qt::AlignCenter);
138 
139  verticalLayout->addWidget(formatLabel);
140 
141  checkBox = new QCheckBox(TranscodeDialog);
142  checkBox->setObjectName(QString::fromUtf8("checkBox"));
143 
144  verticalLayout->addWidget(checkBox);
145 
146  advancedWidget = new QWidget(TranscodeDialog);
147  advancedWidget->setObjectName(QString::fromUtf8("advancedWidget"));
148  verticalLayout_2 = new QVBoxLayout(advancedWidget);
149  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
150  gridLayout = new QGridLayout();
151  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
152  fpsWidget = new FrameRateWidget(advancedWidget);
153  fpsWidget->setObjectName(QString::fromUtf8("fpsWidget"));
154 
155  gridLayout->addWidget(fpsWidget, 4, 1, 1, 1);
156 
157  line = new QFrame(advancedWidget);
158  line->setObjectName(QString::fromUtf8("line"));
159  line->setFrameShape(QFrame::HLine);
160  line->setFrameShadow(QFrame::Sunken);
161 
162  gridLayout->addWidget(line, 0, 0, 1, 2);
163 
164  fpsCheckBox = new QCheckBox(advancedWidget);
165  fpsCheckBox->setObjectName(QString::fromUtf8("fpsCheckBox"));
166 
167  gridLayout->addWidget(fpsCheckBox, 3, 1, 1, 1);
168 
169  convert709CheckBox = new QCheckBox(advancedWidget);
170  convert709CheckBox->setObjectName(QString::fromUtf8("convert709CheckBox"));
171 
172  gridLayout->addWidget(convert709CheckBox, 6, 1, 1, 1);
173 
174  frcLabel = new QLabel(advancedWidget);
175  frcLabel->setObjectName(QString::fromUtf8("frcLabel"));
176 
177  gridLayout->addWidget(frcLabel, 5, 0, 1, 1);
178 
179  frcComboBox = new QComboBox(advancedWidget);
180  frcComboBox->setObjectName(QString::fromUtf8("frcComboBox"));
181 
182  gridLayout->addWidget(frcComboBox, 5, 1, 1, 1);
183 
184  subclipCheckBox = new QCheckBox(advancedWidget);
185  subclipCheckBox->setObjectName(QString::fromUtf8("subclipCheckBox"));
186 
187  gridLayout->addWidget(subclipCheckBox, 1, 1, 1, 1);
188 
189  fpsLabel = new QLabel(advancedWidget);
190  fpsLabel->setObjectName(QString::fromUtf8("fpsLabel"));
191 
192  gridLayout->addWidget(fpsLabel, 4, 0, 1, 1);
193 
194  deinterlaceCheckBox = new QCheckBox(advancedWidget);
195  deinterlaceCheckBox->setObjectName(QString::fromUtf8("deinterlaceCheckBox"));
196 
197  gridLayout->addWidget(deinterlaceCheckBox, 2, 1, 1, 1);
198 
199  advancedCheckBox = new QCheckBox(advancedWidget);
200  advancedCheckBox->setObjectName(QString::fromUtf8("advancedCheckBox"));
201 
202  gridLayout->addWidget(advancedCheckBox, 7, 1, 1, 1);
203 
204  gridLayout->setColumnStretch(1, 1);
205 
206  verticalLayout_2->addLayout(gridLayout);
207 
208 
209  verticalLayout->addWidget(advancedWidget);
210 
211  buttonBox = new QDialogButtonBox(TranscodeDialog);
212  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
213  buttonBox->setOrientation(Qt::Horizontal);
214  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
215 
216  verticalLayout->addWidget(buttonBox);
217 
218 
219  retranslateUi(TranscodeDialog);
220  QObject::connect(buttonBox, SIGNAL(accepted()), TranscodeDialog, SLOT(accept()));
221  QObject::connect(buttonBox, SIGNAL(rejected()), TranscodeDialog, SLOT(reject()));
222 
223  QMetaObject::connectSlotsByName(TranscodeDialog);
224  } // setupUi
225 
226  void retranslateUi(QDialog *TranscodeDialog)
227  {
228  TranscodeDialog->setWindowTitle(QCoreApplication::translate("TranscodeDialog", "Dialog", nullptr));
229  label->setText(QCoreApplication::translate("TranscodeDialog", "good", nullptr));
230  label_2->setText(QCoreApplication::translate("TranscodeDialog", "better", nullptr));
231  label_3->setText(QCoreApplication::translate("TranscodeDialog", "best", nullptr));
232  label_4->setText(QCoreApplication::translate("TranscodeDialog", "medium", nullptr));
233  label_5->setText(QCoreApplication::translate("TranscodeDialog", "large", nullptr));
234  label_6->setText(QCoreApplication::translate("TranscodeDialog", "biggest", nullptr));
235  checkBox->setText(QCoreApplication::translate("TranscodeDialog", "Do not show this anymore.", "Convert to edit-friendly format dialog"));
236 #if QT_CONFIG(tooltip)
237  fpsWidget->setToolTip(QCoreApplication::translate("TranscodeDialog", "Override the frame rate to a specific value.", nullptr));
238 #endif // QT_CONFIG(tooltip)
239 #if QT_CONFIG(tooltip)
240  fpsCheckBox->setToolTip(QCoreApplication::translate("TranscodeDialog", "Change the frame rate from its source.", nullptr));
241 #endif // QT_CONFIG(tooltip)
242  fpsCheckBox->setText(QCoreApplication::translate("TranscodeDialog", "Override frame rate", nullptr));
243 #if QT_CONFIG(tooltip)
244  convert709CheckBox->setToolTip(QCoreApplication::translate("TranscodeDialog", "This is useful when the source video is HDR (High Dynamic Range), which requires tone-mapping to the old, standard range.", nullptr));
245 #endif // QT_CONFIG(tooltip)
246  convert709CheckBox->setText(QCoreApplication::translate("TranscodeDialog", "Convert to BT.709 colorspace", nullptr));
247  frcLabel->setText(QCoreApplication::translate("TranscodeDialog", "Frame rate conversion", nullptr));
248 #if QT_CONFIG(tooltip)
249  frcComboBox->setToolTip(QCoreApplication::translate("TranscodeDialog", "Frame rate conversion method\n"
250 "\n"
251 "Duplicate: Duplicate frames.\n"
252 "Blend: Blend frames.\n"
253 "Motion Compensation: Interpolate new frames using motion compensation. This method is very slow and may result in artifacts.", nullptr));
254 #endif // QT_CONFIG(tooltip)
255 #if QT_CONFIG(tooltip)
256  subclipCheckBox->setToolTip(QCoreApplication::translate("TranscodeDialog", "This option converts only the trimmed portion of the source\n"
257 "clip plus a little instead of the entire clip. When this option is\n"
258 "used not all of the matching source clips are replaced, instead\n"
259 "only the currently selected one.", nullptr));
260 #endif // QT_CONFIG(tooltip)
261  subclipCheckBox->setText(QCoreApplication::translate("TranscodeDialog", "Use sub-clip", nullptr));
262  fpsLabel->setText(QCoreApplication::translate("TranscodeDialog", "Frames/sec", nullptr));
263 #if QT_CONFIG(tooltip)
264  deinterlaceCheckBox->setToolTip(QCoreApplication::translate("TranscodeDialog", "If the source is progressive, each interlaced field will be converted to a progressive frame resulting in double frame rate.", nullptr));
265 #endif // QT_CONFIG(tooltip)
266  deinterlaceCheckBox->setText(QCoreApplication::translate("TranscodeDialog", "Deinterlace", nullptr));
267 #if QT_CONFIG(tooltip)
268  advancedCheckBox->setToolTip(QCoreApplication::translate("TranscodeDialog", "Enable this to keep the Advanced section open for the next time this dialog appears.", nullptr));
269 #endif // QT_CONFIG(tooltip)
270  advancedCheckBox->setText(QCoreApplication::translate("TranscodeDialog", "Keep Advanced open", nullptr));
271  } // retranslateUi
272 
273 };
274 
275 namespace Ui {
276  class TranscodeDialog: public Ui_TranscodeDialog {};
277 } // namespace Ui
278 
279 QT_END_NAMESPACE
280 
281 #endif // UI_TRANSCODEDIALOG_H