Sayonara Player
Loading...
Searching...
No Matches
ui_GUI_PlaylistPreferences.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_PlaylistPreferences.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.17
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_PLAYLISTPREFERENCES_H
10#define UI_GUI_PLAYLISTPREFERENCES_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QDoubleSpinBox>
16#include <QtWidgets/QFrame>
17#include <QtWidgets/QGridLayout>
18#include <QtWidgets/QGroupBox>
19#include <QtWidgets/QHBoxLayout>
20#include <QtWidgets/QLabel>
21#include <QtWidgets/QLineEdit>
22#include <QtWidgets/QPushButton>
23#include <QtWidgets/QScrollArea>
24#include <QtWidgets/QSpacerItem>
25#include <QtWidgets/QTabWidget>
26#include <QtWidgets/QVBoxLayout>
27#include <QtWidgets/QWidget>
28
29QT_BEGIN_NAMESPACE
30
32{
33public:
34 QGridLayout *gridLayout;
35 QTabWidget *tabWidget;
36 QWidget *tabBehavior;
37 QVBoxLayout *verticalLayout_2;
38 QFrame *line;
39 QScrollArea *scrollArea;
40 QWidget *scrollAreaWidgetContents;
41 QVBoxLayout *verticalLayout_5;
42 QGroupBox *groupBox;
43 QVBoxLayout *verticalLayout;
44 QCheckBox *cbLoadRecentPlaylists;
45 QCheckBox *cbLoadTemporaryPlaylists;
46 QCheckBox *cbLoadSavedPlaylists;
47 QCheckBox *cbStartPlaying;
48 QCheckBox *cbLoadLastTrack;
49 QCheckBox *cbRememberTime;
50 QGroupBox *gbFilesystemPlaylistName;
51 QVBoxLayout *verticalLayout_12;
52 QCheckBox *cbCreateFileystemPlaylist;
53 QHBoxLayout *horizontalLayout_2;
54 QCheckBox *cbChooseFilesystemPlaylistName;
55 QLineEdit *leFilesystemPlaylistName;
56 QCheckBox *cbRememberAfterStop;
57 QCheckBox *cbPlayTrackAfterSearch;
58 QCheckBox *cbJumpToCurrentTrack;
59 QCheckBox *cbConfirmOnClose;
60 QSpacerItem *verticalSpacer_3;
61 QWidget *tabLockedPlaylists;
62 QVBoxLayout *verticalLayout_3;
63 QCheckBox *cbAllowDynamicPlayback;
64 QCheckBox *cbAllowRearrange;
65 QSpacerItem *verticalSpacer_5;
66 QWidget *tabLook;
67 QVBoxLayout *verticalLayout_7;
68 QGroupBox *groupBox_4;
69 QVBoxLayout *verticalLayout_9;
70 QCheckBox *cbShowClearButton;
71 QCheckBox *cbShowBottomBar;
72 QCheckBox *cbShowNumbers;
73 QCheckBox *cbShowCovers;
74 QCheckBox *cbShowRating;
75 QGroupBox *groupBox_5;
76 QGridLayout *gridLayout_3;
77 QCheckBox *cbCustomColorDark;
78 QPushButton *btnCustomColorStandard;
79 QPushButton *btnCustomColorDark;
80 QCheckBox *cbCustomColorStandard;
81 QSpacerItem *horizontalSpacer_5;
82 QSpacerItem *horizontalSpacer_4;
83 QGroupBox *groupBox_2;
84 QGridLayout *gridLayout_5;
85 QCheckBox *cbUseCustomOpacityForCheckedButton;
86 QCheckBox *cbUseCustomColorForCheckedButtonDark;
87 QPushButton *btnCustomColorForCheckedButtonDark;
88 QDoubleSpinBox *sbCustomOpacityForCheckedButtonStd;
89 QPushButton *btnCustomColorForCheckedButtonStd;
90 QCheckBox *cbUseCustomColorForCheckedButtonStd;
91 QSpacerItem *horizontalSpacer;
92 QSpacerItem *horizontalSpacer_2;
93 QSpacerItem *horizontalSpacer_3;
94 QSpacerItem *verticalSpacer;
95 QWidget *tabRowStyle;
96 QVBoxLayout *verticalLayout_8;
97 QGroupBox *groupBox_6;
98 QVBoxLayout *verticalLayout_10;
99 QHBoxLayout *horizontalLayout;
100 QLineEdit *leExpression;
101 QPushButton *btnDefault;
102 QPushButton *btnTemplateHelp;
103 QWidget *widgetTemplateHelp;
104 QGridLayout *gridLayout_2;
105 QLabel *label_9;
106 QLabel *filenameTitle;
107 QLabel *label_6;
108 QLabel *label_2;
109 QLabel *label_10;
110 QLabel *label_4;
111 QLabel *labTitle;
112 QLabel *label_8;
113 QLabel *labAlbum;
114 QLabel *label_5;
115 QLabel *labTrackNumber;
116 QLabel *labArtist;
117 QLabel *label_7;
118 QLabel *label;
119 QFrame *line_4;
120 QSpacerItem *verticalSpacer_2;
121 QWidget *tabWorkarounds;
122 QVBoxLayout *verticalLayout_11;
123 QGroupBox *groupBox_3;
124 QVBoxLayout *verticalLayout_6;
125 QCheckBox *cb_startupPlaybackWorkaround263;
126 QSpacerItem *verticalSpacer_4;
127
128 void setupUi(QWidget *GUI_PlaylistPreferences)
129 {
130 if (GUI_PlaylistPreferences->objectName().isEmpty())
131 GUI_PlaylistPreferences->setObjectName(QString::fromUtf8("GUI_PlaylistPreferences"));
132 GUI_PlaylistPreferences->resize(718, 687);
133 gridLayout = new QGridLayout(GUI_PlaylistPreferences);
134 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
135 gridLayout->setContentsMargins(0, 0, 0, 0);
136 tabWidget = new QTabWidget(GUI_PlaylistPreferences);
137 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
138 tabWidget->setFocusPolicy(Qt::NoFocus);
139 tabBehavior = new QWidget();
140 tabBehavior->setObjectName(QString::fromUtf8("tabBehavior"));
141 verticalLayout_2 = new QVBoxLayout(tabBehavior);
142 verticalLayout_2->setSpacing(5);
143 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
144 line = new QFrame(tabBehavior);
145 line->setObjectName(QString::fromUtf8("line"));
146 line->setFrameShape(QFrame::HLine);
147 line->setFrameShadow(QFrame::Sunken);
148
149 verticalLayout_2->addWidget(line);
150
151 scrollArea = new QScrollArea(tabBehavior);
152 scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
153 scrollArea->setWidgetResizable(true);
154 scrollAreaWidgetContents = new QWidget();
155 scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
156 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 692, 611));
157 verticalLayout_5 = new QVBoxLayout(scrollAreaWidgetContents);
158 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
159 groupBox = new QGroupBox(scrollAreaWidgetContents);
160 groupBox->setObjectName(QString::fromUtf8("groupBox"));
161 verticalLayout = new QVBoxLayout(groupBox);
162 verticalLayout->setSpacing(6);
163 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
164 verticalLayout->setContentsMargins(-1, 6, -1, 6);
165 cbLoadRecentPlaylists = new QCheckBox(groupBox);
166 cbLoadRecentPlaylists->setObjectName(QString::fromUtf8("cbLoadRecentPlaylists"));
167
168 verticalLayout->addWidget(cbLoadRecentPlaylists);
169
170 cbLoadTemporaryPlaylists = new QCheckBox(groupBox);
171 cbLoadTemporaryPlaylists->setObjectName(QString::fromUtf8("cbLoadTemporaryPlaylists"));
172
173 verticalLayout->addWidget(cbLoadTemporaryPlaylists);
174
175 cbLoadSavedPlaylists = new QCheckBox(groupBox);
176 cbLoadSavedPlaylists->setObjectName(QString::fromUtf8("cbLoadSavedPlaylists"));
177 cbLoadSavedPlaylists->setChecked(true);
178
179 verticalLayout->addWidget(cbLoadSavedPlaylists);
180
181 cbStartPlaying = new QCheckBox(groupBox);
182 cbStartPlaying->setObjectName(QString::fromUtf8("cbStartPlaying"));
183
184 verticalLayout->addWidget(cbStartPlaying);
185
186 cbLoadLastTrack = new QCheckBox(groupBox);
187 cbLoadLastTrack->setObjectName(QString::fromUtf8("cbLoadLastTrack"));
188
189 verticalLayout->addWidget(cbLoadLastTrack);
190
191 cbRememberTime = new QCheckBox(groupBox);
192 cbRememberTime->setObjectName(QString::fromUtf8("cbRememberTime"));
193
194 verticalLayout->addWidget(cbRememberTime);
195
196
197 verticalLayout_5->addWidget(groupBox);
198
199 gbFilesystemPlaylistName = new QGroupBox(scrollAreaWidgetContents);
200 gbFilesystemPlaylistName->setObjectName(QString::fromUtf8("gbFilesystemPlaylistName"));
201 verticalLayout_12 = new QVBoxLayout(gbFilesystemPlaylistName);
202 verticalLayout_12->setObjectName(QString::fromUtf8("verticalLayout_12"));
203 cbCreateFileystemPlaylist = new QCheckBox(gbFilesystemPlaylistName);
204 cbCreateFileystemPlaylist->setObjectName(QString::fromUtf8("cbCreateFileystemPlaylist"));
205
206 verticalLayout_12->addWidget(cbCreateFileystemPlaylist);
207
208 horizontalLayout_2 = new QHBoxLayout();
209 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
210 cbChooseFilesystemPlaylistName = new QCheckBox(gbFilesystemPlaylistName);
211 cbChooseFilesystemPlaylistName->setObjectName(QString::fromUtf8("cbChooseFilesystemPlaylistName"));
212
213 horizontalLayout_2->addWidget(cbChooseFilesystemPlaylistName);
214
215 leFilesystemPlaylistName = new QLineEdit(gbFilesystemPlaylistName);
216 leFilesystemPlaylistName->setObjectName(QString::fromUtf8("leFilesystemPlaylistName"));
217
218 horizontalLayout_2->addWidget(leFilesystemPlaylistName);
219
220
221 verticalLayout_12->addLayout(horizontalLayout_2);
222
223
224 verticalLayout_5->addWidget(gbFilesystemPlaylistName);
225
226 cbRememberAfterStop = new QCheckBox(scrollAreaWidgetContents);
227 cbRememberAfterStop->setObjectName(QString::fromUtf8("cbRememberAfterStop"));
228
229 verticalLayout_5->addWidget(cbRememberAfterStop);
230
231 cbPlayTrackAfterSearch = new QCheckBox(scrollAreaWidgetContents);
232 cbPlayTrackAfterSearch->setObjectName(QString::fromUtf8("cbPlayTrackAfterSearch"));
233
234 verticalLayout_5->addWidget(cbPlayTrackAfterSearch);
235
236 cbJumpToCurrentTrack = new QCheckBox(scrollAreaWidgetContents);
237 cbJumpToCurrentTrack->setObjectName(QString::fromUtf8("cbJumpToCurrentTrack"));
238
239 verticalLayout_5->addWidget(cbJumpToCurrentTrack);
240
241 cbConfirmOnClose = new QCheckBox(scrollAreaWidgetContents);
242 cbConfirmOnClose->setObjectName(QString::fromUtf8("cbConfirmOnClose"));
243
244 verticalLayout_5->addWidget(cbConfirmOnClose);
245
246 verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
247
248 verticalLayout_5->addItem(verticalSpacer_3);
249
250 scrollArea->setWidget(scrollAreaWidgetContents);
251
252 verticalLayout_2->addWidget(scrollArea);
253
254 tabWidget->addTab(tabBehavior, QString());
255 tabLockedPlaylists = new QWidget();
256 tabLockedPlaylists->setObjectName(QString::fromUtf8("tabLockedPlaylists"));
257 verticalLayout_3 = new QVBoxLayout(tabLockedPlaylists);
258 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
259 cbAllowDynamicPlayback = new QCheckBox(tabLockedPlaylists);
260 cbAllowDynamicPlayback->setObjectName(QString::fromUtf8("cbAllowDynamicPlayback"));
261
262 verticalLayout_3->addWidget(cbAllowDynamicPlayback);
263
264 cbAllowRearrange = new QCheckBox(tabLockedPlaylists);
265 cbAllowRearrange->setObjectName(QString::fromUtf8("cbAllowRearrange"));
266
267 verticalLayout_3->addWidget(cbAllowRearrange);
268
269 verticalSpacer_5 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
270
271 verticalLayout_3->addItem(verticalSpacer_5);
272
273 tabWidget->addTab(tabLockedPlaylists, QString());
274 tabLook = new QWidget();
275 tabLook->setObjectName(QString::fromUtf8("tabLook"));
276 verticalLayout_7 = new QVBoxLayout(tabLook);
277 verticalLayout_7->setSpacing(5);
278 verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
279 groupBox_4 = new QGroupBox(tabLook);
280 groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
281 verticalLayout_9 = new QVBoxLayout(groupBox_4);
282 verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9"));
283 cbShowClearButton = new QCheckBox(groupBox_4);
284 cbShowClearButton->setObjectName(QString::fromUtf8("cbShowClearButton"));
285
286 verticalLayout_9->addWidget(cbShowClearButton);
287
288 cbShowBottomBar = new QCheckBox(groupBox_4);
289 cbShowBottomBar->setObjectName(QString::fromUtf8("cbShowBottomBar"));
290
291 verticalLayout_9->addWidget(cbShowBottomBar);
292
293 cbShowNumbers = new QCheckBox(groupBox_4);
294 cbShowNumbers->setObjectName(QString::fromUtf8("cbShowNumbers"));
295
296 verticalLayout_9->addWidget(cbShowNumbers);
297
298 cbShowCovers = new QCheckBox(groupBox_4);
299 cbShowCovers->setObjectName(QString::fromUtf8("cbShowCovers"));
300
301 verticalLayout_9->addWidget(cbShowCovers);
302
303 cbShowRating = new QCheckBox(groupBox_4);
304 cbShowRating->setObjectName(QString::fromUtf8("cbShowRating"));
305
306 verticalLayout_9->addWidget(cbShowRating);
307
308
309 verticalLayout_7->addWidget(groupBox_4);
310
311 groupBox_5 = new QGroupBox(tabLook);
312 groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
313 gridLayout_3 = new QGridLayout(groupBox_5);
314 gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
315 cbCustomColorDark = new QCheckBox(groupBox_5);
316 cbCustomColorDark->setObjectName(QString::fromUtf8("cbCustomColorDark"));
317
318 gridLayout_3->addWidget(cbCustomColorDark, 1, 0, 1, 1);
319
320 btnCustomColorStandard = new QPushButton(groupBox_5);
321 btnCustomColorStandard->setObjectName(QString::fromUtf8("btnCustomColorStandard"));
322 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
323 sizePolicy.setHorizontalStretch(0);
324 sizePolicy.setVerticalStretch(0);
325 sizePolicy.setHeightForWidth(btnCustomColorStandard->sizePolicy().hasHeightForWidth());
326 btnCustomColorStandard->setSizePolicy(sizePolicy);
327 btnCustomColorStandard->setText(QString::fromUtf8("..."));
328
329 gridLayout_3->addWidget(btnCustomColorStandard, 0, 3, 1, 1);
330
331 btnCustomColorDark = new QPushButton(groupBox_5);
332 btnCustomColorDark->setObjectName(QString::fromUtf8("btnCustomColorDark"));
333 sizePolicy.setHeightForWidth(btnCustomColorDark->sizePolicy().hasHeightForWidth());
334 btnCustomColorDark->setSizePolicy(sizePolicy);
335 btnCustomColorDark->setText(QString::fromUtf8("..."));
336
337 gridLayout_3->addWidget(btnCustomColorDark, 1, 3, 1, 1);
338
339 cbCustomColorStandard = new QCheckBox(groupBox_5);
340 cbCustomColorStandard->setObjectName(QString::fromUtf8("cbCustomColorStandard"));
341
342 gridLayout_3->addWidget(cbCustomColorStandard, 0, 0, 1, 1);
343
344 horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
345
346 gridLayout_3->addItem(horizontalSpacer_5, 1, 2, 1, 1);
347
348 horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
349
350 gridLayout_3->addItem(horizontalSpacer_4, 0, 1, 1, 2);
351
352
353 verticalLayout_7->addWidget(groupBox_5);
354
355 groupBox_2 = new QGroupBox(tabLook);
356 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
357 gridLayout_5 = new QGridLayout(groupBox_2);
358 gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
359 cbUseCustomOpacityForCheckedButton = new QCheckBox(groupBox_2);
360 cbUseCustomOpacityForCheckedButton->setObjectName(QString::fromUtf8("cbUseCustomOpacityForCheckedButton"));
361
362 gridLayout_5->addWidget(cbUseCustomOpacityForCheckedButton, 2, 0, 1, 1);
363
364 cbUseCustomColorForCheckedButtonDark = new QCheckBox(groupBox_2);
365 cbUseCustomColorForCheckedButtonDark->setObjectName(QString::fromUtf8("cbUseCustomColorForCheckedButtonDark"));
366
367 gridLayout_5->addWidget(cbUseCustomColorForCheckedButtonDark, 1, 0, 1, 1);
368
369 btnCustomColorForCheckedButtonDark = new QPushButton(groupBox_2);
370 btnCustomColorForCheckedButtonDark->setObjectName(QString::fromUtf8("btnCustomColorForCheckedButtonDark"));
371 sizePolicy.setHeightForWidth(btnCustomColorForCheckedButtonDark->sizePolicy().hasHeightForWidth());
372 btnCustomColorForCheckedButtonDark->setSizePolicy(sizePolicy);
373 btnCustomColorForCheckedButtonDark->setText(QString::fromUtf8("..."));
374
375 gridLayout_5->addWidget(btnCustomColorForCheckedButtonDark, 1, 2, 1, 1);
376
377 sbCustomOpacityForCheckedButtonStd = new QDoubleSpinBox(groupBox_2);
378 sbCustomOpacityForCheckedButtonStd->setObjectName(QString::fromUtf8("sbCustomOpacityForCheckedButtonStd"));
379 sizePolicy.setHeightForWidth(sbCustomOpacityForCheckedButtonStd->sizePolicy().hasHeightForWidth());
380 sbCustomOpacityForCheckedButtonStd->setSizePolicy(sizePolicy);
381 sbCustomOpacityForCheckedButtonStd->setDecimals(1);
382 sbCustomOpacityForCheckedButtonStd->setMaximum(1.000000000000000);
383 sbCustomOpacityForCheckedButtonStd->setSingleStep(0.100000000000000);
384
385 gridLayout_5->addWidget(sbCustomOpacityForCheckedButtonStd, 2, 2, 1, 1);
386
387 btnCustomColorForCheckedButtonStd = new QPushButton(groupBox_2);
388 btnCustomColorForCheckedButtonStd->setObjectName(QString::fromUtf8("btnCustomColorForCheckedButtonStd"));
389 sizePolicy.setHeightForWidth(btnCustomColorForCheckedButtonStd->sizePolicy().hasHeightForWidth());
390 btnCustomColorForCheckedButtonStd->setSizePolicy(sizePolicy);
391 btnCustomColorForCheckedButtonStd->setText(QString::fromUtf8("..."));
392
393 gridLayout_5->addWidget(btnCustomColorForCheckedButtonStd, 0, 2, 1, 1);
394
395 cbUseCustomColorForCheckedButtonStd = new QCheckBox(groupBox_2);
396 cbUseCustomColorForCheckedButtonStd->setObjectName(QString::fromUtf8("cbUseCustomColorForCheckedButtonStd"));
397
398 gridLayout_5->addWidget(cbUseCustomColorForCheckedButtonStd, 0, 0, 1, 1);
399
400 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
401
402 gridLayout_5->addItem(horizontalSpacer, 0, 1, 1, 1);
403
404 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
405
406 gridLayout_5->addItem(horizontalSpacer_2, 1, 1, 1, 1);
407
408 horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
409
410 gridLayout_5->addItem(horizontalSpacer_3, 2, 1, 1, 1);
411
412
413 verticalLayout_7->addWidget(groupBox_2);
414
415 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
416
417 verticalLayout_7->addItem(verticalSpacer);
418
419 tabWidget->addTab(tabLook, QString());
420 tabRowStyle = new QWidget();
421 tabRowStyle->setObjectName(QString::fromUtf8("tabRowStyle"));
422 verticalLayout_8 = new QVBoxLayout(tabRowStyle);
423 verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8"));
424 groupBox_6 = new QGroupBox(tabRowStyle);
425 groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
426 verticalLayout_10 = new QVBoxLayout(groupBox_6);
427 verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
428 horizontalLayout = new QHBoxLayout();
429 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
430 leExpression = new QLineEdit(groupBox_6);
431 leExpression->setObjectName(QString::fromUtf8("leExpression"));
432
433 horizontalLayout->addWidget(leExpression);
434
435 btnDefault = new QPushButton(groupBox_6);
436 btnDefault->setObjectName(QString::fromUtf8("btnDefault"));
437 btnDefault->setText(QString::fromUtf8("Default"));
438
439 horizontalLayout->addWidget(btnDefault);
440
441 btnTemplateHelp = new QPushButton(groupBox_6);
442 btnTemplateHelp->setObjectName(QString::fromUtf8("btnTemplateHelp"));
443
444 horizontalLayout->addWidget(btnTemplateHelp);
445
446
447 verticalLayout_10->addLayout(horizontalLayout);
448
449 widgetTemplateHelp = new QWidget(groupBox_6);
450 widgetTemplateHelp->setObjectName(QString::fromUtf8("widgetTemplateHelp"));
451 gridLayout_2 = new QGridLayout(widgetTemplateHelp);
452 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
453 label_9 = new QLabel(widgetTemplateHelp);
454 label_9->setObjectName(QString::fromUtf8("label_9"));
455
456 gridLayout_2->addWidget(label_9, 8, 0, 1, 1);
457
458 filenameTitle = new QLabel(widgetTemplateHelp);
459 filenameTitle->setObjectName(QString::fromUtf8("filenameTitle"));
460 filenameTitle->setText(QString::fromUtf8("File name"));
461
462 gridLayout_2->addWidget(filenameTitle, 7, 0, 1, 1);
463
464 label_6 = new QLabel(widgetTemplateHelp);
465 label_6->setObjectName(QString::fromUtf8("label_6"));
466 label_6->setText(QString::fromUtf8("%title%"));
467
468 gridLayout_2->addWidget(label_6, 4, 1, 1, 1);
469
470 label_2 = new QLabel(widgetTemplateHelp);
471 label_2->setObjectName(QString::fromUtf8("label_2"));
472 label_2->setText(QString::fromUtf8(" %nr% - '%title%' - %artist%"));
473
474 gridLayout_2->addWidget(label_2, 8, 1, 1, 1);
475
476 label_10 = new QLabel(widgetTemplateHelp);
477 label_10->setObjectName(QString::fromUtf8("label_10"));
478 label_10->setText(QString::fromUtf8("%filename%"));
479
480 gridLayout_2->addWidget(label_10, 7, 1, 1, 1);
481
482 label_4 = new QLabel(widgetTemplateHelp);
483 label_4->setObjectName(QString::fromUtf8("label_4"));
484 QFont font;
485 font.setItalic(true);
486 label_4->setFont(font);
487
488 gridLayout_2->addWidget(label_4, 1, 0, 1, 1);
489
490 labTitle = new QLabel(widgetTemplateHelp);
491 labTitle->setObjectName(QString::fromUtf8("labTitle"));
492 labTitle->setText(QString::fromUtf8("title"));
493
494 gridLayout_2->addWidget(labTitle, 4, 0, 1, 1);
495
496 label_8 = new QLabel(widgetTemplateHelp);
497 label_8->setObjectName(QString::fromUtf8("label_8"));
498 label_8->setText(QString::fromUtf8("%album%"));
499
500 gridLayout_2->addWidget(label_8, 6, 1, 1, 1);
501
502 labAlbum = new QLabel(widgetTemplateHelp);
503 labAlbum->setObjectName(QString::fromUtf8("labAlbum"));
504 labAlbum->setText(QString::fromUtf8("album"));
505
506 gridLayout_2->addWidget(labAlbum, 6, 0, 1, 1);
507
508 label_5 = new QLabel(widgetTemplateHelp);
509 label_5->setObjectName(QString::fromUtf8("label_5"));
510 label_5->setText(QString::fromUtf8("%nr%"));
511
512 gridLayout_2->addWidget(label_5, 3, 1, 1, 1);
513
514 labTrackNumber = new QLabel(widgetTemplateHelp);
515 labTrackNumber->setObjectName(QString::fromUtf8("labTrackNumber"));
516 labTrackNumber->setText(QString::fromUtf8("track number"));
517
518 gridLayout_2->addWidget(labTrackNumber, 3, 0, 1, 1);
519
520 labArtist = new QLabel(widgetTemplateHelp);
521 labArtist->setObjectName(QString::fromUtf8("labArtist"));
522 labArtist->setText(QString::fromUtf8("artist"));
523
524 gridLayout_2->addWidget(labArtist, 5, 0, 1, 1);
525
526 label_7 = new QLabel(widgetTemplateHelp);
527 label_7->setObjectName(QString::fromUtf8("label_7"));
528 label_7->setText(QString::fromUtf8("%artist%"));
529
530 gridLayout_2->addWidget(label_7, 5, 1, 1, 1);
531
532 label = new QLabel(widgetTemplateHelp);
533 label->setObjectName(QString::fromUtf8("label"));
534 QFont font1;
535 font1.setBold(true);
536 font1.setWeight(75);
537 label->setFont(font1);
538
539 gridLayout_2->addWidget(label, 2, 0, 1, 1);
540
541
542 verticalLayout_10->addWidget(widgetTemplateHelp);
543
544
545 verticalLayout_8->addWidget(groupBox_6);
546
547 line_4 = new QFrame(tabRowStyle);
548 line_4->setObjectName(QString::fromUtf8("line_4"));
549 line_4->setFrameShape(QFrame::HLine);
550 line_4->setFrameShadow(QFrame::Sunken);
551
552 verticalLayout_8->addWidget(line_4);
553
554 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
555
556 verticalLayout_8->addItem(verticalSpacer_2);
557
558 tabWidget->addTab(tabRowStyle, QString());
559 tabWorkarounds = new QWidget();
560 tabWorkarounds->setObjectName(QString::fromUtf8("tabWorkarounds"));
561 verticalLayout_11 = new QVBoxLayout(tabWorkarounds);
562 verticalLayout_11->setObjectName(QString::fromUtf8("verticalLayout_11"));
563 groupBox_3 = new QGroupBox(tabWorkarounds);
564 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
565 verticalLayout_6 = new QVBoxLayout(groupBox_3);
566 verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
567 cb_startupPlaybackWorkaround263 = new QCheckBox(groupBox_3);
568 cb_startupPlaybackWorkaround263->setObjectName(QString::fromUtf8("cb_startupPlaybackWorkaround263"));
569 cb_startupPlaybackWorkaround263->setText(QString::fromUtf8("Fix startup playback issue"));
570
571 verticalLayout_6->addWidget(cb_startupPlaybackWorkaround263);
572
573
574 verticalLayout_11->addWidget(groupBox_3);
575
576 verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
577
578 verticalLayout_11->addItem(verticalSpacer_4);
579
580 tabWidget->addTab(tabWorkarounds, QString());
581
582 gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
583
584 QWidget::setTabOrder(cbLoadTemporaryPlaylists, cbLoadSavedPlaylists);
585
586 retranslateUi(GUI_PlaylistPreferences);
587
588 tabWidget->setCurrentIndex(2);
589
590
591 QMetaObject::connectSlotsByName(GUI_PlaylistPreferences);
592 } // setupUi
593
594 void retranslateUi(QWidget *GUI_PlaylistPreferences)
595 {
596 groupBox->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Start up", nullptr));
597 cbLoadRecentPlaylists->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load all recent playlists", nullptr));
598 cbLoadTemporaryPlaylists->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load temporary playlists", nullptr));
599 cbLoadSavedPlaylists->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load saved playlists", nullptr));
600 cbStartPlaying->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Start playing", nullptr));
601 cbLoadLastTrack->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load last track on startup", nullptr));
602 cbRememberTime->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Remember time of last track", nullptr));
603 gbFilesystemPlaylistName->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Start up from file manager", nullptr));
604 cbCreateFileystemPlaylist->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Use special playlist when starting Sayonara from file manager", nullptr));
605 cbChooseFilesystemPlaylistName->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Playlist name", nullptr));
606 cbRememberAfterStop->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load last track after resuming from stopped state", nullptr));
607 cbPlayTrackAfterSearch->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Play track when pressing \"Enter\" in search field", nullptr));
608 cbJumpToCurrentTrack->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Jump to current track in list when track changes", nullptr));
609 cbConfirmOnClose->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show confirmation on close", nullptr));
610 tabWidget->setTabText(tabWidget->indexOf(tabBehavior), QCoreApplication::translate("GUI_PlaylistPreferences", "Behavior", nullptr));
611 cbAllowDynamicPlayback->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Allow dynamic playback", nullptr));
612 cbAllowRearrange->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Allow re-arrange functionality (e.g. sorting)", nullptr));
613 tabWidget->setTabText(tabWidget->indexOf(tabLockedPlaylists), QCoreApplication::translate("GUI_PlaylistPreferences", "Locked Playlists", nullptr));
614 groupBox_4->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Visible items", nullptr));
615 cbShowClearButton->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show clear button", nullptr));
616 cbShowBottomBar->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show footer", nullptr));
617 cbShowNumbers->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show numbers", nullptr));
618 cbShowCovers->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show covers", nullptr));
619 cbShowRating->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show rating", nullptr));
620 groupBox_5->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Current track", nullptr));
621 cbCustomColorDark->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom font color in dark theme", nullptr));
622 cbCustomColorStandard->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom font color in standard theme", nullptr));
623 groupBox_2->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Bottom bar buttons", nullptr));
624 cbUseCustomOpacityForCheckedButton->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom opacity for background color", nullptr));
625 cbUseCustomColorForCheckedButtonDark->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom Color for checked button in dark theme", nullptr));
626 cbUseCustomColorForCheckedButtonStd->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom Color for checked button in standard theme", nullptr));
627 tabWidget->setTabText(tabWidget->indexOf(tabLook), QCoreApplication::translate("GUI_PlaylistPreferences", "Look", nullptr));
628 groupBox_6->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Row style", nullptr));
629 btnTemplateHelp->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Help", nullptr));
630 label_9->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Example", nullptr));
631 label_4->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "'italic text'", nullptr));
632 label->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "*bold text*", nullptr));
633 tabWidget->setTabText(tabWidget->indexOf(tabRowStyle), QCoreApplication::translate("GUI_PlaylistPreferences", "Row style", nullptr));
634 groupBox_3->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Workarounds", nullptr));
635 tabWidget->setTabText(tabWidget->indexOf(tabWorkarounds), QCoreApplication::translate("GUI_PlaylistPreferences", "Workarounds", nullptr));
637 } // retranslateUi
638
639};
640
641namespace Ui {
643} // namespace Ui
644
645QT_END_NAMESPACE
646
647#endif // UI_GUI_PLAYLISTPREFERENCES_H
Definition GUI_PlaylistPreferences.h:33
Definition ui_GUI_PlaylistPreferences.h:642
Definition ui_GUI_PlaylistPreferences.h:32