CuteLogger
Fast and simple logging solution for Qt based applications
ui_newprojectfolder.h
1/********************************************************************************
2** Form generated from reading UI file 'newprojectfolder.ui'
3**
4** Created by: Qt User Interface Compiler version 6.11.0
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_NEWPROJECTFOLDER_H
10#define UI_NEWPROJECTFOLDER_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QFrame>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QLineEdit>
20#include <QtWidgets/QListView>
21#include <QtWidgets/QPushButton>
22#include <QtWidgets/QScrollArea>
23#include <QtWidgets/QSpacerItem>
24#include <QtWidgets/QVBoxLayout>
25#include <QtWidgets/QWidget>
26
27QT_BEGIN_NAMESPACE
28
29class Ui_NewProjectFolder
30{
31public:
32 QAction *actionProfileAutomatic;
33 QAction *actionAddCustomProfile;
34 QAction *actionProfileRemove;
35 QAction *actionRecentRemove;
36 QGridLayout *gridLayout_2;
37 QFrame *frame_2;
38 QVBoxLayout *verticalLayout_2;
39 QLabel *newProjectLabel_2;
40 QWidget *widget_2;
41 QVBoxLayout *verticalLayout_3;
42 QListView *recentListView;
43 QFrame *frame;
44 QVBoxLayout *verticalLayout;
45 QLabel *newProjectLabel;
46 QWidget *widget;
47 QGridLayout *gridLayout;
48 QLabel *label;
49 QSpacerItem *verticalSpacer_2;
50 QPushButton *videoModeButton;
51 QPushButton *projectsFolderButton;
52 QLineEdit *projectNameLineEdit;
53 QHBoxLayout *horizontalLayout;
54 QPushButton *startButton;
55 QSpacerItem *horizontalSpacer;
56 QLabel *label_3;
57 QLabel *label_2;
58 QScrollArea *scrollArea;
59 QWidget *scrollAreaWidgetContents;
60 QHBoxLayout *horizontalLayout_2;
61 QLabel *label_4;
62 QSpacerItem *verticalSpacer;
63
64 void setupUi(QWidget *NewProjectFolder)
65 {
66 if (NewProjectFolder->objectName().isEmpty())
67 NewProjectFolder->setObjectName("NewProjectFolder");
68 NewProjectFolder->resize(510, 382);
69 NewProjectFolder->setMinimumSize(QSize(320, 180));
70#if QT_CONFIG(whatsthis)
71 NewProjectFolder->setWhatsThis(QString::fromUtf8("https://forum.shotcut.org/t/new-project/12978/1"));
72#endif // QT_CONFIG(whatsthis)
73 actionProfileAutomatic = new QAction(NewProjectFolder);
74 actionProfileAutomatic->setObjectName("actionProfileAutomatic");
75 actionProfileAutomatic->setCheckable(true);
76 actionProfileAutomatic->setChecked(true);
77 actionAddCustomProfile = new QAction(NewProjectFolder);
78 actionAddCustomProfile->setObjectName("actionAddCustomProfile");
79 actionProfileRemove = new QAction(NewProjectFolder);
80 actionProfileRemove->setObjectName("actionProfileRemove");
81 actionRecentRemove = new QAction(NewProjectFolder);
82 actionRecentRemove->setObjectName("actionRecentRemove");
83 actionRecentRemove->setMenuRole(QAction::MenuRole::NoRole);
84 gridLayout_2 = new QGridLayout(NewProjectFolder);
85 gridLayout_2->setObjectName("gridLayout_2");
86 frame_2 = new QFrame(NewProjectFolder);
87 frame_2->setObjectName("frame_2");
88 QSizePolicy sizePolicy(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Preferred);
89 sizePolicy.setHorizontalStretch(0);
90 sizePolicy.setVerticalStretch(1);
91 sizePolicy.setHeightForWidth(frame_2->sizePolicy().hasHeightForWidth());
92 frame_2->setSizePolicy(sizePolicy);
93 frame_2->setFrameShape(QFrame::Shape::Box);
94 frame_2->setLineWidth(2);
95 verticalLayout_2 = new QVBoxLayout(frame_2);
96 verticalLayout_2->setSpacing(0);
97 verticalLayout_2->setObjectName("verticalLayout_2");
98 verticalLayout_2->setContentsMargins(0, 0, 0, 0);
99 newProjectLabel_2 = new QLabel(frame_2);
100 newProjectLabel_2->setObjectName("newProjectLabel_2");
101 QFont font;
102 font.setBold(true);
103 newProjectLabel_2->setFont(font);
104 newProjectLabel_2->setAlignment(Qt::AlignmentFlag::AlignCenter);
105 newProjectLabel_2->setMargin(4);
106
107 verticalLayout_2->addWidget(newProjectLabel_2);
108
109 widget_2 = new QWidget(frame_2);
110 widget_2->setObjectName("widget_2");
111 verticalLayout_3 = new QVBoxLayout(widget_2);
112 verticalLayout_3->setObjectName("verticalLayout_3");
113 verticalLayout_3->setContentsMargins(0, 0, 0, 0);
114 recentListView = new QListView(widget_2);
115 recentListView->setObjectName("recentListView");
116 recentListView->setContextMenuPolicy(Qt::ContextMenuPolicy::CustomContextMenu);
117 recentListView->setFrameShape(QFrame::Shape::NoFrame);
118 recentListView->setEditTriggers(QAbstractItemView::EditTrigger::NoEditTriggers);
119 recentListView->setAlternatingRowColors(true);
120 recentListView->setSpacing(2);
121
122 verticalLayout_3->addWidget(recentListView);
123
124
125 verticalLayout_2->addWidget(widget_2);
126
127
128 gridLayout_2->addWidget(frame_2, 0, 1, 1, 1);
129
130 frame = new QFrame(NewProjectFolder);
131 frame->setObjectName("frame");
132 frame->setFrameShape(QFrame::Shape::Panel);
133 frame->setLineWidth(2);
134 verticalLayout = new QVBoxLayout(frame);
135 verticalLayout->setSpacing(0);
136 verticalLayout->setObjectName("verticalLayout");
137 verticalLayout->setContentsMargins(0, 0, 0, 0);
138 newProjectLabel = new QLabel(frame);
139 newProjectLabel->setObjectName("newProjectLabel");
140 newProjectLabel->setFont(font);
141 newProjectLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
142 newProjectLabel->setMargin(4);
143
144 verticalLayout->addWidget(newProjectLabel);
145
146 widget = new QWidget(frame);
147 widget->setObjectName("widget");
148 gridLayout = new QGridLayout(widget);
149 gridLayout->setObjectName("gridLayout");
150 label = new QLabel(widget);
151 label->setObjectName("label");
152 label->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
153
154 gridLayout->addWidget(label, 0, 0, 1, 1);
155
156 verticalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
157
158 gridLayout->addItem(verticalSpacer_2, 5, 1, 1, 1);
159
160 videoModeButton = new QPushButton(widget);
161 videoModeButton->setObjectName("videoModeButton");
162 videoModeButton->setMaximumSize(QSize(250, 16777215));
163
164 gridLayout->addWidget(videoModeButton, 2, 1, 1, 1);
165
166 projectsFolderButton = new QPushButton(widget);
167 projectsFolderButton->setObjectName("projectsFolderButton");
168 projectsFolderButton->setMaximumSize(QSize(500, 16777215));
169
170 gridLayout->addWidget(projectsFolderButton, 0, 1, 1, 1);
171
172 projectNameLineEdit = new QLineEdit(widget);
173 projectNameLineEdit->setObjectName("projectNameLineEdit");
174 projectNameLineEdit->setMaximumSize(QSize(500, 16777215));
175
176 gridLayout->addWidget(projectNameLineEdit, 1, 1, 1, 1);
177
178 horizontalLayout = new QHBoxLayout();
179 horizontalLayout->setObjectName("horizontalLayout");
180 startButton = new QPushButton(widget);
181 startButton->setObjectName("startButton");
182 startButton->setEnabled(false);
183
184 horizontalLayout->addWidget(startButton);
185
186 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum);
187
188 horizontalLayout->addItem(horizontalSpacer);
189
190
191 gridLayout->addLayout(horizontalLayout, 4, 1, 1, 1);
192
193 label_3 = new QLabel(widget);
194 label_3->setObjectName("label_3");
195 label_3->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
196
197 gridLayout->addWidget(label_3, 2, 0, 1, 1);
198
199 label_2 = new QLabel(widget);
200 label_2->setObjectName("label_2");
201 label_2->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
202
203 gridLayout->addWidget(label_2, 1, 0, 1, 1);
204
205 scrollArea = new QScrollArea(widget);
206 scrollArea->setObjectName("scrollArea");
207 QSizePolicy sizePolicy1(QSizePolicy::Policy::Expanding, QSizePolicy::Policy::MinimumExpanding);
208 sizePolicy1.setHorizontalStretch(0);
209 sizePolicy1.setVerticalStretch(1);
210 sizePolicy1.setHeightForWidth(scrollArea->sizePolicy().hasHeightForWidth());
211 scrollArea->setSizePolicy(sizePolicy1);
212 scrollArea->setFrameShape(QFrame::Shape::NoFrame);
213 scrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAlwaysOff);
214 scrollArea->setSizeAdjustPolicy(QAbstractScrollArea::SizeAdjustPolicy::AdjustToContents);
215 scrollArea->setWidgetResizable(true);
216 scrollAreaWidgetContents = new QWidget();
217 scrollAreaWidgetContents->setObjectName("scrollAreaWidgetContents");
218 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 164, 264));
219 horizontalLayout_2 = new QHBoxLayout(scrollAreaWidgetContents);
220 horizontalLayout_2->setObjectName("horizontalLayout_2");
221 horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
222 label_4 = new QLabel(scrollAreaWidgetContents);
223 label_4->setObjectName("label_4");
224 label_4->setAlignment(Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop);
225 label_4->setWordWrap(true);
226
227 horizontalLayout_2->addWidget(label_4);
228
229 scrollArea->setWidget(scrollAreaWidgetContents);
230
231 gridLayout->addWidget(scrollArea, 3, 1, 1, 1);
232
233 gridLayout->setRowStretch(5, 4);
234
235 verticalLayout->addWidget(widget);
236
237
238 gridLayout_2->addWidget(frame, 0, 0, 1, 1);
239
240 verticalSpacer = new QSpacerItem(20, 20, QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Expanding);
241
242 gridLayout_2->addItem(verticalSpacer, 1, 0, 1, 1);
243
244 QWidget::setTabOrder(projectsFolderButton, projectNameLineEdit);
245 QWidget::setTabOrder(projectNameLineEdit, videoModeButton);
246 QWidget::setTabOrder(videoModeButton, startButton);
247
248 retranslateUi(NewProjectFolder);
249
250 QMetaObject::connectSlotsByName(NewProjectFolder);
251 } // setupUi
252
253 void retranslateUi(QWidget *NewProjectFolder)
254 {
255 NewProjectFolder->setWindowTitle(QCoreApplication::translate("NewProjectFolder", "Form", nullptr));
256 actionProfileAutomatic->setText(QCoreApplication::translate("NewProjectFolder", "Automatic", nullptr));
257 actionAddCustomProfile->setText(QCoreApplication::translate("NewProjectFolder", "Add...", nullptr));
258 actionProfileRemove->setText(QCoreApplication::translate("NewProjectFolder", "Remove...", nullptr));
259 actionRecentRemove->setText(QCoreApplication::translate("NewProjectFolder", "Remove", nullptr));
260 newProjectLabel_2->setText(QCoreApplication::translate("NewProjectFolder", "Projects", nullptr));
261 newProjectLabel->setText(QCoreApplication::translate("NewProjectFolder", "New Project", nullptr));
262 label->setText(QCoreApplication::translate("NewProjectFolder", "Projects folder", nullptr));
263 videoModeButton->setText(QCoreApplication::translate("NewProjectFolder", "PushButton", nullptr));
264#if QT_CONFIG(tooltip)
265 projectsFolderButton->setToolTip(QCoreApplication::translate("NewProjectFolder", "This is the folder to contain Shotcut project folders.\n"
266"A folder will be created in this folder for each project.", nullptr));
267#endif // QT_CONFIG(tooltip)
268 projectsFolderButton->setText(QCoreApplication::translate("NewProjectFolder", "PushButton", nullptr));
269#if QT_CONFIG(tooltip)
270 projectNameLineEdit->setToolTip(QCoreApplication::translate("NewProjectFolder", "A folder with this name will be created containing\n"
271"a project file with the same name.", nullptr));
272#endif // QT_CONFIG(tooltip)
273 startButton->setText(QCoreApplication::translate("NewProjectFolder", "Start", nullptr));
274 label_3->setText(QCoreApplication::translate("NewProjectFolder", "Video mode", nullptr));
275 label_2->setText(QCoreApplication::translate("NewProjectFolder", "Project name", nullptr));
276 label_4->setText(QCoreApplication::translate("NewProjectFolder", "Automatic means the resolution and frame rate are based on the <b>first</b> file you <b>add</b> to your project. If the first file is not a video clip (for example, image or audio), then it will be 1920x1080p 25 fps.", nullptr));
277 } // retranslateUi
278
279};
280
281namespace Ui {
282 class NewProjectFolder: public Ui_NewProjectFolder {};
283} // namespace Ui
284
285QT_END_NAMESPACE
286
287#endif // UI_NEWPROJECTFOLDER_H