CuteLogger
Fast and simple logging solution for Qt based applications
ui_imageproducerwidget.h
1/********************************************************************************
2** Form generated from reading UI file 'imageproducerwidget.ui'
3**
4** Created by: Qt User Interface Compiler version 6.8.1
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_IMAGEPRODUCERWIDGET_H
10#define UI_IMAGEPRODUCERWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QAction>
14#include <QtGui/QIcon>
15#include <QtWidgets/QApplication>
16#include <QtWidgets/QCheckBox>
17#include <QtWidgets/QFormLayout>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QLineEdit>
21#include <QtWidgets/QPlainTextEdit>
22#include <QtWidgets/QPushButton>
23#include <QtWidgets/QSpacerItem>
24#include <QtWidgets/QSpinBox>
25#include <QtWidgets/QVBoxLayout>
26#include <QtWidgets/QWidget>
27#include "widgets/timespinbox.h"
28
29QT_BEGIN_NAMESPACE
30
31class Ui_ImageProducerWidget
32{
33public:
34 QAction *actionCopyFullFilePath;
35 QAction *actionOpenFolder;
36 QAction *actionSetFileDate;
37 QAction *actionDisableProxy;
38 QAction *actionMakeProxy;
39 QAction *actionDeleteProxy;
40 QAction *actionCopyHashCode;
41 QAction *actionShowInFiles;
42 QVBoxLayout *verticalLayout;
43 QLineEdit *filenameLabel;
44 QLabel *label_2;
45 QPlainTextEdit *notesTextEdit;
46 QFormLayout *formLayout;
47 QLabel *label;
48 QHBoxLayout *horizontalLayout_3;
49 QLabel *resolutionLabel;
50 QLabel *durationLabel;
51 QHBoxLayout *horizontalLayout_6;
52 TimeSpinBox *durationSpinBox;
53 QPushButton *defaultDurationButton;
54 QLabel *aspectRatioLabel;
55 QHBoxLayout *horizontalLayout_2;
56 QSpinBox *aspectNumSpinBox;
57 QLabel *label_4;
58 QSpinBox *aspectDenSpinBox;
59 QCheckBox *sequenceCheckBox;
60 QLabel *label_3;
61 QHBoxLayout *horizontalLayout_4;
62 QSpinBox *repeatSpinBox;
63 QLabel *label_5;
64 QHBoxLayout *horizontalLayout;
65 QPushButton *resetButton;
66 QPushButton *proxyButton;
67 QPushButton *menuButton;
68 QSpacerItem *horizontalSpacer;
69 QSpacerItem *verticalSpacer;
70
71 void setupUi(QWidget *ImageProducerWidget)
72 {
73 if (ImageProducerWidget->objectName().isEmpty())
74 ImageProducerWidget->setObjectName("ImageProducerWidget");
75 ImageProducerWidget->resize(366, 356);
76 actionCopyFullFilePath = new QAction(ImageProducerWidget);
77 actionCopyFullFilePath->setObjectName("actionCopyFullFilePath");
78 actionOpenFolder = new QAction(ImageProducerWidget);
79 actionOpenFolder->setObjectName("actionOpenFolder");
80 actionSetFileDate = new QAction(ImageProducerWidget);
81 actionSetFileDate->setObjectName("actionSetFileDate");
82 actionDisableProxy = new QAction(ImageProducerWidget);
83 actionDisableProxy->setObjectName("actionDisableProxy");
84 actionDisableProxy->setCheckable(true);
85 actionMakeProxy = new QAction(ImageProducerWidget);
86 actionMakeProxy->setObjectName("actionMakeProxy");
87 actionDeleteProxy = new QAction(ImageProducerWidget);
88 actionDeleteProxy->setObjectName("actionDeleteProxy");
89 actionCopyHashCode = new QAction(ImageProducerWidget);
90 actionCopyHashCode->setObjectName("actionCopyHashCode");
91 actionShowInFiles = new QAction(ImageProducerWidget);
92 actionShowInFiles->setObjectName("actionShowInFiles");
93 verticalLayout = new QVBoxLayout(ImageProducerWidget);
94 verticalLayout->setObjectName("verticalLayout");
95 filenameLabel = new QLineEdit(ImageProducerWidget);
96 filenameLabel->setObjectName("filenameLabel");
97 filenameLabel->setAlignment(Qt::AlignCenter);
98
99 verticalLayout->addWidget(filenameLabel);
100
101 label_2 = new QLabel(ImageProducerWidget);
102 label_2->setObjectName("label_2");
103
104 verticalLayout->addWidget(label_2);
105
106 notesTextEdit = new QPlainTextEdit(ImageProducerWidget);
107 notesTextEdit->setObjectName("notesTextEdit");
108 notesTextEdit->setMaximumSize(QSize(16777215, 60));
109 notesTextEdit->setFocusPolicy(Qt::StrongFocus);
110 notesTextEdit->setTabChangesFocus(true);
111
112 verticalLayout->addWidget(notesTextEdit);
113
114 formLayout = new QFormLayout();
115 formLayout->setObjectName("formLayout");
116 formLayout->setFieldGrowthPolicy(QFormLayout::FieldsStayAtSizeHint);
117 formLayout->setFormAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
118 label = new QLabel(ImageProducerWidget);
119 label->setObjectName("label");
120
121 formLayout->setWidget(0, QFormLayout::LabelRole, label);
122
123 horizontalLayout_3 = new QHBoxLayout();
124 horizontalLayout_3->setObjectName("horizontalLayout_3");
125 resolutionLabel = new QLabel(ImageProducerWidget);
126 resolutionLabel->setObjectName("resolutionLabel");
127 resolutionLabel->setTextInteractionFlags(Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
128
129 horizontalLayout_3->addWidget(resolutionLabel);
130
131
132 formLayout->setLayout(0, QFormLayout::FieldRole, horizontalLayout_3);
133
134 durationLabel = new QLabel(ImageProducerWidget);
135 durationLabel->setObjectName("durationLabel");
136 durationLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
137
138 formLayout->setWidget(2, QFormLayout::LabelRole, durationLabel);
139
140 horizontalLayout_6 = new QHBoxLayout();
141 horizontalLayout_6->setObjectName("horizontalLayout_6");
142 durationSpinBox = new TimeSpinBox(ImageProducerWidget);
143 durationSpinBox->setObjectName("durationSpinBox");
144 durationSpinBox->setMaximumSize(QSize(150, 16777215));
145 durationSpinBox->setFocusPolicy(Qt::ClickFocus);
146 durationSpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
147 durationSpinBox->setAccelerated(true);
148 durationSpinBox->setKeyboardTracking(false);
149 durationSpinBox->setMinimum(1);
150 durationSpinBox->setMaximum(2147483647);
151
152 horizontalLayout_6->addWidget(durationSpinBox);
153
154 defaultDurationButton = new QPushButton(ImageProducerWidget);
155 defaultDurationButton->setObjectName("defaultDurationButton");
156
157 horizontalLayout_6->addWidget(defaultDurationButton);
158
159
160 formLayout->setLayout(2, QFormLayout::FieldRole, horizontalLayout_6);
161
162 aspectRatioLabel = new QLabel(ImageProducerWidget);
163 aspectRatioLabel->setObjectName("aspectRatioLabel");
164 aspectRatioLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
165
166 formLayout->setWidget(3, QFormLayout::LabelRole, aspectRatioLabel);
167
168 horizontalLayout_2 = new QHBoxLayout();
169 horizontalLayout_2->setObjectName("horizontalLayout_2");
170 aspectNumSpinBox = new QSpinBox(ImageProducerWidget);
171 aspectNumSpinBox->setObjectName("aspectNumSpinBox");
172 aspectNumSpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
173 aspectNumSpinBox->setKeyboardTracking(false);
174 aspectNumSpinBox->setMinimum(1);
175 aspectNumSpinBox->setMaximum(1000);
176 aspectNumSpinBox->setValue(1);
177
178 horizontalLayout_2->addWidget(aspectNumSpinBox);
179
180 label_4 = new QLabel(ImageProducerWidget);
181 label_4->setObjectName("label_4");
182
183 horizontalLayout_2->addWidget(label_4);
184
185 aspectDenSpinBox = new QSpinBox(ImageProducerWidget);
186 aspectDenSpinBox->setObjectName("aspectDenSpinBox");
187 aspectDenSpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
188 aspectDenSpinBox->setKeyboardTracking(false);
189 aspectDenSpinBox->setMinimum(1);
190 aspectDenSpinBox->setMaximum(1000);
191 aspectDenSpinBox->setValue(1);
192
193 horizontalLayout_2->addWidget(aspectDenSpinBox);
194
195
196 formLayout->setLayout(3, QFormLayout::FieldRole, horizontalLayout_2);
197
198 sequenceCheckBox = new QCheckBox(ImageProducerWidget);
199 sequenceCheckBox->setObjectName("sequenceCheckBox");
200
201 formLayout->setWidget(4, QFormLayout::SpanningRole, sequenceCheckBox);
202
203 label_3 = new QLabel(ImageProducerWidget);
204 label_3->setObjectName("label_3");
205
206 formLayout->setWidget(5, QFormLayout::LabelRole, label_3);
207
208 horizontalLayout_4 = new QHBoxLayout();
209 horizontalLayout_4->setObjectName("horizontalLayout_4");
210 repeatSpinBox = new QSpinBox(ImageProducerWidget);
211 repeatSpinBox->setObjectName("repeatSpinBox");
212 repeatSpinBox->setEnabled(false);
213 repeatSpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
214 repeatSpinBox->setKeyboardTracking(false);
215 repeatSpinBox->setMinimum(1);
216 repeatSpinBox->setMaximum(999);
217 repeatSpinBox->setValue(50);
218
219 horizontalLayout_4->addWidget(repeatSpinBox);
220
221 label_5 = new QLabel(ImageProducerWidget);
222 label_5->setObjectName("label_5");
223
224 horizontalLayout_4->addWidget(label_5);
225
226
227 formLayout->setLayout(5, QFormLayout::FieldRole, horizontalLayout_4);
228
229
230 verticalLayout->addLayout(formLayout);
231
232 horizontalLayout = new QHBoxLayout();
233 horizontalLayout->setObjectName("horizontalLayout");
234 resetButton = new QPushButton(ImageProducerWidget);
235 resetButton->setObjectName("resetButton");
236
237 horizontalLayout->addWidget(resetButton);
238
239 proxyButton = new QPushButton(ImageProducerWidget);
240 proxyButton->setObjectName("proxyButton");
241
242 horizontalLayout->addWidget(proxyButton);
243
244 menuButton = new QPushButton(ImageProducerWidget);
245 menuButton->setObjectName("menuButton");
246 QIcon icon;
247 QString iconThemeName = QString::fromUtf8("show-menu");
248 if (QIcon::hasThemeIcon(iconThemeName)) {
249 icon = QIcon::fromTheme(iconThemeName);
250 } else {
251 icon.addFile(QString::fromUtf8(":/icons/oxygen/32x32/actions/show-menu.png"), QSize(), QIcon::Mode::Normal, QIcon::State::Off);
252 }
253 menuButton->setIcon(icon);
254
255 horizontalLayout->addWidget(menuButton);
256
257 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
258
259 horizontalLayout->addItem(horizontalSpacer);
260
261
262 verticalLayout->addLayout(horizontalLayout);
263
264 verticalSpacer = new QSpacerItem(20, 18, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
265
266 verticalLayout->addItem(verticalSpacer);
267
268 QWidget::setTabOrder(filenameLabel, notesTextEdit);
269 QWidget::setTabOrder(notesTextEdit, defaultDurationButton);
270 QWidget::setTabOrder(defaultDurationButton, aspectNumSpinBox);
271 QWidget::setTabOrder(aspectNumSpinBox, aspectDenSpinBox);
272 QWidget::setTabOrder(aspectDenSpinBox, sequenceCheckBox);
273 QWidget::setTabOrder(sequenceCheckBox, repeatSpinBox);
274 QWidget::setTabOrder(repeatSpinBox, resetButton);
275 QWidget::setTabOrder(resetButton, menuButton);
276
277 retranslateUi(ImageProducerWidget);
278
279 QMetaObject::connectSlotsByName(ImageProducerWidget);
280 } // setupUi
281
282 void retranslateUi(QWidget *ImageProducerWidget)
283 {
284 ImageProducerWidget->setWindowTitle(QCoreApplication::translate("ImageProducerWidget", "Form", nullptr));
285 actionCopyFullFilePath->setText(QCoreApplication::translate("ImageProducerWidget", "Copy Full File Path", nullptr));
286 actionOpenFolder->setText(QCoreApplication::translate("ImageProducerWidget", "Show In Folder", nullptr));
287 actionSetFileDate->setText(QCoreApplication::translate("ImageProducerWidget", "Set Creation Time...", nullptr));
288 actionDisableProxy->setText(QCoreApplication::translate("ImageProducerWidget", "Disable Proxy", nullptr));
289 actionMakeProxy->setText(QCoreApplication::translate("ImageProducerWidget", "Make Proxy", nullptr));
290 actionDeleteProxy->setText(QCoreApplication::translate("ImageProducerWidget", "Delete Proxy", nullptr));
291 actionCopyHashCode->setText(QCoreApplication::translate("ImageProducerWidget", "Copy Hash Code", nullptr));
292 actionShowInFiles->setText(QCoreApplication::translate("ImageProducerWidget", "Show In Files", nullptr));
293 label_2->setText(QCoreApplication::translate("ImageProducerWidget", "Comments:", nullptr));
294 notesTextEdit->setPlainText(QString());
295 label->setText(QCoreApplication::translate("ImageProducerWidget", "Resolution", nullptr));
296 resolutionLabel->setText(QCoreApplication::translate("ImageProducerWidget", "x", nullptr));
297 durationLabel->setText(QCoreApplication::translate("ImageProducerWidget", "Duration", nullptr));
298#if QT_CONFIG(tooltip)
299 defaultDurationButton->setToolTip(QCoreApplication::translate("ImageProducerWidget", "Make the current duration value the default value", nullptr));
300#endif // QT_CONFIG(tooltip)
301 defaultDurationButton->setText(QCoreApplication::translate("ImageProducerWidget", "Set Default", nullptr));
302 aspectRatioLabel->setText(QCoreApplication::translate("ImageProducerWidget", "Pixel aspect ratio", nullptr));
303 label_4->setText(QCoreApplication::translate("ImageProducerWidget", ":", nullptr));
304 sequenceCheckBox->setText(QCoreApplication::translate("ImageProducerWidget", "Image sequence", nullptr));
305 label_3->setText(QCoreApplication::translate("ImageProducerWidget", "Repeat", nullptr));
306 repeatSpinBox->setSuffix(QCoreApplication::translate("ImageProducerWidget", " frames", nullptr));
307 label_5->setText(QCoreApplication::translate("ImageProducerWidget", "per picture", nullptr));
308 resetButton->setText(QCoreApplication::translate("ImageProducerWidget", "Reset", nullptr));
309 proxyButton->setText(QCoreApplication::translate("ImageProducerWidget", "Proxy", nullptr));
310#if QT_CONFIG(tooltip)
311 menuButton->setToolTip(QCoreApplication::translate("ImageProducerWidget", "Properties Menu", nullptr));
312#endif // QT_CONFIG(tooltip)
313 menuButton->setText(QString());
314 } // retranslateUi
315
316};
317
318namespace Ui {
319 class ImageProducerWidget: public Ui_ImageProducerWidget {};
320} // namespace Ui
321
322QT_END_NAMESPACE
323
324#endif // UI_IMAGEPRODUCERWIDGET_H