9#ifndef UI_GUI_PLAYLISTPREFERENCES_H
10#define UI_GUI_PLAYLISTPREFERENCES_H
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>
33 QGridLayout *gridLayout;
34 QTabWidget *tabWidget;
36 QGridLayout *gridLayout_4;
38 QScrollArea *scrollArea;
39 QWidget *scrollAreaWidgetContents;
40 QVBoxLayout *verticalLayout_5;
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;
61 QVBoxLayout *verticalLayout_3;
62 QCheckBox *cbAllowDynamicPlayback;
63 QCheckBox *cbAllowRearrange;
64 QSpacerItem *verticalSpacer_5;
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;
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;
92 QLabel *filenameTitle;
101 QLabel *labTrackNumber;
106 QSpacerItem *verticalSpacer_2;
108 QVBoxLayout *verticalLayout_11;
109 QGroupBox *groupBox_3;
110 QVBoxLayout *verticalLayout_6;
111 QCheckBox *cb_startupPlaybackWorkaround263;
112 QSpacerItem *verticalSpacer_4;
120 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
121 gridLayout->setContentsMargins(0, 0, 0, 0);
123 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
124 tabWidget->setFocusPolicy(Qt::NoFocus);
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);
134 gridLayout_4->addWidget(line, 5, 0, 1, 1);
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"));
153 verticalLayout->addWidget(cbLoadRecentPlaylists);
155 cbLoadTemporaryPlaylists =
new QCheckBox(groupBox);
156 cbLoadTemporaryPlaylists->setObjectName(QString::fromUtf8(
"cbLoadTemporaryPlaylists"));
158 verticalLayout->addWidget(cbLoadTemporaryPlaylists);
160 cbLoadSavedPlaylists =
new QCheckBox(groupBox);
161 cbLoadSavedPlaylists->setObjectName(QString::fromUtf8(
"cbLoadSavedPlaylists"));
162 cbLoadSavedPlaylists->setChecked(
true);
164 verticalLayout->addWidget(cbLoadSavedPlaylists);
166 cbStartPlaying =
new QCheckBox(groupBox);
167 cbStartPlaying->setObjectName(QString::fromUtf8(
"cbStartPlaying"));
169 verticalLayout->addWidget(cbStartPlaying);
171 cbLoadLastTrack =
new QCheckBox(groupBox);
172 cbLoadLastTrack->setObjectName(QString::fromUtf8(
"cbLoadLastTrack"));
174 verticalLayout->addWidget(cbLoadLastTrack);
176 cbRememberTime =
new QCheckBox(groupBox);
177 cbRememberTime->setObjectName(QString::fromUtf8(
"cbRememberTime"));
179 verticalLayout->addWidget(cbRememberTime);
182 verticalLayout_5->addWidget(groupBox);
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"));
191 verticalLayout_12->addWidget(cbCreateFileystemPlaylist);
193 horizontalLayout_2 =
new QHBoxLayout();
194 horizontalLayout_2->setObjectName(QString::fromUtf8(
"horizontalLayout_2"));
195 cbChooseFilesystemPlaylistName =
new QCheckBox(gbFilesystemPlaylistName);
196 cbChooseFilesystemPlaylistName->setObjectName(QString::fromUtf8(
"cbChooseFilesystemPlaylistName"));
198 horizontalLayout_2->addWidget(cbChooseFilesystemPlaylistName);
200 leFilesystemPlaylistName =
new QLineEdit(gbFilesystemPlaylistName);
201 leFilesystemPlaylistName->setObjectName(QString::fromUtf8(
"leFilesystemPlaylistName"));
203 horizontalLayout_2->addWidget(leFilesystemPlaylistName);
206 verticalLayout_12->addLayout(horizontalLayout_2);
209 verticalLayout_5->addWidget(gbFilesystemPlaylistName);
211 cbRememberAfterStop =
new QCheckBox(scrollAreaWidgetContents);
212 cbRememberAfterStop->setObjectName(QString::fromUtf8(
"cbRememberAfterStop"));
214 verticalLayout_5->addWidget(cbRememberAfterStop);
216 cbPlayTrackAfterSearch =
new QCheckBox(scrollAreaWidgetContents);
217 cbPlayTrackAfterSearch->setObjectName(QString::fromUtf8(
"cbPlayTrackAfterSearch"));
219 verticalLayout_5->addWidget(cbPlayTrackAfterSearch);
221 cbJumpToCurrentTrack =
new QCheckBox(scrollAreaWidgetContents);
222 cbJumpToCurrentTrack->setObjectName(QString::fromUtf8(
"cbJumpToCurrentTrack"));
224 verticalLayout_5->addWidget(cbJumpToCurrentTrack);
226 cbConfirmOnClose =
new QCheckBox(scrollAreaWidgetContents);
227 cbConfirmOnClose->setObjectName(QString::fromUtf8(
"cbConfirmOnClose"));
229 verticalLayout_5->addWidget(cbConfirmOnClose);
231 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
233 verticalLayout_5->addItem(verticalSpacer_3);
235 scrollArea->setWidget(scrollAreaWidgetContents);
237 gridLayout_4->addWidget(scrollArea, 6, 0, 1, 1);
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"));
247 verticalLayout_3->addWidget(cbAllowDynamicPlayback);
249 cbAllowRearrange =
new QCheckBox(tab_5);
250 cbAllowRearrange->setObjectName(QString::fromUtf8(
"cbAllowRearrange"));
252 verticalLayout_3->addWidget(cbAllowRearrange);
254 verticalSpacer_5 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
256 verticalLayout_3->addItem(verticalSpacer_5);
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"));
270 verticalLayout_9->addWidget(cbShowClearButton);
272 cbShowBottomBar =
new QCheckBox(groupBox_4);
273 cbShowBottomBar->setObjectName(QString::fromUtf8(
"cbShowBottomBar"));
275 verticalLayout_9->addWidget(cbShowBottomBar);
277 cbShowNumbers =
new QCheckBox(groupBox_4);
278 cbShowNumbers->setObjectName(QString::fromUtf8(
"cbShowNumbers"));
280 verticalLayout_9->addWidget(cbShowNumbers);
282 cbShowCovers =
new QCheckBox(groupBox_4);
283 cbShowCovers->setObjectName(QString::fromUtf8(
"cbShowCovers"));
285 verticalLayout_9->addWidget(cbShowCovers);
287 cbShowRating =
new QCheckBox(groupBox_4);
288 cbShowRating->setObjectName(QString::fromUtf8(
"cbShowRating"));
290 verticalLayout_9->addWidget(cbShowRating);
293 verticalLayout_7->addWidget(groupBox_4);
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"));
302 gridLayout_3->addWidget(cbCustomColorStandard, 0, 0, 1, 1);
304 cbCustomColorDark =
new QCheckBox(groupBox_5);
305 cbCustomColorDark->setObjectName(QString::fromUtf8(
"cbCustomColorDark"));
307 gridLayout_3->addWidget(cbCustomColorDark, 1, 0, 1, 1);
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(
"..."));
318 gridLayout_3->addWidget(btnCustomColorDark, 1, 1, 1, 1);
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(
"..."));
326 gridLayout_3->addWidget(btnCustomColorStandard, 0, 1, 1, 1);
329 verticalLayout_7->addWidget(groupBox_5);
331 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
333 verticalLayout_7->addItem(verticalSpacer);
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"));
349 horizontalLayout->addWidget(leExpression);
351 btnDefault =
new QPushButton(groupBox_6);
352 btnDefault->setObjectName(QString::fromUtf8(
"btnDefault"));
353 btnDefault->setText(QString::fromUtf8(
"Default"));
355 horizontalLayout->addWidget(btnDefault);
357 btnTemplateHelp =
new QPushButton(groupBox_6);
358 btnTemplateHelp->setObjectName(QString::fromUtf8(
"btnTemplateHelp"));
360 horizontalLayout->addWidget(btnTemplateHelp);
363 verticalLayout_10->addLayout(horizontalLayout);
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"));
372 gridLayout_2->addWidget(label_9, 8, 0, 1, 1);
374 filenameTitle =
new QLabel(widgetTemplateHelp);
375 filenameTitle->setObjectName(QString::fromUtf8(
"filenameTitle"));
376 filenameTitle->setText(QString::fromUtf8(
"File name"));
378 gridLayout_2->addWidget(filenameTitle, 7, 0, 1, 1);
380 label_6 =
new QLabel(widgetTemplateHelp);
381 label_6->setObjectName(QString::fromUtf8(
"label_6"));
382 label_6->setText(QString::fromUtf8(
"%title%"));
384 gridLayout_2->addWidget(label_6, 4, 1, 1, 1);
386 label_2 =
new QLabel(widgetTemplateHelp);
387 label_2->setObjectName(QString::fromUtf8(
"label_2"));
388 label_2->setText(QString::fromUtf8(
" %nr% - '%title%' - %artist%"));
390 gridLayout_2->addWidget(label_2, 8, 1, 1, 1);
392 label_10 =
new QLabel(widgetTemplateHelp);
393 label_10->setObjectName(QString::fromUtf8(
"label_10"));
394 label_10->setText(QString::fromUtf8(
"%filename%"));
396 gridLayout_2->addWidget(label_10, 7, 1, 1, 1);
398 label_4 =
new QLabel(widgetTemplateHelp);
399 label_4->setObjectName(QString::fromUtf8(
"label_4"));
401 font.setItalic(
true);
402 label_4->setFont(font);
404 gridLayout_2->addWidget(label_4, 1, 0, 1, 1);
406 labTitle =
new QLabel(widgetTemplateHelp);
407 labTitle->setObjectName(QString::fromUtf8(
"labTitle"));
408 labTitle->setText(QString::fromUtf8(
"title"));
410 gridLayout_2->addWidget(labTitle, 4, 0, 1, 1);
412 label_8 =
new QLabel(widgetTemplateHelp);
413 label_8->setObjectName(QString::fromUtf8(
"label_8"));
414 label_8->setText(QString::fromUtf8(
"%album%"));
416 gridLayout_2->addWidget(label_8, 6, 1, 1, 1);
418 labAlbum =
new QLabel(widgetTemplateHelp);
419 labAlbum->setObjectName(QString::fromUtf8(
"labAlbum"));
420 labAlbum->setText(QString::fromUtf8(
"album"));
422 gridLayout_2->addWidget(labAlbum, 6, 0, 1, 1);
424 label_5 =
new QLabel(widgetTemplateHelp);
425 label_5->setObjectName(QString::fromUtf8(
"label_5"));
426 label_5->setText(QString::fromUtf8(
"%nr%"));
428 gridLayout_2->addWidget(label_5, 3, 1, 1, 1);
430 labTrackNumber =
new QLabel(widgetTemplateHelp);
431 labTrackNumber->setObjectName(QString::fromUtf8(
"labTrackNumber"));
432 labTrackNumber->setText(QString::fromUtf8(
"track number"));
434 gridLayout_2->addWidget(labTrackNumber, 3, 0, 1, 1);
436 labArtist =
new QLabel(widgetTemplateHelp);
437 labArtist->setObjectName(QString::fromUtf8(
"labArtist"));
438 labArtist->setText(QString::fromUtf8(
"artist"));
440 gridLayout_2->addWidget(labArtist, 5, 0, 1, 1);
442 label_7 =
new QLabel(widgetTemplateHelp);
443 label_7->setObjectName(QString::fromUtf8(
"label_7"));
444 label_7->setText(QString::fromUtf8(
"%artist%"));
446 gridLayout_2->addWidget(label_7, 5, 1, 1, 1);
448 label =
new QLabel(widgetTemplateHelp);
449 label->setObjectName(QString::fromUtf8(
"label"));
453 label->setFont(font1);
455 gridLayout_2->addWidget(label, 2, 0, 1, 1);
458 verticalLayout_10->addWidget(widgetTemplateHelp);
461 verticalLayout_8->addWidget(groupBox_6);
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);
468 verticalLayout_8->addWidget(line_4);
470 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
472 verticalLayout_8->addItem(verticalSpacer_2);
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"));
487 verticalLayout_6->addWidget(cb_startupPlaybackWorkaround263);
490 verticalLayout_11->addWidget(groupBox_3);
492 verticalSpacer_4 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
494 verticalLayout_11->addItem(verticalSpacer_4);
496 tabWidget->addTab(tab_4, QString());
498 gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
500 QWidget::setTabOrder(cbLoadTemporaryPlaylists, cbLoadSavedPlaylists);
504 tabWidget->setCurrentIndex(0);
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));
Definition GUI_PlaylistPreferences.h:33
Definition ui_GUI_PlaylistPreferences.h:554
Definition ui_GUI_PlaylistPreferences.h:31