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.11.3
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/QDialog>
16 #include <QtWidgets/QDialogButtonBox>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QSlider>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
24 class Ui_TranscodeDialog
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QLabel *messageLabel;
29  QHBoxLayout *horizontalLayout;
30  QLabel *label;
31  QLabel *label_2;
32  QLabel *label_3;
33  QSlider *horizontalSlider;
34  QHBoxLayout *horizontalLayout_2;
35  QLabel *label_4;
36  QLabel *label_5;
37  QLabel *label_6;
38  QLabel *formatLabel;
39  QCheckBox *checkBox;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(QDialog *TranscodeDialog)
43  {
44  if (TranscodeDialog->objectName().isEmpty())
45  TranscodeDialog->setObjectName(QStringLiteral("TranscodeDialog"));
46  TranscodeDialog->setWindowModality(Qt::WindowModal);
47  TranscodeDialog->resize(467, 224);
48  verticalLayout = new QVBoxLayout(TranscodeDialog);
49  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
50  messageLabel = new QLabel(TranscodeDialog);
51  messageLabel->setObjectName(QStringLiteral("messageLabel"));
52  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
53  sizePolicy.setHorizontalStretch(0);
54  sizePolicy.setVerticalStretch(0);
55  sizePolicy.setHeightForWidth(messageLabel->sizePolicy().hasHeightForWidth());
56  messageLabel->setSizePolicy(sizePolicy);
57  messageLabel->setText(QStringLiteral("messageLabel"));
58  messageLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
59  messageLabel->setWordWrap(true);
60 
61  verticalLayout->addWidget(messageLabel);
62 
63  horizontalLayout = new QHBoxLayout();
64  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
65  label = new QLabel(TranscodeDialog);
66  label->setObjectName(QStringLiteral("label"));
67  label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
68 
69  horizontalLayout->addWidget(label);
70 
71  label_2 = new QLabel(TranscodeDialog);
72  label_2->setObjectName(QStringLiteral("label_2"));
73  label_2->setAlignment(Qt::AlignCenter);
74 
75  horizontalLayout->addWidget(label_2);
76 
77  label_3 = new QLabel(TranscodeDialog);
78  label_3->setObjectName(QStringLiteral("label_3"));
79  label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
80 
81  horizontalLayout->addWidget(label_3);
82 
83 
84  verticalLayout->addLayout(horizontalLayout);
85 
86  horizontalSlider = new QSlider(TranscodeDialog);
87  horizontalSlider->setObjectName(QStringLiteral("horizontalSlider"));
88  horizontalSlider->setMaximum(2);
89  horizontalSlider->setPageStep(1);
90  horizontalSlider->setValue(1);
91  horizontalSlider->setOrientation(Qt::Horizontal);
92  horizontalSlider->setTickPosition(QSlider::TicksBothSides);
93 
94  verticalLayout->addWidget(horizontalSlider);
95 
96  horizontalLayout_2 = new QHBoxLayout();
97  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
98  label_4 = new QLabel(TranscodeDialog);
99  label_4->setObjectName(QStringLiteral("label_4"));
100  label_4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
101 
102  horizontalLayout_2->addWidget(label_4);
103 
104  label_5 = new QLabel(TranscodeDialog);
105  label_5->setObjectName(QStringLiteral("label_5"));
106  label_5->setAlignment(Qt::AlignCenter);
107 
108  horizontalLayout_2->addWidget(label_5);
109 
110  label_6 = new QLabel(TranscodeDialog);
111  label_6->setObjectName(QStringLiteral("label_6"));
112  label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
113 
114  horizontalLayout_2->addWidget(label_6);
115 
116 
117  verticalLayout->addLayout(horizontalLayout_2);
118 
119  formatLabel = new QLabel(TranscodeDialog);
120  formatLabel->setObjectName(QStringLiteral("formatLabel"));
121  formatLabel->setText(QStringLiteral("formatLabel"));
122  formatLabel->setAlignment(Qt::AlignCenter);
123 
124  verticalLayout->addWidget(formatLabel);
125 
126  checkBox = new QCheckBox(TranscodeDialog);
127  checkBox->setObjectName(QStringLiteral("checkBox"));
128 
129  verticalLayout->addWidget(checkBox);
130 
131  buttonBox = new QDialogButtonBox(TranscodeDialog);
132  buttonBox->setObjectName(QStringLiteral("buttonBox"));
133  buttonBox->setOrientation(Qt::Horizontal);
134  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
135 
136  verticalLayout->addWidget(buttonBox);
137 
138 
139  retranslateUi(TranscodeDialog);
140  QObject::connect(buttonBox, SIGNAL(accepted()), TranscodeDialog, SLOT(accept()));
141  QObject::connect(buttonBox, SIGNAL(rejected()), TranscodeDialog, SLOT(reject()));
142 
143  QMetaObject::connectSlotsByName(TranscodeDialog);
144  } // setupUi
145 
146  void retranslateUi(QDialog *TranscodeDialog)
147  {
148  TranscodeDialog->setWindowTitle(QApplication::translate("TranscodeDialog", "Dialog", nullptr));
149  label->setText(QApplication::translate("TranscodeDialog", "good", nullptr));
150  label_2->setText(QApplication::translate("TranscodeDialog", "better", nullptr));
151  label_3->setText(QApplication::translate("TranscodeDialog", "best", nullptr));
152  label_4->setText(QApplication::translate("TranscodeDialog", "medium", nullptr));
153  label_5->setText(QApplication::translate("TranscodeDialog", "large", nullptr));
154  label_6->setText(QApplication::translate("TranscodeDialog", "biggest", nullptr));
155  checkBox->setText(QApplication::translate("TranscodeDialog", "Do not show this anymore.", "Convert to edit-friendly format dialog"));
156  } // retranslateUi
157 
158 };
159 
160 namespace Ui {
161  class TranscodeDialog: public Ui_TranscodeDialog {};
162 } // namespace Ui
163 
164 QT_END_NAMESPACE
165 
166 #endif // UI_TRANSCODEDIALOG_H