34 QGridLayout *gridLayout;
35 QTabWidget *tabWidget;
37 QVBoxLayout *verticalLayout_2;
39 QScrollArea *scrollArea;
40 QWidget *scrollAreaWidgetContents;
41 QVBoxLayout *verticalLayout_5;
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;
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;
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;
106 QLabel *filenameTitle;
115 QLabel *labTrackNumber;
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;
134 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
135 gridLayout->setContentsMargins(0, 0, 0, 0);
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);
149 verticalLayout_2->addWidget(line);
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"));
168 verticalLayout->addWidget(cbLoadRecentPlaylists);
170 cbLoadTemporaryPlaylists =
new QCheckBox(groupBox);
171 cbLoadTemporaryPlaylists->setObjectName(QString::fromUtf8(
"cbLoadTemporaryPlaylists"));
173 verticalLayout->addWidget(cbLoadTemporaryPlaylists);
175 cbLoadSavedPlaylists =
new QCheckBox(groupBox);
176 cbLoadSavedPlaylists->setObjectName(QString::fromUtf8(
"cbLoadSavedPlaylists"));
177 cbLoadSavedPlaylists->setChecked(
true);
179 verticalLayout->addWidget(cbLoadSavedPlaylists);
181 cbStartPlaying =
new QCheckBox(groupBox);
182 cbStartPlaying->setObjectName(QString::fromUtf8(
"cbStartPlaying"));
184 verticalLayout->addWidget(cbStartPlaying);
186 cbLoadLastTrack =
new QCheckBox(groupBox);
187 cbLoadLastTrack->setObjectName(QString::fromUtf8(
"cbLoadLastTrack"));
189 verticalLayout->addWidget(cbLoadLastTrack);
191 cbRememberTime =
new QCheckBox(groupBox);
192 cbRememberTime->setObjectName(QString::fromUtf8(
"cbRememberTime"));
194 verticalLayout->addWidget(cbRememberTime);
197 verticalLayout_5->addWidget(groupBox);
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"));
206 verticalLayout_12->addWidget(cbCreateFileystemPlaylist);
208 horizontalLayout_2 =
new QHBoxLayout();
209 horizontalLayout_2->setObjectName(QString::fromUtf8(
"horizontalLayout_2"));
210 cbChooseFilesystemPlaylistName =
new QCheckBox(gbFilesystemPlaylistName);
211 cbChooseFilesystemPlaylistName->setObjectName(QString::fromUtf8(
"cbChooseFilesystemPlaylistName"));
213 horizontalLayout_2->addWidget(cbChooseFilesystemPlaylistName);
215 leFilesystemPlaylistName =
new QLineEdit(gbFilesystemPlaylistName);
216 leFilesystemPlaylistName->setObjectName(QString::fromUtf8(
"leFilesystemPlaylistName"));
218 horizontalLayout_2->addWidget(leFilesystemPlaylistName);
221 verticalLayout_12->addLayout(horizontalLayout_2);
224 verticalLayout_5->addWidget(gbFilesystemPlaylistName);
226 cbRememberAfterStop =
new QCheckBox(scrollAreaWidgetContents);
227 cbRememberAfterStop->setObjectName(QString::fromUtf8(
"cbRememberAfterStop"));
229 verticalLayout_5->addWidget(cbRememberAfterStop);
231 cbPlayTrackAfterSearch =
new QCheckBox(scrollAreaWidgetContents);
232 cbPlayTrackAfterSearch->setObjectName(QString::fromUtf8(
"cbPlayTrackAfterSearch"));
234 verticalLayout_5->addWidget(cbPlayTrackAfterSearch);
236 cbJumpToCurrentTrack =
new QCheckBox(scrollAreaWidgetContents);
237 cbJumpToCurrentTrack->setObjectName(QString::fromUtf8(
"cbJumpToCurrentTrack"));
239 verticalLayout_5->addWidget(cbJumpToCurrentTrack);
241 cbConfirmOnClose =
new QCheckBox(scrollAreaWidgetContents);
242 cbConfirmOnClose->setObjectName(QString::fromUtf8(
"cbConfirmOnClose"));
244 verticalLayout_5->addWidget(cbConfirmOnClose);
246 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
248 verticalLayout_5->addItem(verticalSpacer_3);
250 scrollArea->setWidget(scrollAreaWidgetContents);
252 verticalLayout_2->addWidget(scrollArea);
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"));
262 verticalLayout_3->addWidget(cbAllowDynamicPlayback);
264 cbAllowRearrange =
new QCheckBox(tabLockedPlaylists);
265 cbAllowRearrange->setObjectName(QString::fromUtf8(
"cbAllowRearrange"));
267 verticalLayout_3->addWidget(cbAllowRearrange);
269 verticalSpacer_5 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
271 verticalLayout_3->addItem(verticalSpacer_5);
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"));
286 verticalLayout_9->addWidget(cbShowClearButton);
288 cbShowBottomBar =
new QCheckBox(groupBox_4);
289 cbShowBottomBar->setObjectName(QString::fromUtf8(
"cbShowBottomBar"));
291 verticalLayout_9->addWidget(cbShowBottomBar);
293 cbShowNumbers =
new QCheckBox(groupBox_4);
294 cbShowNumbers->setObjectName(QString::fromUtf8(
"cbShowNumbers"));
296 verticalLayout_9->addWidget(cbShowNumbers);
298 cbShowCovers =
new QCheckBox(groupBox_4);
299 cbShowCovers->setObjectName(QString::fromUtf8(
"cbShowCovers"));
301 verticalLayout_9->addWidget(cbShowCovers);
303 cbShowRating =
new QCheckBox(groupBox_4);
304 cbShowRating->setObjectName(QString::fromUtf8(
"cbShowRating"));
306 verticalLayout_9->addWidget(cbShowRating);
309 verticalLayout_7->addWidget(groupBox_4);
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"));
318 gridLayout_3->addWidget(cbCustomColorDark, 1, 0, 1, 1);
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(
"..."));
329 gridLayout_3->addWidget(btnCustomColorStandard, 0, 3, 1, 1);
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(
"..."));
337 gridLayout_3->addWidget(btnCustomColorDark, 1, 3, 1, 1);
339 cbCustomColorStandard =
new QCheckBox(groupBox_5);
340 cbCustomColorStandard->setObjectName(QString::fromUtf8(
"cbCustomColorStandard"));
342 gridLayout_3->addWidget(cbCustomColorStandard, 0, 0, 1, 1);
344 horizontalSpacer_5 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
346 gridLayout_3->addItem(horizontalSpacer_5, 1, 2, 1, 1);
348 horizontalSpacer_4 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
350 gridLayout_3->addItem(horizontalSpacer_4, 0, 1, 1, 2);
353 verticalLayout_7->addWidget(groupBox_5);
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"));
362 gridLayout_5->addWidget(cbUseCustomOpacityForCheckedButton, 2, 0, 1, 1);
364 cbUseCustomColorForCheckedButtonDark =
new QCheckBox(groupBox_2);
365 cbUseCustomColorForCheckedButtonDark->setObjectName(QString::fromUtf8(
"cbUseCustomColorForCheckedButtonDark"));
367 gridLayout_5->addWidget(cbUseCustomColorForCheckedButtonDark, 1, 0, 1, 1);
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(
"..."));
375 gridLayout_5->addWidget(btnCustomColorForCheckedButtonDark, 1, 2, 1, 1);
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);
385 gridLayout_5->addWidget(sbCustomOpacityForCheckedButtonStd, 2, 2, 1, 1);
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(
"..."));
393 gridLayout_5->addWidget(btnCustomColorForCheckedButtonStd, 0, 2, 1, 1);
395 cbUseCustomColorForCheckedButtonStd =
new QCheckBox(groupBox_2);
396 cbUseCustomColorForCheckedButtonStd->setObjectName(QString::fromUtf8(
"cbUseCustomColorForCheckedButtonStd"));
398 gridLayout_5->addWidget(cbUseCustomColorForCheckedButtonStd, 0, 0, 1, 1);
400 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
402 gridLayout_5->addItem(horizontalSpacer, 0, 1, 1, 1);
404 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
406 gridLayout_5->addItem(horizontalSpacer_2, 1, 1, 1, 1);
408 horizontalSpacer_3 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
410 gridLayout_5->addItem(horizontalSpacer_3, 2, 1, 1, 1);
413 verticalLayout_7->addWidget(groupBox_2);
415 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
417 verticalLayout_7->addItem(verticalSpacer);
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"));
433 horizontalLayout->addWidget(leExpression);
435 btnDefault =
new QPushButton(groupBox_6);
436 btnDefault->setObjectName(QString::fromUtf8(
"btnDefault"));
437 btnDefault->setText(QString::fromUtf8(
"Default"));
439 horizontalLayout->addWidget(btnDefault);
441 btnTemplateHelp =
new QPushButton(groupBox_6);
442 btnTemplateHelp->setObjectName(QString::fromUtf8(
"btnTemplateHelp"));
444 horizontalLayout->addWidget(btnTemplateHelp);
447 verticalLayout_10->addLayout(horizontalLayout);
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"));
456 gridLayout_2->addWidget(label_9, 8, 0, 1, 1);
458 filenameTitle =
new QLabel(widgetTemplateHelp);
459 filenameTitle->setObjectName(QString::fromUtf8(
"filenameTitle"));
460 filenameTitle->setText(QString::fromUtf8(
"File name"));
462 gridLayout_2->addWidget(filenameTitle, 7, 0, 1, 1);
464 label_6 =
new QLabel(widgetTemplateHelp);
465 label_6->setObjectName(QString::fromUtf8(
"label_6"));
466 label_6->setText(QString::fromUtf8(
"%title%"));
468 gridLayout_2->addWidget(label_6, 4, 1, 1, 1);
470 label_2 =
new QLabel(widgetTemplateHelp);
471 label_2->setObjectName(QString::fromUtf8(
"label_2"));
472 label_2->setText(QString::fromUtf8(
" %nr% - '%title%' - %artist%"));
474 gridLayout_2->addWidget(label_2, 8, 1, 1, 1);
476 label_10 =
new QLabel(widgetTemplateHelp);
477 label_10->setObjectName(QString::fromUtf8(
"label_10"));
478 label_10->setText(QString::fromUtf8(
"%filename%"));
480 gridLayout_2->addWidget(label_10, 7, 1, 1, 1);
482 label_4 =
new QLabel(widgetTemplateHelp);
483 label_4->setObjectName(QString::fromUtf8(
"label_4"));
485 font.setItalic(
true);
486 label_4->setFont(font);
488 gridLayout_2->addWidget(label_4, 1, 0, 1, 1);
490 labTitle =
new QLabel(widgetTemplateHelp);
491 labTitle->setObjectName(QString::fromUtf8(
"labTitle"));
492 labTitle->setText(QString::fromUtf8(
"title"));
494 gridLayout_2->addWidget(labTitle, 4, 0, 1, 1);
496 label_8 =
new QLabel(widgetTemplateHelp);
497 label_8->setObjectName(QString::fromUtf8(
"label_8"));
498 label_8->setText(QString::fromUtf8(
"%album%"));
500 gridLayout_2->addWidget(label_8, 6, 1, 1, 1);
502 labAlbum =
new QLabel(widgetTemplateHelp);
503 labAlbum->setObjectName(QString::fromUtf8(
"labAlbum"));
504 labAlbum->setText(QString::fromUtf8(
"album"));
506 gridLayout_2->addWidget(labAlbum, 6, 0, 1, 1);
508 label_5 =
new QLabel(widgetTemplateHelp);
509 label_5->setObjectName(QString::fromUtf8(
"label_5"));
510 label_5->setText(QString::fromUtf8(
"%nr%"));
512 gridLayout_2->addWidget(label_5, 3, 1, 1, 1);
514 labTrackNumber =
new QLabel(widgetTemplateHelp);
515 labTrackNumber->setObjectName(QString::fromUtf8(
"labTrackNumber"));
516 labTrackNumber->setText(QString::fromUtf8(
"track number"));
518 gridLayout_2->addWidget(labTrackNumber, 3, 0, 1, 1);
520 labArtist =
new QLabel(widgetTemplateHelp);
521 labArtist->setObjectName(QString::fromUtf8(
"labArtist"));
522 labArtist->setText(QString::fromUtf8(
"artist"));
524 gridLayout_2->addWidget(labArtist, 5, 0, 1, 1);
526 label_7 =
new QLabel(widgetTemplateHelp);
527 label_7->setObjectName(QString::fromUtf8(
"label_7"));
528 label_7->setText(QString::fromUtf8(
"%artist%"));
530 gridLayout_2->addWidget(label_7, 5, 1, 1, 1);
532 label =
new QLabel(widgetTemplateHelp);
533 label->setObjectName(QString::fromUtf8(
"label"));
537 label->setFont(font1);
539 gridLayout_2->addWidget(label, 2, 0, 1, 1);
542 verticalLayout_10->addWidget(widgetTemplateHelp);
545 verticalLayout_8->addWidget(groupBox_6);
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);
552 verticalLayout_8->addWidget(line_4);
554 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
556 verticalLayout_8->addItem(verticalSpacer_2);
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"));
571 verticalLayout_6->addWidget(cb_startupPlaybackWorkaround263);
574 verticalLayout_11->addWidget(groupBox_3);
576 verticalSpacer_4 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
578 verticalLayout_11->addItem(verticalSpacer_4);
580 tabWidget->addTab(tabWorkarounds, QString());
582 gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
584 QWidget::setTabOrder(cbLoadTemporaryPlaylists, cbLoadSavedPlaylists);
588 tabWidget->setCurrentIndex(2);
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));