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