9 #ifndef UI_CUSTOMIZETHEME_H 10 #define UI_CUSTOMIZETHEME_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QCheckBox> 17 #include <QtWidgets/QComboBox> 18 #include <QtWidgets/QDialog> 19 #include <QtWidgets/QFontComboBox> 20 #include <QtWidgets/QGridLayout> 21 #include <QtWidgets/QGroupBox> 22 #include <QtWidgets/QHBoxLayout> 23 #include <QtWidgets/QHeaderView> 24 #include <QtWidgets/QLabel> 25 #include <QtWidgets/QListWidget> 26 #include <QtWidgets/QPushButton> 27 #include <QtWidgets/QRadioButton> 28 #include <QtWidgets/QScrollArea> 29 #include <QtWidgets/QSpacerItem> 30 #include <QtWidgets/QSpinBox> 31 #include <QtWidgets/QStackedWidget> 32 #include <QtWidgets/QTabWidget> 33 #include <QtWidgets/QToolButton> 34 #include <QtWidgets/QVBoxLayout> 35 #include <QtWidgets/QWidget> 241 if (CustomizeThemeDialog->objectName().isEmpty())
242 CustomizeThemeDialog->setObjectName(QStringLiteral(
"CustomizeThemeDialog"));
243 CustomizeThemeDialog->resize(740, 646);
244 horizontalLayout =
new QHBoxLayout(CustomizeThemeDialog);
245 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
246 listWidget =
new QListWidget(CustomizeThemeDialog);
248 icon.addFile(QStringLiteral(
":/config/music"), QSize(), QIcon::Normal, QIcon::Off);
249 QListWidgetItem *__qlistwidgetitem =
new QListWidgetItem(listWidget);
250 __qlistwidgetitem->setTextAlignment(Qt::AlignCenter);
251 __qlistwidgetitem->setIcon(icon);
252 __qlistwidgetitem->setFlags(Qt::ItemIsSelectable|Qt::ItemIsEnabled);
254 icon1.addFile(QStringLiteral(
":/config/fonts"), QSize(), QIcon::Normal, QIcon::Off);
255 QListWidgetItem *__qlistwidgetitem1 =
new QListWidgetItem(listWidget);
256 __qlistwidgetitem1->setTextAlignment(Qt::AlignCenter);
257 __qlistwidgetitem1->setIcon(icon1);
259 icon2.addFile(QStringLiteral(
":/config/colors"), QSize(), QIcon::Normal, QIcon::Off);
260 QListWidgetItem *__qlistwidgetitem2 =
new QListWidgetItem(listWidget);
261 __qlistwidgetitem2->setTextAlignment(Qt::AlignCenter);
262 __qlistwidgetitem2->setIcon(icon2);
264 icon3.addFile(QStringLiteral(
":/config/music-library"), QSize(), QIcon::Normal, QIcon::Off);
265 QListWidgetItem *__qlistwidgetitem3 =
new QListWidgetItem(listWidget);
266 __qlistwidgetitem3->setTextAlignment(Qt::AlignCenter);
267 __qlistwidgetitem3->setIcon(icon3);
269 icon4.addFile(QStringLiteral(
":/config/tabs"), QSize(), QIcon::Normal, QIcon::Off);
270 QListWidgetItem *__qlistwidgetitem4 =
new QListWidgetItem(listWidget);
271 __qlistwidgetitem4->setTextAlignment(Qt::AlignCenter);
272 __qlistwidgetitem4->setIcon(icon4);
273 listWidget->setObjectName(QStringLiteral(
"listWidget"));
274 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
275 sizePolicy.setHorizontalStretch(0);
276 sizePolicy.setVerticalStretch(0);
277 sizePolicy.setHeightForWidth(listWidget->sizePolicy().hasHeightForWidth());
278 listWidget->setSizePolicy(sizePolicy);
279 listWidget->setMinimumSize(QSize(148, 0));
280 listWidget->setMaximumSize(QSize(180, 16777215));
281 listWidget->setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents);
282 listWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
283 listWidget->setIconSize(QSize(96, 84));
284 listWidget->setMovement(QListView::Static);
285 listWidget->setFlow(QListView::LeftToRight);
286 listWidget->setResizeMode(QListView::Adjust);
287 listWidget->setLayoutMode(QListView::SinglePass);
288 listWidget->setSpacing(12);
289 listWidget->setViewMode(QListView::IconMode);
291 horizontalLayout->addWidget(listWidget);
293 stackedWidget =
new QStackedWidget(CustomizeThemeDialog);
294 stackedWidget->setObjectName(QStringLiteral(
"stackedWidget"));
295 QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Preferred);
296 sizePolicy1.setHorizontalStretch(0);
297 sizePolicy1.setVerticalStretch(0);
298 sizePolicy1.setHeightForWidth(stackedWidget->sizePolicy().hasHeightForWidth());
299 stackedWidget->setSizePolicy(sizePolicy1);
300 buttonsPage =
new QWidget();
301 buttonsPage->setObjectName(QStringLiteral(
"buttonsPage"));
302 verticalLayout =
new QVBoxLayout(buttonsPage);
303 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
304 verticalLayout->setContentsMargins(-1, 0, -1, 0);
305 buttonThemeBox =
new QGroupBox(buttonsPage);
306 buttonThemeBox->setObjectName(QStringLiteral(
"buttonThemeBox"));
307 verticalLayout_2 =
new QVBoxLayout(buttonThemeBox);
308 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
309 themeComboBox =
new QComboBox(buttonThemeBox);
311 QString iconThemeName = QStringLiteral(
"oxygen");
312 if (QIcon::hasThemeIcon(iconThemeName)) {
313 icon5 = QIcon::fromTheme(iconThemeName);
315 icon5.addFile(QStringLiteral(
":/player/oxygen/play"), QSize(), QIcon::Normal, QIcon::Off);
317 themeComboBox->addItem(icon5, QStringLiteral(
"Oxygen"));
319 icon6.addFile(QStringLiteral(
":/player/flat/play"), QSize(), QIcon::Normal, QIcon::Off);
320 themeComboBox->addItem(icon6, QStringLiteral(
"Flat"));
322 iconThemeName = QStringLiteral(
"fairytale");
323 if (QIcon::hasThemeIcon(iconThemeName)) {
324 icon7 = QIcon::fromTheme(iconThemeName);
326 icon7.addFile(QStringLiteral(
":/player/fairytale/play"), QSize(), QIcon::Normal, QIcon::Off);
328 themeComboBox->addItem(icon7, QStringLiteral(
"Fairytale"));
330 iconThemeName = QStringLiteral(
"gnome");
331 if (QIcon::hasThemeIcon(iconThemeName)) {
332 icon8 = QIcon::fromTheme(iconThemeName);
334 icon8.addFile(QStringLiteral(
":/player/gnome/play"), QSize(), QIcon::Normal, QIcon::Off);
336 themeComboBox->addItem(icon8, QStringLiteral(
"Gnome"));
338 iconThemeName = QStringLiteral(
"nuvola");
339 if (QIcon::hasThemeIcon(iconThemeName)) {
340 icon9 = QIcon::fromTheme(iconThemeName);
342 icon9.addFile(QStringLiteral(
":/player/nuvola/play"), QSize(), QIcon::Normal, QIcon::Off);
344 themeComboBox->addItem(icon9, QStringLiteral(
"Nuvola"));
346 iconThemeName = QStringLiteral(
"tango");
347 if (QIcon::hasThemeIcon(iconThemeName)) {
348 icon10 = QIcon::fromTheme(iconThemeName);
350 icon10.addFile(QStringLiteral(
":/player/tango/play"), QSize(), QIcon::Normal, QIcon::Off);
352 themeComboBox->addItem(icon10, QStringLiteral(
"Tango"));
354 icon11.addFile(QStringLiteral(
":/player/orangewhitepearls/play"), QSize(), QIcon::Normal, QIcon::Off);
355 themeComboBox->addItem(icon11, QStringLiteral(
"Orange white pearls"));
356 themeComboBox->setObjectName(QStringLiteral(
"themeComboBox"));
358 verticalLayout_2->addWidget(themeComboBox);
360 customizeThemeCheckBox =
new QCheckBox(buttonThemeBox);
361 customizeThemeCheckBox->setObjectName(QStringLiteral(
"customizeThemeCheckBox"));
363 verticalLayout_2->addWidget(customizeThemeCheckBox);
366 verticalLayout->addWidget(buttonThemeBox);
368 buttonsListBox =
new QGroupBox(buttonsPage);
369 buttonsListBox->setObjectName(QStringLiteral(
"buttonsListBox"));
370 QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Expanding);
371 sizePolicy2.setHorizontalStretch(0);
372 sizePolicy2.setVerticalStretch(0);
373 sizePolicy2.setHeightForWidth(buttonsListBox->sizePolicy().hasHeightForWidth());
374 buttonsListBox->setSizePolicy(sizePolicy2);
375 verticalLayout_5 =
new QVBoxLayout(buttonsListBox);
376 verticalLayout_5->setObjectName(QStringLiteral(
"verticalLayout_5"));
377 customizeIconsLabel =
new QLabel(buttonsListBox);
378 customizeIconsLabel->setObjectName(QStringLiteral(
"customizeIconsLabel"));
379 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
380 sizePolicy3.setHorizontalStretch(0);
381 sizePolicy3.setVerticalStretch(0);
382 sizePolicy3.setHeightForWidth(customizeIconsLabel->sizePolicy().hasHeightForWidth());
383 customizeIconsLabel->setSizePolicy(sizePolicy3);
385 font.setItalic(
true);
386 customizeIconsLabel->setFont(font);
388 verticalLayout_5->addWidget(customizeIconsLabel);
390 customizeButtonsScrollArea =
new QScrollArea(buttonsListBox);
391 customizeButtonsScrollArea->setObjectName(QStringLiteral(
"customizeButtonsScrollArea"));
392 QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::Expanding);
393 sizePolicy4.setHorizontalStretch(0);
394 sizePolicy4.setVerticalStretch(0);
395 sizePolicy4.setHeightForWidth(customizeButtonsScrollArea->sizePolicy().hasHeightForWidth());
396 customizeButtonsScrollArea->setSizePolicy(sizePolicy4);
397 customizeButtonsScrollArea->setMaximumSize(QSize(16777215, 590));
398 customizeButtonsScrollArea->setWidgetResizable(
true);
399 scrollAreaWidgetContents =
new QWidget();
400 scrollAreaWidgetContents->setObjectName(QStringLiteral(
"scrollAreaWidgetContents"));
401 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 471, 542));
402 gridLayout =
new QGridLayout(scrollAreaWidgetContents);
403 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
404 skipBackwardCheckBox =
new QCheckBox(scrollAreaWidgetContents);
405 skipBackwardCheckBox->setObjectName(QStringLiteral(
"skipBackwardCheckBox"));
406 QSizePolicy sizePolicy5(QSizePolicy::Fixed, QSizePolicy::Fixed);
407 sizePolicy5.setHorizontalStretch(0);
408 sizePolicy5.setVerticalStretch(0);
409 sizePolicy5.setHeightForWidth(skipBackwardCheckBox->sizePolicy().hasHeightForWidth());
410 skipBackwardCheckBox->setSizePolicy(sizePolicy5);
411 skipBackwardCheckBox->setText(QStringLiteral(
""));
412 skipBackwardCheckBox->setChecked(
true);
414 gridLayout->addWidget(skipBackwardCheckBox, 0, 0, 1, 1);
416 stopLabel =
new QLabel(scrollAreaWidgetContents);
417 stopLabel->setObjectName(QStringLiteral(
"stopLabel"));
418 sizePolicy3.setHeightForWidth(stopLabel->sizePolicy().hasHeightForWidth());
419 stopLabel->setSizePolicy(sizePolicy3);
421 gridLayout->addWidget(stopLabel, 4, 1, 1, 1);
423 hl_stop =
new QHBoxLayout();
424 hl_stop->setObjectName(QStringLiteral(
"hl_stop"));
425 stop =
new QPushButton(scrollAreaWidgetContents);
426 stop->setObjectName(QStringLiteral(
"stop"));
427 sizePolicy5.setHeightForWidth(stop->sizePolicy().hasHeightForWidth());
428 stop->setSizePolicy(sizePolicy5);
429 stop->setText(QStringLiteral(
""));
431 icon12.addFile(QStringLiteral(
":/player/oxygen/stop"), QSize(), QIcon::Normal, QIcon::Off);
432 stop->setIcon(icon12);
433 stop->setIconSize(QSize(32, 32));
435 hl_stop->addWidget(stop);
438 gridLayout->addLayout(hl_stop, 4, 5, 1, 1);
440 playCheckBox =
new QCheckBox(scrollAreaWidgetContents);
441 playCheckBox->setObjectName(QStringLiteral(
"playCheckBox"));
442 sizePolicy5.setHeightForWidth(playCheckBox->sizePolicy().hasHeightForWidth());
443 playCheckBox->setSizePolicy(sizePolicy5);
444 playCheckBox->setText(QStringLiteral(
""));
445 playCheckBox->setChecked(
true);
447 gridLayout->addWidget(playCheckBox, 3, 0, 1, 1);
449 stopCheckBox =
new QCheckBox(scrollAreaWidgetContents);
450 stopCheckBox->setObjectName(QStringLiteral(
"stopCheckBox"));
451 sizePolicy5.setHeightForWidth(stopCheckBox->sizePolicy().hasHeightForWidth());
452 stopCheckBox->setSizePolicy(sizePolicy5);
453 stopCheckBox->setText(QStringLiteral(
""));
454 stopCheckBox->setChecked(
true);
456 gridLayout->addWidget(stopCheckBox, 4, 0, 1, 1);
458 hl_skipF =
new QHBoxLayout();
459 hl_skipF->setObjectName(QStringLiteral(
"hl_skipF"));
460 skipForward =
new QPushButton(scrollAreaWidgetContents);
461 skipForward->setObjectName(QStringLiteral(
"skipForward"));
462 sizePolicy5.setHeightForWidth(skipForward->sizePolicy().hasHeightForWidth());
463 skipForward->setSizePolicy(sizePolicy5);
464 skipForward->setText(QStringLiteral(
""));
466 icon13.addFile(QStringLiteral(
":/player/oxygen/skipForward"), QSize(), QIcon::Normal, QIcon::Off);
467 skipForward->setIcon(icon13);
468 skipForward->setIconSize(QSize(32, 32));
470 hl_skipF->addWidget(skipForward);
473 gridLayout->addLayout(hl_skipF, 6, 5, 1, 1);
475 hl_seekF =
new QHBoxLayout();
476 hl_seekF->setObjectName(QStringLiteral(
"hl_seekF"));
477 seekForward =
new QPushButton(scrollAreaWidgetContents);
478 seekForward->setObjectName(QStringLiteral(
"seekForward"));
479 sizePolicy5.setHeightForWidth(seekForward->sizePolicy().hasHeightForWidth());
480 seekForward->setSizePolicy(sizePolicy5);
481 seekForward->setText(QStringLiteral(
""));
483 icon14.addFile(QStringLiteral(
":/player/oxygen/seekForward"), QSize(), QIcon::Normal, QIcon::Off);
484 seekForward->setIcon(icon14);
485 seekForward->setIconSize(QSize(32, 32));
487 hl_seekF->addWidget(seekForward);
490 gridLayout->addLayout(hl_seekF, 5, 5, 1, 1);
492 hl_seekB =
new QHBoxLayout();
493 hl_seekB->setObjectName(QStringLiteral(
"hl_seekB"));
494 seekBackward =
new QPushButton(scrollAreaWidgetContents);
495 seekBackward->setObjectName(QStringLiteral(
"seekBackward"));
496 sizePolicy5.setHeightForWidth(seekBackward->sizePolicy().hasHeightForWidth());
497 seekBackward->setSizePolicy(sizePolicy5);
498 seekBackward->setText(QStringLiteral(
""));
500 icon15.addFile(QStringLiteral(
":/player/oxygen/seekBackward"), QSize(), QIcon::Normal, QIcon::Off);
501 seekBackward->setIcon(icon15);
502 seekBackward->setIconSize(QSize(32, 32));
504 hl_seekB->addWidget(seekBackward);
507 gridLayout->addLayout(hl_seekB, 2, 5, 1, 1);
509 skipForwardCheckBox =
new QCheckBox(scrollAreaWidgetContents);
510 skipForwardCheckBox->setObjectName(QStringLiteral(
"skipForwardCheckBox"));
511 sizePolicy5.setHeightForWidth(skipForwardCheckBox->sizePolicy().hasHeightForWidth());
512 skipForwardCheckBox->setSizePolicy(sizePolicy5);
513 skipForwardCheckBox->setText(QStringLiteral(
""));
514 skipForwardCheckBox->setChecked(
true);
516 gridLayout->addWidget(skipForwardCheckBox, 6, 0, 1, 1);
518 skipBackwardLabel =
new QLabel(scrollAreaWidgetContents);
519 skipBackwardLabel->setObjectName(QStringLiteral(
"skipBackwardLabel"));
520 sizePolicy3.setHeightForWidth(skipBackwardLabel->sizePolicy().hasHeightForWidth());
521 skipBackwardLabel->setSizePolicy(sizePolicy3);
523 gridLayout->addWidget(skipBackwardLabel, 0, 1, 1, 1);
525 seekForwardLabel =
new QLabel(scrollAreaWidgetContents);
526 seekForwardLabel->setObjectName(QStringLiteral(
"seekForwardLabel"));
527 sizePolicy3.setHeightForWidth(seekForwardLabel->sizePolicy().hasHeightForWidth());
528 seekForwardLabel->setSizePolicy(sizePolicy3);
530 gridLayout->addWidget(seekForwardLabel, 5, 1, 1, 1);
532 hl_skipB =
new QHBoxLayout();
533 hl_skipB->setObjectName(QStringLiteral(
"hl_skipB"));
534 skipBackward =
new QPushButton(scrollAreaWidgetContents);
535 skipBackward->setObjectName(QStringLiteral(
"skipBackward"));
536 sizePolicy5.setHeightForWidth(skipBackward->sizePolicy().hasHeightForWidth());
537 skipBackward->setSizePolicy(sizePolicy5);
538 skipBackward->setText(QStringLiteral(
""));
540 icon16.addFile(QStringLiteral(
":/player/oxygen/skipBackward"), QSize(), QIcon::Normal, QIcon::Off);
541 skipBackward->setIcon(icon16);
542 skipBackward->setIconSize(QSize(32, 32));
544 hl_skipB->addWidget(skipBackward);
547 gridLayout->addLayout(hl_skipB, 0, 5, 1, 1);
549 seekBackwardCheckBox =
new QCheckBox(scrollAreaWidgetContents);
550 seekBackwardCheckBox->setObjectName(QStringLiteral(
"seekBackwardCheckBox"));
551 sizePolicy5.setHeightForWidth(seekBackwardCheckBox->sizePolicy().hasHeightForWidth());
552 seekBackwardCheckBox->setSizePolicy(sizePolicy5);
553 seekBackwardCheckBox->setText(QStringLiteral(
""));
554 seekBackwardCheckBox->setChecked(
true);
556 gridLayout->addWidget(seekBackwardCheckBox, 2, 0, 1, 1);
558 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
560 gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1);
562 playLabel =
new QLabel(scrollAreaWidgetContents);
563 playLabel->setObjectName(QStringLiteral(
"playLabel"));
564 sizePolicy3.setHeightForWidth(playLabel->sizePolicy().hasHeightForWidth());
565 playLabel->setSizePolicy(sizePolicy3);
567 gridLayout->addWidget(playLabel, 3, 1, 1, 1);
569 seekForwardCheckBox =
new QCheckBox(scrollAreaWidgetContents);
570 seekForwardCheckBox->setObjectName(QStringLiteral(
"seekForwardCheckBox"));
571 sizePolicy5.setHeightForWidth(seekForwardCheckBox->sizePolicy().hasHeightForWidth());
572 seekForwardCheckBox->setSizePolicy(sizePolicy5);
573 seekForwardCheckBox->setText(QStringLiteral(
""));
574 seekForwardCheckBox->setChecked(
true);
576 gridLayout->addWidget(seekForwardCheckBox, 5, 0, 1, 1);
578 hl_play =
new QHBoxLayout();
579 hl_play->setObjectName(QStringLiteral(
"hl_play"));
580 play =
new QPushButton(scrollAreaWidgetContents);
581 play->setObjectName(QStringLiteral(
"play"));
582 sizePolicy5.setHeightForWidth(play->sizePolicy().hasHeightForWidth());
583 play->setSizePolicy(sizePolicy5);
584 play->setText(QStringLiteral(
""));
586 icon17.addFile(QStringLiteral(
":/player/oxygen/play"), QSize(), QIcon::Normal, QIcon::Off);
587 play->setIcon(icon17);
588 play->setIconSize(QSize(32, 32));
590 hl_play->addWidget(play);
592 pause =
new QPushButton(scrollAreaWidgetContents);
593 pause->setObjectName(QStringLiteral(
"pause"));
594 sizePolicy5.setHeightForWidth(pause->sizePolicy().hasHeightForWidth());
595 pause->setSizePolicy(sizePolicy5);
596 pause->setText(QStringLiteral(
""));
598 icon18.addFile(QStringLiteral(
":/player/oxygen/pause"), QSize(), QIcon::Normal, QIcon::Off);
599 pause->setIcon(icon18);
600 pause->setIconSize(QSize(32, 32));
602 hl_play->addWidget(pause);
605 gridLayout->addLayout(hl_play, 3, 5, 1, 1);
607 skipForwardLabel =
new QLabel(scrollAreaWidgetContents);
608 skipForwardLabel->setObjectName(QStringLiteral(
"skipForwardLabel"));
609 sizePolicy3.setHeightForWidth(skipForwardLabel->sizePolicy().hasHeightForWidth());
610 skipForwardLabel->setSizePolicy(sizePolicy3);
612 gridLayout->addWidget(skipForwardLabel, 6, 1, 1, 1);
614 horizontalLayout_11 =
new QHBoxLayout();
615 horizontalLayout_11->setObjectName(QStringLiteral(
"horizontalLayout_11"));
616 sequential =
new QPushButton(scrollAreaWidgetContents);
617 sequential->setObjectName(QStringLiteral(
"sequential"));
618 sizePolicy5.setHeightForWidth(sequential->sizePolicy().hasHeightForWidth());
619 sequential->setSizePolicy(sizePolicy5);
620 sequential->setText(QStringLiteral(
""));
622 icon19.addFile(QStringLiteral(
":/player/oxygen/sequential"), QSize(), QIcon::Normal, QIcon::Off);
623 sequential->setIcon(icon19);
624 sequential->setIconSize(QSize(32, 32));
626 horizontalLayout_11->addWidget(sequential);
629 gridLayout->addLayout(horizontalLayout_11, 8, 5, 1, 1);
631 seekBackwardLabel =
new QLabel(scrollAreaWidgetContents);
632 seekBackwardLabel->setObjectName(QStringLiteral(
"seekBackwardLabel"));
633 sizePolicy3.setHeightForWidth(seekBackwardLabel->sizePolicy().hasHeightForWidth());
634 seekBackwardLabel->setSizePolicy(sizePolicy3);
636 gridLayout->addWidget(seekBackwardLabel, 2, 1, 1, 1);
638 horizontalLayout_12 =
new QHBoxLayout();
639 horizontalLayout_12->setObjectName(QStringLiteral(
"horizontalLayout_12"));
640 repeat =
new QPushButton(scrollAreaWidgetContents);
641 repeat->setObjectName(QStringLiteral(
"repeat"));
642 sizePolicy5.setHeightForWidth(repeat->sizePolicy().hasHeightForWidth());
643 repeat->setSizePolicy(sizePolicy5);
644 repeat->setText(QStringLiteral(
""));
646 icon20.addFile(QStringLiteral(
":/player/oxygen/repeat"), QSize(), QIcon::Normal, QIcon::Off);
647 repeat->setIcon(icon20);
648 repeat->setIconSize(QSize(32, 32));
650 horizontalLayout_12->addWidget(repeat);
653 gridLayout->addLayout(horizontalLayout_12, 9, 5, 1, 1);
655 loopLabel =
new QLabel(scrollAreaWidgetContents);
656 loopLabel->setObjectName(QStringLiteral(
"loopLabel"));
657 sizePolicy3.setHeightForWidth(loopLabel->sizePolicy().hasHeightForWidth());
658 loopLabel->setSizePolicy(sizePolicy3);
659 loopLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
661 gridLayout->addWidget(loopLabel, 9, 2, 1, 1);
663 horizontalLayout_14 =
new QHBoxLayout();
664 horizontalLayout_14->setObjectName(QStringLiteral(
"horizontalLayout_14"));
665 shuffle =
new QPushButton(scrollAreaWidgetContents);
666 shuffle->setObjectName(QStringLiteral(
"shuffle"));
667 sizePolicy5.setHeightForWidth(shuffle->sizePolicy().hasHeightForWidth());
668 shuffle->setSizePolicy(sizePolicy5);
669 shuffle->setText(QStringLiteral(
""));
671 icon21.addFile(QStringLiteral(
":/player/oxygen/shuffle"), QSize(), QIcon::Normal, QIcon::Off);
672 shuffle->setIcon(icon21);
673 shuffle->setIconSize(QSize(32, 32));
675 horizontalLayout_14->addWidget(shuffle);
678 gridLayout->addLayout(horizontalLayout_14, 10, 5, 1, 1);
680 horizontalLayout_15 =
new QHBoxLayout();
681 horizontalLayout_15->setObjectName(QStringLiteral(
"horizontalLayout_15"));
682 itemOnce =
new QPushButton(scrollAreaWidgetContents);
683 itemOnce->setObjectName(QStringLiteral(
"itemOnce"));
684 sizePolicy5.setHeightForWidth(itemOnce->sizePolicy().hasHeightForWidth());
685 itemOnce->setSizePolicy(sizePolicy5);
686 itemOnce->setText(QStringLiteral(
""));
688 icon22.addFile(QStringLiteral(
":/player/oxygen/itemOnce"), QSize(), QIcon::Normal, QIcon::Off);
689 itemOnce->setIcon(icon22);
690 itemOnce->setIconSize(QSize(32, 32));
692 horizontalLayout_15->addWidget(itemOnce);
695 gridLayout->addLayout(horizontalLayout_15, 11, 5, 1, 1);
697 playbackModeLabel =
new QLabel(scrollAreaWidgetContents);
698 playbackModeLabel->setObjectName(QStringLiteral(
"playbackModeLabel"));
699 sizePolicy3.setHeightForWidth(playbackModeLabel->sizePolicy().hasHeightForWidth());
700 playbackModeLabel->setSizePolicy(sizePolicy3);
702 gridLayout->addWidget(playbackModeLabel, 8, 1, 1, 1);
704 playbackModeCheckBox =
new QCheckBox(scrollAreaWidgetContents);
705 playbackModeCheckBox->setObjectName(QStringLiteral(
"playbackModeCheckBox"));
706 sizePolicy5.setHeightForWidth(playbackModeCheckBox->sizePolicy().hasHeightForWidth());
707 playbackModeCheckBox->setSizePolicy(sizePolicy5);
708 playbackModeCheckBox->setText(QStringLiteral(
""));
709 playbackModeCheckBox->setChecked(
true);
711 gridLayout->addWidget(playbackModeCheckBox, 8, 0, 1, 1);
713 sequentialLabel =
new QLabel(scrollAreaWidgetContents);
714 sequentialLabel->setObjectName(QStringLiteral(
"sequentialLabel"));
715 sizePolicy3.setHeightForWidth(sequentialLabel->sizePolicy().hasHeightForWidth());
716 sequentialLabel->setSizePolicy(sizePolicy3);
717 sequentialLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
719 gridLayout->addWidget(sequentialLabel, 8, 2, 1, 1);
721 itemOnceLabel =
new QLabel(scrollAreaWidgetContents);
722 itemOnceLabel->setObjectName(QStringLiteral(
"itemOnceLabel"));
723 sizePolicy3.setHeightForWidth(itemOnceLabel->sizePolicy().hasHeightForWidth());
724 itemOnceLabel->setSizePolicy(sizePolicy3);
725 itemOnceLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
727 gridLayout->addWidget(itemOnceLabel, 11, 2, 1, 1);
729 itemLoopLabel =
new QLabel(scrollAreaWidgetContents);
730 itemLoopLabel->setObjectName(QStringLiteral(
"itemLoopLabel"));
731 sizePolicy3.setHeightForWidth(itemLoopLabel->sizePolicy().hasHeightForWidth());
732 itemLoopLabel->setSizePolicy(sizePolicy3);
733 itemLoopLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
735 gridLayout->addWidget(itemLoopLabel, 14, 2, 1, 1);
737 shuffleLabel =
new QLabel(scrollAreaWidgetContents);
738 shuffleLabel->setObjectName(QStringLiteral(
"shuffleLabel"));
739 sizePolicy3.setHeightForWidth(shuffleLabel->sizePolicy().hasHeightForWidth());
740 shuffleLabel->setSizePolicy(sizePolicy3);
741 shuffleLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
743 gridLayout->addWidget(shuffleLabel, 10, 2, 1, 1);
745 horizontalLayout_16 =
new QHBoxLayout();
746 horizontalLayout_16->setObjectName(QStringLiteral(
"horizontalLayout_16"));
747 itemLoop =
new QPushButton(scrollAreaWidgetContents);
748 itemLoop->setObjectName(QStringLiteral(
"itemLoop"));
749 sizePolicy5.setHeightForWidth(itemLoop->sizePolicy().hasHeightForWidth());
750 itemLoop->setSizePolicy(sizePolicy5);
751 itemLoop->setText(QStringLiteral(
""));
753 icon23.addFile(QStringLiteral(
":/player/oxygen/itemLoop"), QSize(), QIcon::Normal, QIcon::Off);
754 itemLoop->setIcon(icon23);
755 itemLoop->setIconSize(QSize(32, 32));
757 horizontalLayout_16->addWidget(itemLoop);
760 gridLayout->addLayout(horizontalLayout_16, 14, 5, 1, 1);
762 customizeButtonsScrollArea->setWidget(scrollAreaWidgetContents);
764 verticalLayout_5->addWidget(customizeButtonsScrollArea);
767 verticalLayout->addWidget(buttonsListBox);
769 groupBoxMediaButtons =
new QGroupBox(buttonsPage);
770 groupBoxMediaButtons->setObjectName(QStringLiteral(
"groupBoxMediaButtons"));
771 gridLayout_5 =
new QGridLayout(groupBoxMediaButtons);
772 gridLayout_5->setObjectName(QStringLiteral(
"gridLayout_5"));
773 sizeButtonsLabel =
new QLabel(groupBoxMediaButtons);
774 sizeButtonsLabel->setObjectName(QStringLiteral(
"sizeButtonsLabel"));
776 gridLayout_5->addWidget(sizeButtonsLabel, 0, 1, 1, 1);
778 sizeButtonsSpinBox =
new QSpinBox(groupBoxMediaButtons);
779 sizeButtonsSpinBox->setObjectName(QStringLiteral(
"sizeButtonsSpinBox"));
780 sizeButtonsSpinBox->setMinimum(12);
781 sizeButtonsSpinBox->setMaximum(128);
782 sizeButtonsSpinBox->setSingleStep(2);
783 sizeButtonsSpinBox->setValue(36);
785 gridLayout_5->addWidget(sizeButtonsSpinBox, 0, 2, 1, 1);
788 verticalLayout->addWidget(groupBoxMediaButtons);
790 groupBoxSearchBar =
new QGroupBox(buttonsPage);
791 groupBoxSearchBar->setObjectName(QStringLiteral(
"groupBoxSearchBar"));
792 verticalLayout_15 =
new QVBoxLayout(groupBoxSearchBar);
793 verticalLayout_15->setObjectName(QStringLiteral(
"verticalLayout_15"));
794 labelSearchBar =
new QLabel(groupBoxSearchBar);
795 labelSearchBar->setObjectName(QStringLiteral(
"labelSearchBar"));
796 labelSearchBar->setFont(font);
798 verticalLayout_15->addWidget(labelSearchBar);
800 horizontalLayout_9 =
new QHBoxLayout();
801 horizontalLayout_9->setObjectName(QStringLiteral(
"horizontalLayout_9"));
802 radioButtonShowExtendedSearch =
new QRadioButton(groupBoxSearchBar);
803 radioButtonShowExtendedSearch->setObjectName(QStringLiteral(
"radioButtonShowExtendedSearch"));
804 radioButtonShowExtendedSearch->setChecked(
true);
806 horizontalLayout_9->addWidget(radioButtonShowExtendedSearch);
808 radioButtonHideExtendedSearch =
new QRadioButton(groupBoxSearchBar);
809 radioButtonHideExtendedSearch->setObjectName(QStringLiteral(
"radioButtonHideExtendedSearch"));
811 horizontalLayout_9->addWidget(radioButtonHideExtendedSearch);
814 verticalLayout_15->addLayout(horizontalLayout_9);
817 verticalLayout->addWidget(groupBoxSearchBar);
819 groupBoxVolumeBar =
new QGroupBox(buttonsPage);
820 groupBoxVolumeBar->setObjectName(QStringLiteral(
"groupBoxVolumeBar"));
821 verticalLayout_10 =
new QVBoxLayout(groupBoxVolumeBar);
822 verticalLayout_10->setObjectName(QStringLiteral(
"verticalLayout_10"));
823 displayVolumeInTopLeftCorner =
new QLabel(groupBoxVolumeBar);
824 displayVolumeInTopLeftCorner->setObjectName(QStringLiteral(
"displayVolumeInTopLeftCorner"));
825 displayVolumeInTopLeftCorner->setFont(font);
827 verticalLayout_10->addWidget(displayVolumeInTopLeftCorner);
829 radioButtonShowVolume =
new QRadioButton(groupBoxVolumeBar);
830 radioButtonShowVolume->setObjectName(QStringLiteral(
"radioButtonShowVolume"));
832 verticalLayout_10->addWidget(radioButtonShowVolume);
834 horizontalLayout_6 =
new QHBoxLayout();
835 horizontalLayout_6->setObjectName(QStringLiteral(
"horizontalLayout_6"));
836 radioButtonHideVolume =
new QRadioButton(groupBoxVolumeBar);
837 radioButtonHideVolume->setObjectName(QStringLiteral(
"radioButtonHideVolume"));
838 radioButtonHideVolume->setChecked(
true);
840 horizontalLayout_6->addWidget(radioButtonHideVolume);
842 spinBoxHideVolumeLabel =
new QSpinBox(groupBoxVolumeBar);
843 spinBoxHideVolumeLabel->setObjectName(QStringLiteral(
"spinBoxHideVolumeLabel"));
844 spinBoxHideVolumeLabel->setSuffix(QStringLiteral(
"s"));
845 spinBoxHideVolumeLabel->setMinimum(1);
846 spinBoxHideVolumeLabel->setMaximum(20);
847 spinBoxHideVolumeLabel->setValue(1);
849 horizontalLayout_6->addWidget(spinBoxHideVolumeLabel);
852 verticalLayout_10->addLayout(horizontalLayout_6);
855 verticalLayout->addWidget(groupBoxVolumeBar);
857 verticalSpacer =
new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);
859 verticalLayout->addItem(verticalSpacer);
861 verticalLayout->setStretch(1, 100);
862 verticalLayout->setStretch(5, 1);
863 stackedWidget->addWidget(buttonsPage);
864 fontsPage =
new QWidget();
865 fontsPage->setObjectName(QStringLiteral(
"fontsPage"));
866 verticalLayout_14 =
new QVBoxLayout(fontsPage);
867 verticalLayout_14->setObjectName(QStringLiteral(
"verticalLayout_14"));
868 verticalLayout_14->setContentsMargins(-1, 0, -1, 0);
869 groupBoxFonts =
new QGroupBox(fontsPage);
870 groupBoxFonts->setObjectName(QStringLiteral(
"groupBoxFonts"));
871 gridLayout_3 =
new QGridLayout(groupBoxFonts);
872 gridLayout_3->setObjectName(QStringLiteral(
"gridLayout_3"));
873 labelFontSize =
new QLabel(groupBoxFonts);
874 labelFontSize->setObjectName(QStringLiteral(
"labelFontSize"));
876 gridLayout_3->addWidget(labelFontSize, 0, 2, 1, 1);
878 labelFontFamily =
new QLabel(groupBoxFonts);
879 labelFontFamily->setObjectName(QStringLiteral(
"labelFontFamily"));
881 gridLayout_3->addWidget(labelFontFamily, 0, 1, 1, 1);
883 spinBoxLibrary =
new QSpinBox(groupBoxFonts);
884 spinBoxLibrary->setObjectName(QStringLiteral(
"spinBoxLibrary"));
885 spinBoxLibrary->setMinimum(6);
886 spinBoxLibrary->setMaximum(72);
887 spinBoxLibrary->setValue(14);
889 gridLayout_3->addWidget(spinBoxLibrary, 1, 2, 1, 1);
891 fontComboBoxPlaylist =
new QFontComboBox(groupBoxFonts);
892 fontComboBoxPlaylist->setObjectName(QStringLiteral(
"fontComboBoxPlaylist"));
894 fontComboBoxPlaylist->setCurrentFont(font1);
896 gridLayout_3->addWidget(fontComboBoxPlaylist, 2, 1, 1, 1);
898 fontComboBoxLibrary =
new QFontComboBox(groupBoxFonts);
899 fontComboBoxLibrary->setObjectName(QStringLiteral(
"fontComboBoxLibrary"));
901 font2.setFamily(QStringLiteral(
"MS Shell Dlg 2"));
902 font2.setPointSize(8);
903 fontComboBoxLibrary->setCurrentFont(font2);
905 gridLayout_3->addWidget(fontComboBoxLibrary, 1, 1, 1, 1);
907 spinBoxPlaylist =
new QSpinBox(groupBoxFonts);
908 spinBoxPlaylist->setObjectName(QStringLiteral(
"spinBoxPlaylist"));
909 spinBoxPlaylist->setMinimum(6);
910 spinBoxPlaylist->setMaximum(72);
911 spinBoxPlaylist->setValue(12);
913 gridLayout_3->addWidget(spinBoxPlaylist, 2, 2, 1, 1);
915 label_3 =
new QLabel(groupBoxFonts);
916 label_3->setObjectName(QStringLiteral(
"label_3"));
918 gridLayout_3->addWidget(label_3, 2, 0, 1, 1);
920 label_5 =
new QLabel(groupBoxFonts);
921 label_5->setObjectName(QStringLiteral(
"label_5"));
923 gridLayout_3->addWidget(label_5, 4, 0, 1, 1);
925 fontComboBoxMenus =
new QFontComboBox(groupBoxFonts);
926 fontComboBoxMenus->setObjectName(QStringLiteral(
"fontComboBoxMenus"));
927 fontComboBoxMenus->setCurrentFont(font1);
929 gridLayout_3->addWidget(fontComboBoxMenus, 4, 1, 1, 1);
931 spinBoxMenus =
new QSpinBox(groupBoxFonts);
932 spinBoxMenus->setObjectName(QStringLiteral(
"spinBoxMenus"));
933 spinBoxMenus->setMinimum(6);
934 spinBoxMenus->setMaximum(72);
935 spinBoxMenus->setValue(12);
937 gridLayout_3->addWidget(spinBoxMenus, 4, 2, 1, 1);
939 label_4 =
new QLabel(groupBoxFonts);
940 label_4->setObjectName(QStringLiteral(
"label_4"));
942 gridLayout_3->addWidget(label_4, 1, 0, 1, 1);
945 verticalLayout_14->addWidget(groupBoxFonts);
947 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
949 verticalLayout_14->addItem(verticalSpacer_3);
951 stackedWidget->addWidget(fontsPage);
952 colorsPage =
new QWidget();
953 colorsPage->setObjectName(QStringLiteral(
"colorsPage"));
954 verticalLayout_12 =
new QVBoxLayout(colorsPage);
955 verticalLayout_12->setObjectName(QStringLiteral(
"verticalLayout_12"));
956 verticalLayout_12->setContentsMargins(-1, 0, -1, 0);
957 groupBox_4 =
new QGroupBox(colorsPage);
958 groupBox_4->setObjectName(QStringLiteral(
"groupBox_4"));
959 verticalLayout_9 =
new QVBoxLayout(groupBox_4);
960 verticalLayout_9->setObjectName(QStringLiteral(
"verticalLayout_9"));
961 label_2 =
new QLabel(groupBox_4);
962 label_2->setObjectName(QStringLiteral(
"label_2"));
963 label_2->setFont(font);
965 verticalLayout_9->addWidget(label_2);
967 horizontalLayout_8 =
new QHBoxLayout();
968 horizontalLayout_8->setObjectName(QStringLiteral(
"horizontalLayout_8"));
969 enableAlternateBGRadioButton =
new QRadioButton(groupBox_4);
970 enableAlternateBGRadioButton->setObjectName(QStringLiteral(
"enableAlternateBGRadioButton"));
971 enableAlternateBGRadioButton->setChecked(
true);
973 horizontalLayout_8->addWidget(enableAlternateBGRadioButton);
975 disableAlternateBGRadioButton =
new QRadioButton(groupBox_4);
976 disableAlternateBGRadioButton->setObjectName(QStringLiteral(
"disableAlternateBGRadioButton"));
978 horizontalLayout_8->addWidget(disableAlternateBGRadioButton);
981 verticalLayout_9->addLayout(horizontalLayout_8);
984 verticalLayout_12->addWidget(groupBox_4);
986 groupBoxCustomColors =
new QGroupBox(colorsPage);
987 groupBoxCustomColors->setObjectName(QStringLiteral(
"groupBoxCustomColors"));
988 verticalLayout_3 =
new QVBoxLayout(groupBoxCustomColors);
989 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
990 label_6 =
new QLabel(groupBoxCustomColors);
991 label_6->setObjectName(QStringLiteral(
"label_6"));
992 label_6->setFont(font);
993 label_6->setWordWrap(
true);
995 verticalLayout_3->addWidget(label_6);
997 horizontalLayout_3 =
new QHBoxLayout();
998 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
999 enableCustomColorsRadioButton =
new QRadioButton(groupBoxCustomColors);
1000 buttonGroupCustomColors =
new QButtonGroup(CustomizeThemeDialog);
1001 buttonGroupCustomColors->setObjectName(QStringLiteral(
"buttonGroupCustomColors"));
1002 buttonGroupCustomColors->addButton(enableCustomColorsRadioButton);
1003 enableCustomColorsRadioButton->setObjectName(QStringLiteral(
"enableCustomColorsRadioButton"));
1005 icon24.addFile(QStringLiteral(
":/icons/warning"), QSize(), QIcon::Normal, QIcon::Off);
1006 enableCustomColorsRadioButton->setIcon(icon24);
1007 enableCustomColorsRadioButton->setIconSize(QSize(16, 16));
1008 enableCustomColorsRadioButton->setChecked(
false);
1010 horizontalLayout_3->addWidget(enableCustomColorsRadioButton);
1012 disableCustomColorsRadioButton =
new QRadioButton(groupBoxCustomColors);
1013 buttonGroupCustomColors->addButton(disableCustomColorsRadioButton);
1014 disableCustomColorsRadioButton->setObjectName(QStringLiteral(
"disableCustomColorsRadioButton"));
1015 disableCustomColorsRadioButton->setChecked(
true);
1017 horizontalLayout_3->addWidget(disableCustomColorsRadioButton);
1020 verticalLayout_3->addLayout(horizontalLayout_3);
1022 customColorsGridLayout =
new QGridLayout();
1023 customColorsGridLayout->setObjectName(QStringLiteral(
"customColorsGridLayout"));
1024 customColorsGridLayout->setContentsMargins(-1, -1, -1, 10);
1025 labelSelectedItem =
new QLabel(groupBoxCustomColors);
1026 labelSelectedItem->setObjectName(QStringLiteral(
"labelSelectedItem"));
1027 labelSelectedItem->setEnabled(
false);
1029 customColorsGridLayout->addWidget(labelSelectedItem, 1, 0, 1, 1);
1031 labelBackgroundPrimary =
new QLabel(groupBoxCustomColors);
1032 labelBackgroundPrimary->setObjectName(QStringLiteral(
"labelBackgroundPrimary"));
1033 labelBackgroundPrimary->setEnabled(
false);
1034 labelBackgroundPrimary->setWordWrap(
true);
1036 customColorsGridLayout->addWidget(labelBackgroundPrimary, 0, 0, 1, 1);
1038 selectedItemColorWidget =
new Reflector(groupBoxCustomColors);
1039 selectedItemColorWidget->setObjectName(QStringLiteral(
"selectedItemColorWidget"));
1040 selectedItemColorWidget->setEnabled(
false);
1041 selectedItemColorWidget->setMinimumSize(QSize(0, 30));
1042 selectedItemColorWidget->setProperty(
"CustomColors", QVariant(QStringLiteral(
"12")));
1044 customColorsGridLayout->addWidget(selectedItemColorWidget, 1, 1, 1, 1);
1046 bgPrimaryColorWidget =
new Reflector(groupBoxCustomColors);
1047 bgPrimaryColorWidget->setObjectName(QStringLiteral(
"bgPrimaryColorWidget"));
1048 bgPrimaryColorWidget->setEnabled(
false);
1049 bgPrimaryColorWidget->setMinimumSize(QSize(0, 14));
1050 bgPrimaryColorWidget->setProperty(
"CustomColors", QVariant(QStringLiteral(
"9")));
1052 customColorsGridLayout->addWidget(bgPrimaryColorWidget, 0, 1, 1, 1);
1054 bgPrimaryColorToolButton =
new QToolButton(groupBoxCustomColors);
1055 bgPrimaryColorToolButton->setObjectName(QStringLiteral(
"bgPrimaryColorToolButton"));
1056 bgPrimaryColorToolButton->setEnabled(
false);
1057 bgPrimaryColorToolButton->setIcon(icon2);
1058 bgPrimaryColorToolButton->setIconSize(QSize(24, 24));
1060 customColorsGridLayout->addWidget(bgPrimaryColorToolButton, 0, 2, 1, 1);
1062 selectedItemColorToolButton =
new QToolButton(groupBoxCustomColors);
1063 selectedItemColorToolButton->setObjectName(QStringLiteral(
"selectedItemColorToolButton"));
1064 selectedItemColorToolButton->setEnabled(
false);
1065 selectedItemColorToolButton->setIcon(icon2);
1066 selectedItemColorToolButton->setIconSize(QSize(24, 24));
1068 customColorsGridLayout->addWidget(selectedItemColorToolButton, 1, 2, 1, 1);
1071 verticalLayout_3->addLayout(customColorsGridLayout);
1073 labelOverrideTextColor =
new QLabel(groupBoxCustomColors);
1074 labelOverrideTextColor->setObjectName(QStringLiteral(
"labelOverrideTextColor"));
1075 labelOverrideTextColor->setEnabled(
false);
1076 labelOverrideTextColor->setFont(font);
1077 labelOverrideTextColor->setWordWrap(
true);
1079 verticalLayout_3->addWidget(labelOverrideTextColor);
1081 horizontalLayout_5 =
new QHBoxLayout();
1082 horizontalLayout_5->setObjectName(QStringLiteral(
"horizontalLayout_5"));
1083 enableCustomTextColorsRadioButton =
new QRadioButton(groupBoxCustomColors);
1084 buttonGroupCustomTextColor =
new QButtonGroup(CustomizeThemeDialog);
1085 buttonGroupCustomTextColor->setObjectName(QStringLiteral(
"buttonGroupCustomTextColor"));
1086 buttonGroupCustomTextColor->addButton(enableCustomTextColorsRadioButton);
1087 enableCustomTextColorsRadioButton->setObjectName(QStringLiteral(
"enableCustomTextColorsRadioButton"));
1088 enableCustomTextColorsRadioButton->setEnabled(
false);
1089 enableCustomTextColorsRadioButton->setIcon(icon24);
1090 enableCustomTextColorsRadioButton->setIconSize(QSize(16, 16));
1091 enableCustomTextColorsRadioButton->setChecked(
false);
1093 horizontalLayout_5->addWidget(enableCustomTextColorsRadioButton);
1095 disableCustomTextColorsRadioButton =
new QRadioButton(groupBoxCustomColors);
1096 buttonGroupCustomTextColor->addButton(disableCustomTextColorsRadioButton);
1097 disableCustomTextColorsRadioButton->setObjectName(QStringLiteral(
"disableCustomTextColorsRadioButton"));
1098 disableCustomTextColorsRadioButton->setEnabled(
false);
1099 disableCustomTextColorsRadioButton->setChecked(
true);
1101 horizontalLayout_5->addWidget(disableCustomTextColorsRadioButton);
1104 verticalLayout_3->addLayout(horizontalLayout_5);
1106 customTextColorsGridLayout =
new QGridLayout();
1107 customTextColorsGridLayout->setObjectName(QStringLiteral(
"customTextColorsGridLayout"));
1108 labelSelectedFontColor =
new QLabel(groupBoxCustomColors);
1109 labelSelectedFontColor->setObjectName(QStringLiteral(
"labelSelectedFontColor"));
1110 labelSelectedFontColor->setEnabled(
false);
1112 customTextColorsGridLayout->addWidget(labelSelectedFontColor, 1, 0, 1, 1);
1114 selectedFontColorWidget =
new Reflector(groupBoxCustomColors);
1115 selectedFontColorWidget->setObjectName(QStringLiteral(
"selectedFontColorWidget"));
1116 selectedFontColorWidget->setEnabled(
false);
1117 selectedFontColorWidget->setMinimumSize(QSize(0, 30));
1118 selectedFontColorWidget->setProperty(
"CustomColors", QVariant(QStringLiteral(
"13")));
1120 customTextColorsGridLayout->addWidget(selectedFontColorWidget, 1, 1, 1, 1);
1122 labelFontColor =
new QLabel(groupBoxCustomColors);
1123 labelFontColor->setObjectName(QStringLiteral(
"labelFontColor"));
1124 labelFontColor->setEnabled(
false);
1126 customTextColorsGridLayout->addWidget(labelFontColor, 0, 0, 1, 1);
1128 fontColorWidget =
new Reflector(groupBoxCustomColors);
1129 fontColorWidget->setObjectName(QStringLiteral(
"fontColorWidget"));
1130 fontColorWidget->setEnabled(
false);
1131 fontColorWidget->setMinimumSize(QSize(0, 30));
1132 fontColorWidget->setProperty(
"CustomColors", QVariant(QStringLiteral(
"6")));
1134 customTextColorsGridLayout->addWidget(fontColorWidget, 0, 1, 1, 1);
1136 selectedFontColorToolButton =
new QToolButton(groupBoxCustomColors);
1137 selectedFontColorToolButton->setObjectName(QStringLiteral(
"selectedFontColorToolButton"));
1138 selectedFontColorToolButton->setEnabled(
false);
1139 selectedFontColorToolButton->setText(QStringLiteral(
""));
1140 selectedFontColorToolButton->setIcon(icon2);
1141 selectedFontColorToolButton->setIconSize(QSize(24, 24));
1143 customTextColorsGridLayout->addWidget(selectedFontColorToolButton, 1, 2, 1, 1);
1145 fontColorToolButton =
new QToolButton(groupBoxCustomColors);
1146 fontColorToolButton->setObjectName(QStringLiteral(
"fontColorToolButton"));
1147 fontColorToolButton->setEnabled(
false);
1148 fontColorToolButton->setText(QStringLiteral(
""));
1149 fontColorToolButton->setIcon(icon2);
1150 fontColorToolButton->setIconSize(QSize(24, 24));
1152 customTextColorsGridLayout->addWidget(fontColorToolButton, 0, 2, 1, 1);
1155 verticalLayout_3->addLayout(customTextColorsGridLayout);
1158 verticalLayout_12->addWidget(groupBoxCustomColors);
1160 verticalSpacer_4 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1162 verticalLayout_12->addItem(verticalSpacer_4);
1164 stackedWidget->addWidget(colorsPage);
1165 tabAvailableViews =
new QTabWidget();
1166 tabAvailableViews->setObjectName(QStringLiteral(
"tabAvailableViews"));
1167 tabLibraryTreeView =
new QWidget();
1168 tabLibraryTreeView->setObjectName(QStringLiteral(
"tabLibraryTreeView"));
1169 verticalLayout_16 =
new QVBoxLayout(tabLibraryTreeView);
1170 verticalLayout_16->setObjectName(QStringLiteral(
"verticalLayout_16"));
1171 groupBoxLibraryCovers =
new QGroupBox(tabLibraryTreeView);
1172 groupBoxLibraryCovers->setObjectName(QStringLiteral(
"groupBoxLibraryCovers"));
1173 verticalLayout_6 =
new QVBoxLayout(groupBoxLibraryCovers);
1174 verticalLayout_6->setObjectName(QStringLiteral(
"verticalLayout_6"));
1175 gridLayout_7 =
new QGridLayout();
1176 gridLayout_7->setObjectName(QStringLiteral(
"gridLayout_7"));
1177 gridLayout_7->setContentsMargins(-1, -1, -1, 9);
1178 labelCoverSizeLibraryTree =
new QLabel(groupBoxLibraryCovers);
1179 labelCoverSizeLibraryTree->setObjectName(QStringLiteral(
"labelCoverSizeLibraryTree"));
1181 gridLayout_7->addWidget(labelCoverSizeLibraryTree, 0, 0, 1, 1);
1183 spinBoxCoverSizeLibraryTree =
new QSpinBox(groupBoxLibraryCovers);
1184 spinBoxCoverSizeLibraryTree->setObjectName(QStringLiteral(
"spinBoxCoverSizeLibraryTree"));
1185 spinBoxCoverSizeLibraryTree->setSuffix(QStringLiteral(
"px"));
1186 spinBoxCoverSizeLibraryTree->setMinimum(24);
1187 spinBoxCoverSizeLibraryTree->setMaximum(512);
1188 spinBoxCoverSizeLibraryTree->setValue(48);
1190 gridLayout_7->addWidget(spinBoxCoverSizeLibraryTree, 0, 1, 1, 1);
1193 verticalLayout_6->addLayout(gridLayout_7);
1195 labelOpacity =
new QLabel(groupBoxLibraryCovers);
1196 labelOpacity->setObjectName(QStringLiteral(
"labelOpacity"));
1197 labelOpacity->setFont(font);
1199 verticalLayout_6->addWidget(labelOpacity);
1201 gridLayout_2 =
new QGridLayout();
1202 gridLayout_2->setObjectName(QStringLiteral(
"gridLayout_2"));
1203 radioButtonEnableBigCover =
new QRadioButton(groupBoxLibraryCovers);
1204 radioButtonEnableBigCover->setObjectName(QStringLiteral(
"radioButtonEnableBigCover"));
1205 radioButtonEnableBigCover->setIconSize(QSize(16, 16));
1206 radioButtonEnableBigCover->setChecked(
true);
1208 gridLayout_2->addWidget(radioButtonEnableBigCover, 0, 1, 1, 1);
1210 radioButtonDisableBigCover =
new QRadioButton(groupBoxLibraryCovers);
1211 radioButtonDisableBigCover->setObjectName(QStringLiteral(
"radioButtonDisableBigCover"));
1212 radioButtonDisableBigCover->setChecked(
false);
1214 gridLayout_2->addWidget(radioButtonDisableBigCover, 0, 2, 1, 1);
1216 labelBigCoverOpacity =
new QLabel(groupBoxLibraryCovers);
1217 labelBigCoverOpacity->setObjectName(QStringLiteral(
"labelBigCoverOpacity"));
1219 gridLayout_2->addWidget(labelBigCoverOpacity, 1, 1, 1, 1);
1221 spinBoxBigCoverOpacity =
new QSpinBox(groupBoxLibraryCovers);
1222 spinBoxBigCoverOpacity->setObjectName(QStringLiteral(
"spinBoxBigCoverOpacity"));
1223 spinBoxBigCoverOpacity->setMinimum(0);
1224 spinBoxBigCoverOpacity->setMaximum(100);
1225 spinBoxBigCoverOpacity->setValue(66);
1227 gridLayout_2->addWidget(spinBoxBigCoverOpacity, 1, 2, 1, 1);
1230 verticalLayout_6->addLayout(gridLayout_2);
1233 verticalLayout_16->addWidget(groupBoxLibraryCovers);
1235 groupBoxSortingLibrary =
new QGroupBox(tabLibraryTreeView);
1236 groupBoxSortingLibrary->setObjectName(QStringLiteral(
"groupBoxSortingLibrary"));
1237 verticalLayout_7 =
new QVBoxLayout(groupBoxSortingLibrary);
1238 verticalLayout_7->setObjectName(QStringLiteral(
"verticalLayout_7"));
1239 labelIgnoreArticles =
new QLabel(groupBoxSortingLibrary);
1240 labelIgnoreArticles->setObjectName(QStringLiteral(
"labelIgnoreArticles"));
1241 labelIgnoreArticles->setFont(font);
1242 labelIgnoreArticles->setWordWrap(
true);
1244 verticalLayout_7->addWidget(labelIgnoreArticles);
1246 gridLayout_9 =
new QGridLayout();
1247 gridLayout_9->setObjectName(QStringLiteral(
"gridLayout_9"));
1248 radioButtonEnableArticles =
new QRadioButton(groupBoxSortingLibrary);
1249 buttonGroupArtistsArticle =
new QButtonGroup(CustomizeThemeDialog);
1250 buttonGroupArtistsArticle->setObjectName(QStringLiteral(
"buttonGroupArtistsArticle"));
1251 buttonGroupArtistsArticle->addButton(radioButtonEnableArticles);
1252 radioButtonEnableArticles->setObjectName(QStringLiteral(
"radioButtonEnableArticles"));
1253 radioButtonEnableArticles->setChecked(
false);
1255 gridLayout_9->addWidget(radioButtonEnableArticles, 0, 0, 1, 1);
1257 radioButtonDisableArticles =
new QRadioButton(groupBoxSortingLibrary);
1258 buttonGroupArtistsArticle->addButton(radioButtonDisableArticles);
1259 radioButtonDisableArticles->setObjectName(QStringLiteral(
"radioButtonDisableArticles"));
1260 radioButtonDisableArticles->setChecked(
true);
1262 gridLayout_9->addWidget(radioButtonDisableArticles, 0, 1, 1, 1);
1265 verticalLayout_7->addLayout(gridLayout_9);
1268 articlesLineEdit->setObjectName(QStringLiteral(
"articlesLineEdit"));
1269 articlesLineEdit->setEnabled(
false);
1270 articlesLineEdit->setMinimumSize(QSize(0, 24));
1271 articlesLineEdit->setText(QStringLiteral(
""));
1272 articlesLineEdit->setMaxLength(128);
1274 verticalLayout_7->addWidget(articlesLineEdit);
1276 verticalSpacer_6 =
new QSpacerItem(20, 9, QSizePolicy::Minimum, QSizePolicy::Fixed);
1278 verticalLayout_7->addItem(verticalSpacer_6);
1280 labelReorderArtistsArticle =
new QLabel(groupBoxSortingLibrary);
1281 labelReorderArtistsArticle->setObjectName(QStringLiteral(
"labelReorderArtistsArticle"));
1282 labelReorderArtistsArticle->setEnabled(
false);
1283 labelReorderArtistsArticle->setFont(font);
1284 labelReorderArtistsArticle->setWordWrap(
true);
1286 verticalLayout_7->addWidget(labelReorderArtistsArticle);
1288 labelReorderArtistsArticleExample =
new QLabel(groupBoxSortingLibrary);
1289 labelReorderArtistsArticleExample->setObjectName(QStringLiteral(
"labelReorderArtistsArticleExample"));
1290 labelReorderArtistsArticleExample->setEnabled(
false);
1291 labelReorderArtistsArticleExample->setFont(font);
1292 labelReorderArtistsArticleExample->setWordWrap(
true);
1294 verticalLayout_7->addWidget(labelReorderArtistsArticleExample);
1296 gridLayout_8 =
new QGridLayout();
1297 gridLayout_8->setObjectName(QStringLiteral(
"gridLayout_8"));
1298 radioButtonEnableReorderArtistsArticle =
new QRadioButton(groupBoxSortingLibrary);
1299 buttonGroupReorderArtists =
new QButtonGroup(CustomizeThemeDialog);
1300 buttonGroupReorderArtists->setObjectName(QStringLiteral(
"buttonGroupReorderArtists"));
1301 buttonGroupReorderArtists->addButton(radioButtonEnableReorderArtistsArticle);
1302 radioButtonEnableReorderArtistsArticle->setObjectName(QStringLiteral(
"radioButtonEnableReorderArtistsArticle"));
1303 radioButtonEnableReorderArtistsArticle->setEnabled(
false);
1304 radioButtonEnableReorderArtistsArticle->setChecked(
false);
1306 gridLayout_8->addWidget(radioButtonEnableReorderArtistsArticle, 0, 0, 1, 1);
1308 radioButtonDisableReorderArtistsArticle =
new QRadioButton(groupBoxSortingLibrary);
1309 buttonGroupReorderArtists->addButton(radioButtonDisableReorderArtistsArticle);
1310 radioButtonDisableReorderArtistsArticle->setObjectName(QStringLiteral(
"radioButtonDisableReorderArtistsArticle"));
1311 radioButtonDisableReorderArtistsArticle->setEnabled(
false);
1312 radioButtonDisableReorderArtistsArticle->setChecked(
true);
1314 gridLayout_8->addWidget(radioButtonDisableReorderArtistsArticle, 0, 1, 1, 1);
1317 verticalLayout_7->addLayout(gridLayout_8);
1320 verticalLayout_16->addWidget(groupBoxSortingLibrary);
1322 groupBoxLibraryDelegates =
new QGroupBox(tabLibraryTreeView);
1323 groupBoxLibraryDelegates->setObjectName(QStringLiteral(
"groupBoxLibraryDelegates"));
1324 #ifndef QT_NO_TOOLTIP 1325 groupBoxLibraryDelegates->setToolTip(QStringLiteral(
""));
1326 #endif // QT_NO_TOOLTIP 1327 verticalLayout_4 =
new QVBoxLayout(groupBoxLibraryDelegates);
1328 verticalLayout_4->setObjectName(QStringLiteral(
"verticalLayout_4"));
1329 labelLibraryDelegatesState =
new QLabel(groupBoxLibraryDelegates);
1330 labelLibraryDelegatesState->setObjectName(QStringLiteral(
"labelLibraryDelegatesState"));
1331 labelLibraryDelegatesState->setFont(font);
1333 verticalLayout_4->addWidget(labelLibraryDelegatesState);
1335 horizontalLayout_17 =
new QHBoxLayout();
1336 horizontalLayout_17->setObjectName(QStringLiteral(
"horizontalLayout_17"));
1337 horizontalLayout_17->setContentsMargins(-1, -1, -1, 9);
1338 horizontalLayout_4 =
new QHBoxLayout();
1339 horizontalLayout_4->setObjectName(QStringLiteral(
"horizontalLayout_4"));
1340 radioButtonEnableStarDelegate =
new QRadioButton(groupBoxLibraryDelegates);
1341 buttonGroupEnableStarDelegate =
new QButtonGroup(CustomizeThemeDialog);
1342 buttonGroupEnableStarDelegate->setObjectName(QStringLiteral(
"buttonGroupEnableStarDelegate"));
1343 buttonGroupEnableStarDelegate->addButton(radioButtonEnableStarDelegate);
1344 radioButtonEnableStarDelegate->setObjectName(QStringLiteral(
"radioButtonEnableStarDelegate"));
1345 radioButtonEnableStarDelegate->setIconSize(QSize(16, 16));
1346 radioButtonEnableStarDelegate->setChecked(
true);
1348 horizontalLayout_4->addWidget(radioButtonEnableStarDelegate);
1350 starsLibrary =
new StarsWidget(groupBoxLibraryDelegates);
1351 starsLibrary->setObjectName(QStringLiteral(
"starsLibrary"));
1352 starsLibrary->setMinimumSize(QSize(100, 20));
1353 starsLibrary->setSizeIncrement(QSize(2, 2));
1354 horizontalLayout_10 =
new QHBoxLayout(starsLibrary);
1355 horizontalLayout_10->setObjectName(QStringLiteral(
"horizontalLayout_10"));
1357 horizontalLayout_4->addWidget(starsLibrary);
1359 horizontalSpacer_4 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
1361 horizontalLayout_4->addItem(horizontalSpacer_4);
1364 horizontalLayout_17->addLayout(horizontalLayout_4);
1366 radioButtonDisableStarDelegate =
new QRadioButton(groupBoxLibraryDelegates);
1367 buttonGroupEnableStarDelegate->addButton(radioButtonDisableStarDelegate);
1368 radioButtonDisableStarDelegate->setObjectName(QStringLiteral(
"radioButtonDisableStarDelegate"));
1370 horizontalLayout_17->addWidget(radioButtonDisableStarDelegate);
1372 horizontalLayout_17->setStretch(0, 1);
1373 horizontalLayout_17->setStretch(1, 1);
1375 verticalLayout_4->addLayout(horizontalLayout_17);
1377 labelLibraryDelegates =
new QLabel(groupBoxLibraryDelegates);
1378 labelLibraryDelegates->setObjectName(QStringLiteral(
"labelLibraryDelegates"));
1379 labelLibraryDelegates->setWordWrap(
true);
1381 verticalLayout_4->addWidget(labelLibraryDelegates);
1383 gridLayout_6 =
new QGridLayout();
1384 gridLayout_6->setObjectName(QStringLiteral(
"gridLayout_6"));
1385 radioButtonShowNeverScoredTracks =
new QRadioButton(groupBoxLibraryDelegates);
1386 buttonGroupEnableStarOutline =
new QButtonGroup(CustomizeThemeDialog);
1387 buttonGroupEnableStarOutline->setObjectName(QStringLiteral(
"buttonGroupEnableStarOutline"));
1388 buttonGroupEnableStarOutline->addButton(radioButtonShowNeverScoredTracks);
1389 radioButtonShowNeverScoredTracks->setObjectName(QStringLiteral(
"radioButtonShowNeverScoredTracks"));
1390 radioButtonShowNeverScoredTracks->setIconSize(QSize(16, 16));
1391 radioButtonShowNeverScoredTracks->setChecked(
true);
1393 gridLayout_6->addWidget(radioButtonShowNeverScoredTracks, 0, 0, 1, 1);
1395 radioButtonHideNeverScoredTracks =
new QRadioButton(groupBoxLibraryDelegates);
1396 buttonGroupEnableStarOutline->addButton(radioButtonHideNeverScoredTracks);
1397 radioButtonHideNeverScoredTracks->setObjectName(QStringLiteral(
"radioButtonHideNeverScoredTracks"));
1399 gridLayout_6->addWidget(radioButtonHideNeverScoredTracks, 0, 1, 1, 1);
1402 verticalLayout_4->addLayout(gridLayout_6);
1405 verticalLayout_16->addWidget(groupBoxLibraryDelegates);
1407 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1409 verticalLayout_16->addItem(verticalSpacer_2);
1411 tabAvailableViews->addTab(tabLibraryTreeView, QString());
1412 tabUniqueLibrary =
new QWidget();
1413 tabUniqueLibrary->setObjectName(QStringLiteral(
"tabUniqueLibrary"));
1414 verticalLayout_18 =
new QVBoxLayout(tabUniqueLibrary);
1415 verticalLayout_18->setObjectName(QStringLiteral(
"verticalLayout_18"));
1416 groupBoxUniqueLibraryCovers =
new QGroupBox(tabUniqueLibrary);
1417 groupBoxUniqueLibraryCovers->setObjectName(QStringLiteral(
"groupBoxUniqueLibraryCovers"));
1418 gridLayout_4 =
new QGridLayout(groupBoxUniqueLibraryCovers);
1419 gridLayout_4->setObjectName(QStringLiteral(
"gridLayout_4"));
1420 pinScrollCheckBox =
new QCheckBox(groupBoxUniqueLibraryCovers);
1421 pinScrollCheckBox->setObjectName(QStringLiteral(
"pinScrollCheckBox"));
1422 pinScrollCheckBox->setText(QStringLiteral(
""));
1423 pinScrollCheckBox->setChecked(
true);
1425 gridLayout_4->addWidget(pinScrollCheckBox, 0, 1, 1, 1);
1427 pinScrollLabel =
new QLabel(groupBoxUniqueLibraryCovers);
1428 pinScrollLabel->setObjectName(QStringLiteral(
"pinScrollLabel"));
1430 gridLayout_4->addWidget(pinScrollLabel, 0, 0, 1, 1);
1432 labelCoverSizeUniqueLibrary =
new QLabel(groupBoxUniqueLibraryCovers);
1433 labelCoverSizeUniqueLibrary->setObjectName(QStringLiteral(
"labelCoverSizeUniqueLibrary"));
1435 gridLayout_4->addWidget(labelCoverSizeUniqueLibrary, 1, 0, 1, 1);
1437 spinBoxCoverSizeUniqueLibrary =
new QSpinBox(groupBoxUniqueLibraryCovers);
1438 spinBoxCoverSizeUniqueLibrary->setObjectName(QStringLiteral(
"spinBoxCoverSizeUniqueLibrary"));
1439 spinBoxCoverSizeUniqueLibrary->setMinimum(50);
1440 spinBoxCoverSizeUniqueLibrary->setMaximum(500);
1441 spinBoxCoverSizeUniqueLibrary->setValue(100);
1443 gridLayout_4->addWidget(spinBoxCoverSizeUniqueLibrary, 1, 1, 1, 1);
1446 verticalLayout_18->addWidget(groupBoxUniqueLibraryCovers);
1448 verticalSpacer_7 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1450 verticalLayout_18->addItem(verticalSpacer_7);
1452 tabAvailableViews->addTab(tabUniqueLibrary, QString());
1453 stackedWidget->addWidget(tabAvailableViews);
1454 tabsPage =
new QWidget();
1455 tabsPage->setObjectName(QStringLiteral(
"tabsPage"));
1456 verticalLayout_13 =
new QVBoxLayout(tabsPage);
1457 verticalLayout_13->setObjectName(QStringLiteral(
"verticalLayout_13"));
1458 verticalLayout_13->setContentsMargins(-1, 0, -1, 0);
1459 groupBoxTabs =
new QGroupBox(tabsPage);
1460 groupBoxTabs->setObjectName(QStringLiteral(
"groupBoxTabs"));
1461 verticalLayout_11 =
new QVBoxLayout(groupBoxTabs);
1462 verticalLayout_11->setObjectName(QStringLiteral(
"verticalLayout_11"));
1463 labelShapeTabs =
new QLabel(groupBoxTabs);
1464 labelShapeTabs->setObjectName(QStringLiteral(
"labelShapeTabs"));
1465 labelShapeTabs->setFont(font);
1467 verticalLayout_11->addWidget(labelShapeTabs);
1469 radioButtonTabsRect =
new QRadioButton(groupBoxTabs);
1470 radioButtonTabsRect->setObjectName(QStringLiteral(
"radioButtonTabsRect"));
1471 radioButtonTabsRect->setChecked(
false);
1473 verticalLayout_11->addWidget(radioButtonTabsRect);
1475 radioButtonTabsRounded =
new QRadioButton(groupBoxTabs);
1476 radioButtonTabsRounded->setObjectName(QStringLiteral(
"radioButtonTabsRounded"));
1477 radioButtonTabsRounded->setChecked(
true);
1479 verticalLayout_11->addWidget(radioButtonTabsRounded);
1481 horizontalLayout_13 =
new QHBoxLayout();
1482 horizontalLayout_13->setObjectName(QStringLiteral(
"horizontalLayout_13"));
1483 labelOverlapTabs =
new QLabel(groupBoxTabs);
1484 labelOverlapTabs->setObjectName(QStringLiteral(
"labelOverlapTabs"));
1485 labelOverlapTabs->setEnabled(
true);
1487 horizontalLayout_13->addWidget(labelOverlapTabs);
1489 overlapTabsSpinBox =
new QSpinBox(groupBoxTabs);
1490 overlapTabsSpinBox->setObjectName(QStringLiteral(
"overlapTabsSpinBox"));
1491 overlapTabsSpinBox->setEnabled(
true);
1492 overlapTabsSpinBox->setSuffix(QStringLiteral(
"px"));
1493 overlapTabsSpinBox->setMinimum(2);
1494 overlapTabsSpinBox->setMaximum(20);
1495 overlapTabsSpinBox->setValue(10);
1497 horizontalLayout_13->addWidget(overlapTabsSpinBox);
1500 verticalLayout_11->addLayout(horizontalLayout_13);
1503 verticalLayout_13->addWidget(groupBoxTabs);
1505 verticalSpacer_5 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1507 verticalLayout_13->addItem(verticalSpacer_5);
1509 stackedWidget->addWidget(tabsPage);
1511 horizontalLayout->addWidget(stackedWidget);
1513 QWidget::setTabOrder(listWidget, themeComboBox);
1514 QWidget::setTabOrder(themeComboBox, customizeThemeCheckBox);
1515 QWidget::setTabOrder(customizeThemeCheckBox, customizeButtonsScrollArea);
1516 QWidget::setTabOrder(customizeButtonsScrollArea, skipBackwardCheckBox);
1517 QWidget::setTabOrder(skipBackwardCheckBox, skipBackward);
1518 QWidget::setTabOrder(skipBackward, seekBackwardCheckBox);
1519 QWidget::setTabOrder(seekBackwardCheckBox, seekBackward);
1520 QWidget::setTabOrder(seekBackward, playCheckBox);
1521 QWidget::setTabOrder(playCheckBox, play);
1522 QWidget::setTabOrder(play, pause);
1523 QWidget::setTabOrder(pause, stopCheckBox);
1524 QWidget::setTabOrder(stopCheckBox, stop);
1525 QWidget::setTabOrder(stop, seekForwardCheckBox);
1526 QWidget::setTabOrder(seekForwardCheckBox, seekForward);
1527 QWidget::setTabOrder(seekForward, skipForwardCheckBox);
1528 QWidget::setTabOrder(skipForwardCheckBox, skipForward);
1529 QWidget::setTabOrder(skipForward, playbackModeCheckBox);
1530 QWidget::setTabOrder(playbackModeCheckBox, sequential);
1531 QWidget::setTabOrder(sequential, repeat);
1532 QWidget::setTabOrder(repeat, shuffle);
1533 QWidget::setTabOrder(shuffle, itemOnce);
1534 QWidget::setTabOrder(itemOnce, itemLoop);
1535 QWidget::setTabOrder(itemLoop, sizeButtonsSpinBox);
1536 QWidget::setTabOrder(sizeButtonsSpinBox, radioButtonShowExtendedSearch);
1537 QWidget::setTabOrder(radioButtonShowExtendedSearch, radioButtonHideExtendedSearch);
1538 QWidget::setTabOrder(radioButtonHideExtendedSearch, radioButtonShowVolume);
1539 QWidget::setTabOrder(radioButtonShowVolume, radioButtonHideVolume);
1540 QWidget::setTabOrder(radioButtonHideVolume, spinBoxHideVolumeLabel);
1541 QWidget::setTabOrder(spinBoxHideVolumeLabel, spinBoxLibrary);
1542 QWidget::setTabOrder(spinBoxLibrary, fontComboBoxPlaylist);
1543 QWidget::setTabOrder(fontComboBoxPlaylist, fontComboBoxLibrary);
1544 QWidget::setTabOrder(fontComboBoxLibrary, spinBoxPlaylist);
1545 QWidget::setTabOrder(spinBoxPlaylist, fontComboBoxMenus);
1546 QWidget::setTabOrder(fontComboBoxMenus, spinBoxMenus);
1547 QWidget::setTabOrder(spinBoxMenus, enableAlternateBGRadioButton);
1548 QWidget::setTabOrder(enableAlternateBGRadioButton, disableAlternateBGRadioButton);
1549 QWidget::setTabOrder(disableAlternateBGRadioButton, enableCustomColorsRadioButton);
1550 QWidget::setTabOrder(enableCustomColorsRadioButton, disableCustomColorsRadioButton);
1551 QWidget::setTabOrder(disableCustomColorsRadioButton, selectedItemColorToolButton);
1552 QWidget::setTabOrder(selectedItemColorToolButton, bgPrimaryColorToolButton);
1553 QWidget::setTabOrder(bgPrimaryColorToolButton, spinBoxCoverSizeLibraryTree);
1554 QWidget::setTabOrder(spinBoxCoverSizeLibraryTree, radioButtonEnableBigCover);
1555 QWidget::setTabOrder(radioButtonEnableBigCover, radioButtonDisableBigCover);
1556 QWidget::setTabOrder(radioButtonDisableBigCover, spinBoxBigCoverOpacity);
1557 QWidget::setTabOrder(spinBoxBigCoverOpacity, radioButtonEnableArticles);
1558 QWidget::setTabOrder(radioButtonEnableArticles, radioButtonDisableArticles);
1559 QWidget::setTabOrder(radioButtonDisableArticles, articlesLineEdit);
1560 QWidget::setTabOrder(articlesLineEdit, radioButtonEnableReorderArtistsArticle);
1561 QWidget::setTabOrder(radioButtonEnableReorderArtistsArticle, radioButtonDisableReorderArtistsArticle);
1562 QWidget::setTabOrder(radioButtonDisableReorderArtistsArticle, radioButtonEnableStarDelegate);
1563 QWidget::setTabOrder(radioButtonEnableStarDelegate, radioButtonDisableStarDelegate);
1564 QWidget::setTabOrder(radioButtonDisableStarDelegate, radioButtonShowNeverScoredTracks);
1565 QWidget::setTabOrder(radioButtonShowNeverScoredTracks, radioButtonHideNeverScoredTracks);
1566 QWidget::setTabOrder(radioButtonHideNeverScoredTracks, radioButtonTabsRect);
1567 QWidget::setTabOrder(radioButtonTabsRect, radioButtonTabsRounded);
1568 QWidget::setTabOrder(radioButtonTabsRounded, overlapTabsSpinBox);
1571 QObject::connect(listWidget, SIGNAL(currentRowChanged(
int)), stackedWidget, SLOT(setCurrentIndex(
int)));
1572 QObject::connect(radioButtonEnableArticles, SIGNAL(toggled(
bool)), articlesLineEdit, SLOT(setEnabled(
bool)));
1573 QObject::connect(radioButtonShowVolume, SIGNAL(toggled(
bool)), spinBoxHideVolumeLabel, SLOT(setDisabled(
bool)));
1574 QObject::connect(radioButtonTabsRect, SIGNAL(toggled(
bool)), labelOverlapTabs, SLOT(setDisabled(
bool)));
1575 QObject::connect(radioButtonTabsRect, SIGNAL(toggled(
bool)), overlapTabsSpinBox, SLOT(setDisabled(
bool)));
1576 QObject::connect(customizeThemeCheckBox, SIGNAL(toggled(
bool)), buttonsListBox, SLOT(setVisible(
bool)));
1577 QObject::connect(playCheckBox, SIGNAL(toggled(
bool)), pause, SLOT(setEnabled(
bool)));
1578 QObject::connect(seekBackwardCheckBox, SIGNAL(toggled(
bool)), seekBackward, SLOT(setEnabled(
bool)));
1579 QObject::connect(skipBackwardCheckBox, SIGNAL(toggled(
bool)), skipBackward, SLOT(setEnabled(
bool)));
1580 QObject::connect(playbackModeCheckBox, SIGNAL(toggled(
bool)), sequential, SLOT(setEnabled(
bool)));
1581 QObject::connect(skipForwardCheckBox, SIGNAL(toggled(
bool)), skipForward, SLOT(setEnabled(
bool)));
1582 QObject::connect(playbackModeCheckBox, SIGNAL(toggled(
bool)), repeat, SLOT(setEnabled(
bool)));
1583 QObject::connect(playbackModeCheckBox, SIGNAL(toggled(
bool)), shuffle, SLOT(setEnabled(
bool)));
1584 QObject::connect(seekForwardCheckBox, SIGNAL(toggled(
bool)), seekForward, SLOT(setEnabled(
bool)));
1585 QObject::connect(playCheckBox, SIGNAL(toggled(
bool)), play, SLOT(setEnabled(
bool)));
1586 QObject::connect(stopCheckBox, SIGNAL(toggled(
bool)), stop, SLOT(setEnabled(
bool)));
1587 QObject::connect(playbackModeCheckBox, SIGNAL(toggled(
bool)), itemOnce, SLOT(setEnabled(
bool)));
1588 QObject::connect(playbackModeCheckBox, SIGNAL(toggled(
bool)), itemLoop, SLOT(setEnabled(
bool)));
1589 QObject::connect(radioButtonEnableArticles, SIGNAL(toggled(
bool)), labelReorderArtistsArticle, SLOT(setEnabled(
bool)));
1590 QObject::connect(radioButtonEnableArticles, SIGNAL(toggled(
bool)), labelReorderArtistsArticleExample, SLOT(setEnabled(
bool)));
1591 QObject::connect(radioButtonEnableArticles, SIGNAL(toggled(
bool)), radioButtonEnableReorderArtistsArticle, SLOT(setEnabled(
bool)));
1592 QObject::connect(radioButtonEnableArticles, SIGNAL(toggled(
bool)), radioButtonDisableReorderArtistsArticle, SLOT(setEnabled(
bool)));
1593 QObject::connect(radioButtonEnableStarDelegate, SIGNAL(toggled(
bool)), starsLibrary, SLOT(setEnabled(
bool)));
1595 listWidget->setCurrentRow(0);
1596 stackedWidget->setCurrentIndex(0);
1597 themeComboBox->setCurrentIndex(0);
1598 tabAvailableViews->setCurrentIndex(0);
1601 QMetaObject::connectSlotsByName(CustomizeThemeDialog);
1606 CustomizeThemeDialog->setWindowTitle(QApplication::translate(
"CustomizeThemeDialog",
"Customize appearance", 0));
1608 const bool __sortingEnabled = listWidget->isSortingEnabled();
1609 listWidget->setSortingEnabled(
false);
1610 QListWidgetItem *___qlistwidgetitem = listWidget->item(0);
1611 ___qlistwidgetitem->setText(QApplication::translate(
"CustomizeThemeDialog",
"Buttons & Bars", 0));
1612 QListWidgetItem *___qlistwidgetitem1 = listWidget->item(1);
1613 ___qlistwidgetitem1->setText(QApplication::translate(
"CustomizeThemeDialog",
"Fonts", 0));
1614 QListWidgetItem *___qlistwidgetitem2 = listWidget->item(2);
1615 ___qlistwidgetitem2->setText(QApplication::translate(
"CustomizeThemeDialog",
"Colors", 0));
1616 QListWidgetItem *___qlistwidgetitem3 = listWidget->item(3);
1617 ___qlistwidgetitem3->setText(QApplication::translate(
"CustomizeThemeDialog",
"Library", 0));
1618 QListWidgetItem *___qlistwidgetitem4 = listWidget->item(4);
1619 ___qlistwidgetitem4->setText(QApplication::translate(
"CustomizeThemeDialog",
"Tabs", 0));
1620 listWidget->setSortingEnabled(__sortingEnabled);
1622 buttonThemeBox->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Availables themes", 0));
1624 customizeThemeCheckBox->setText(QApplication::translate(
"CustomizeThemeDialog",
"Customize selected theme", 0));
1625 buttonsListBox->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Button list and their associated behaviour", 0));
1626 customizeIconsLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"You can customize every icon by clicking on the buttons", 0));
1627 stopLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Stop", 0));
1628 skipBackwardLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Skip backward", 0));
1629 seekForwardLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Seek forword", 0));
1630 playLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Play / Pause", 0));
1631 skipForwardLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Skip forward", 0));
1632 seekBackwardLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Seek backbard", 0));
1633 loopLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Loop", 0));
1634 playbackModeLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Playback Mode", 0));
1635 sequentialLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Sequential", 0));
1636 itemOnceLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Current item once", 0));
1637 itemLoopLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Current item in loop", 0));
1638 shuffleLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Shuffle", 0));
1639 groupBoxMediaButtons->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Media buttons", 0));
1640 sizeButtonsLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Button size", 0));
1641 groupBoxSearchBar->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Search bar", 0));
1642 labelSearchBar->setText(QApplication::translate(
"CustomizeThemeDialog",
"Should I show automatically an extended search area next to the search bar?", 0));
1643 radioButtonShowExtendedSearch->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1644 radioButtonHideExtendedSearch->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1645 groupBoxVolumeBar->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Volume bar", 0));
1646 displayVolumeInTopLeftCorner->setText(QApplication::translate(
"CustomizeThemeDialog",
"Should I display the value in the upper left corner permanently?", 0));
1647 radioButtonShowVolume->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1648 radioButtonHideVolume->setText(QApplication::translate(
"CustomizeThemeDialog",
"No, hide it after:", 0));
1649 groupBoxFonts->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Fonts", 0));
1650 labelFontSize->setText(QApplication::translate(
"CustomizeThemeDialog",
"Size", 0));
1651 labelFontFamily->setText(QApplication::translate(
"CustomizeThemeDialog",
"Font family", 0));
1652 label_3->setText(QApplication::translate(
"CustomizeThemeDialog",
"Playlist", 0));
1653 label_5->setText(QApplication::translate(
"CustomizeThemeDialog",
"Menus", 0));
1654 label_4->setText(QApplication::translate(
"CustomizeThemeDialog",
"Library", 0));
1655 groupBox_4->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Alternative colors", 0));
1656 label_2->setText(QApplication::translate(
"CustomizeThemeDialog",
"Would you like to alternate colors in playlists?", 0));
1657 enableAlternateBGRadioButton->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1658 disableAlternateBGRadioButton->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1659 groupBoxCustomColors->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Custom colors", 0));
1660 label_6->setText(QApplication::translate(
"CustomizeThemeDialog",
"Would you like to customize the colors of the player?", 0));
1661 #ifndef QT_NO_TOOLTIP 1662 enableCustomColorsRadioButton->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"Currently under development", 0));
1663 #endif // QT_NO_TOOLTIP 1664 enableCustomColorsRadioButton->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1665 disableCustomColorsRadioButton->setText(QApplication::translate(
"CustomizeThemeDialog",
"No, keep the colors provided by my Operating System", 0));
1666 labelSelectedItem->setText(QApplication::translate(
"CustomizeThemeDialog",
"Selected item", 0));
1667 labelBackgroundPrimary->setText(QApplication::translate(
"CustomizeThemeDialog",
"Background for playlists and the library", 0));
1668 bgPrimaryColorToolButton->setText(QString());
1669 selectedItemColorToolButton->setText(QString());
1670 labelOverrideTextColor->setText(QApplication::translate(
"CustomizeThemeDialog",
"Text color is automatically adjusted from Background color, but you can override it", 0));
1671 #ifndef QT_NO_TOOLTIP 1672 enableCustomTextColorsRadioButton->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"Currently under development", 0));
1673 #endif // QT_NO_TOOLTIP 1674 enableCustomTextColorsRadioButton->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes, let me change Text Color", 0));
1675 disableCustomTextColorsRadioButton->setText(QApplication::translate(
"CustomizeThemeDialog",
"No, adjust Text Color automatically", 0));
1676 labelSelectedFontColor->setText(QApplication::translate(
"CustomizeThemeDialog",
"Selected text", 0));
1677 labelFontColor->setText(QApplication::translate(
"CustomizeThemeDialog",
"Text", 0));
1678 groupBoxLibraryCovers->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Artist and albums lists", 0));
1679 labelCoverSizeLibraryTree->setText(QApplication::translate(
"CustomizeThemeDialog",
"Size of covers", 0));
1680 labelOpacity->setText(QApplication::translate(
"CustomizeThemeDialog",
"Should I display a large and faded cover when you're expanding an album?", 0));
1681 radioButtonEnableBigCover->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1682 radioButtonDisableBigCover->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1683 labelBigCoverOpacity->setText(QApplication::translate(
"CustomizeThemeDialog",
"Opacity", 0));
1684 groupBoxSortingLibrary->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Sorting the library", 0));
1685 labelIgnoreArticles->setText(QApplication::translate(
"CustomizeThemeDialog",
"If there is an article at the beginning of an artist's name, should I ignore it?", 0));
1686 #ifndef QT_NO_TOOLTIP 1687 radioButtonEnableArticles->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"This option will filter grammatical articles. For example, \"The Beatles\" will be treated as \"Beatles, the\"", 0));
1688 #endif // QT_NO_TOOLTIP 1689 radioButtonEnableArticles->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1690 radioButtonDisableArticles->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1691 articlesLineEdit->setPlaceholderText(QApplication::translate(
"CustomizeThemeDialog",
"\"The\" is very common English article, like in \302\253 The Beatles \302\273", 0));
1692 labelReorderArtistsArticle->setText(QApplication::translate(
"CustomizeThemeDialog",
"Do you want to display the article after the name?", 0));
1693 labelReorderArtistsArticleExample->setText(QApplication::translate(
"CustomizeThemeDialog",
"Example: \302\253 The Beatles \302\273 will become \302\253 Beatles, the \302\273", 0));
1694 radioButtonEnableReorderArtistsArticle->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1695 radioButtonDisableReorderArtistsArticle->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1696 groupBoxLibraryDelegates->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Manage favorites", 0));
1697 labelLibraryDelegatesState->setText(QApplication::translate(
"CustomizeThemeDialog",
"Would you like to display stars in the library, left to the track name?", 0));
1698 #ifndef QT_NO_TOOLTIP 1699 radioButtonEnableStarDelegate->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"This option will always displays 5 stars, even if the track has not been rated yet", 0));
1700 #endif // QT_NO_TOOLTIP 1701 radioButtonEnableStarDelegate->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1702 #ifndef QT_NO_TOOLTIP 1703 radioButtonDisableStarDelegate->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"This option will never show 5 gray stars if the track has not been rated ", 0));
1704 #endif // QT_NO_TOOLTIP 1705 radioButtonDisableStarDelegate->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1706 labelLibraryDelegates->setText(QApplication::translate(
"CustomizeThemeDialog",
"Display star outline if there's no rating yet for a track", 0));
1707 #ifndef QT_NO_TOOLTIP 1708 radioButtonShowNeverScoredTracks->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"This option will always displays 5 stars, even if the track has not been rated yet", 0));
1709 #endif // QT_NO_TOOLTIP 1710 radioButtonShowNeverScoredTracks->setText(QApplication::translate(
"CustomizeThemeDialog",
"Yes", 0));
1711 #ifndef QT_NO_TOOLTIP 1712 radioButtonHideNeverScoredTracks->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"This option will never show 5 gray stars if the track has not been rated ", 0));
1713 #endif // QT_NO_TOOLTIP 1714 radioButtonHideNeverScoredTracks->setText(QApplication::translate(
"CustomizeThemeDialog",
"No", 0));
1715 tabAvailableViews->setTabText(tabAvailableViews->indexOf(tabLibraryTreeView), QApplication::translate(
"CustomizeThemeDialog",
"Library (tree)", 0));
1716 groupBoxUniqueLibraryCovers->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Artist and albums lists", 0));
1717 pinScrollLabel->setText(QApplication::translate(
"CustomizeThemeDialog",
"Pin when scrolling", 0));
1718 labelCoverSizeUniqueLibrary->setText(QApplication::translate(
"CustomizeThemeDialog",
"Size of covers", 0));
1719 spinBoxCoverSizeUniqueLibrary->setSuffix(QApplication::translate(
"CustomizeThemeDialog",
"px", 0));
1720 tabAvailableViews->setTabText(tabAvailableViews->indexOf(tabUniqueLibrary), QApplication::translate(
"CustomizeThemeDialog",
"Unique Library (list)", 0));
1721 #ifndef QT_NO_TOOLTIP 1722 groupBoxTabs->setToolTip(QApplication::translate(
"CustomizeThemeDialog",
"Currently under development", 0));
1723 #endif // QT_NO_TOOLTIP 1724 groupBoxTabs->setTitle(QApplication::translate(
"CustomizeThemeDialog",
"Tabs", 0));
1725 labelShapeTabs->setText(QApplication::translate(
"CustomizeThemeDialog",
"What kind of shape do you want for displaying tabs?", 0));
1726 radioButtonTabsRect->setText(QApplication::translate(
"CustomizeThemeDialog",
"Rectangle", 0));
1727 radioButtonTabsRounded->setText(QApplication::translate(
"CustomizeThemeDialog",
"Rounded tabs", 0));
1728 labelOverlapTabs->setText(QApplication::translate(
"CustomizeThemeDialog",
"Overlap on other tabs with", 0));
1739 #endif // UI_CUSTOMIZETHEME_H QVBoxLayout * verticalLayout
Definition: ui_customizetheme.h:49
QCheckBox * playbackModeCheckBox
Definition: ui_customizetheme.h:96
QLabel * labelFontSize
Definition: ui_customizetheme.h:125
QFontComboBox * fontComboBoxLibrary
Definition: ui_customizetheme.h:129
QHBoxLayout * horizontalLayout_16
Definition: ui_customizetheme.h:101
Reflector * bgPrimaryColorWidget
Definition: ui_customizetheme.h:155
QHBoxLayout * hl_skipF
Definition: ui_customizetheme.h:66
QSpinBox * overlapTabsSpinBox
Definition: ui_customizetheme.h:230
QSpinBox * spinBoxPlaylist
Definition: ui_customizetheme.h:130
QToolButton * selectedItemColorToolButton
Definition: ui_customizetheme.h:157
QGroupBox * buttonThemeBox
Definition: ui_customizetheme.h:50
The Reflector Class is only designed to help the way one can customize colors.
Definition: reflector.h:11
QVBoxLayout * verticalLayout_13
Definition: ui_customizetheme.h:222
QSpacerItem * horizontalSpacer
Definition: ui_customizetheme.h:78
QHBoxLayout * horizontalLayout_14
Definition: ui_customizetheme.h:91
QRadioButton * radioButtonHideNeverScoredTracks
Definition: ui_customizetheme.h:210
QPushButton * itemOnce
Definition: ui_customizetheme.h:94
Definition: ui_customizetheme.h:1734
QButtonGroup * buttonGroupEnableStarDelegate
Definition: ui_customizetheme.h:237
QSpinBox * spinBoxLibrary
Definition: ui_customizetheme.h:127
QHBoxLayout * horizontalLayout_3
Definition: ui_customizetheme.h:148
QLabel * labelReorderArtistsArticleExample
Definition: ui_customizetheme.h:193
Definition: ui_libraryorderdialog.h:197
QHBoxLayout * horizontalLayout_6
Definition: ui_customizetheme.h:117
QLabel * labelShapeTabs
Definition: ui_customizetheme.h:225
QCheckBox * seekForwardCheckBox
Definition: ui_customizetheme.h:80
QGridLayout * gridLayout_7
Definition: ui_customizetheme.h:175
QSpacerItem * verticalSpacer_4
Definition: ui_customizetheme.h:169
QButtonGroup * buttonGroupEnableStarOutline
Definition: ui_customizetheme.h:235
QScrollArea * customizeButtonsScrollArea
Definition: ui_customizetheme.h:57
QSpinBox * spinBoxCoverSizeLibraryTree
Definition: ui_customizetheme.h:177
QRadioButton * radioButtonEnableStarDelegate
Definition: ui_customizetheme.h:202
QCheckBox * skipForwardCheckBox
Definition: ui_customizetheme.h:72
QRadioButton * enableAlternateBGRadioButton
Definition: ui_customizetheme.h:143
void setupUi(QDialog *CustomizeThemeDialog)
Definition: ui_customizetheme.h:239
QToolButton * fontColorToolButton
Definition: ui_customizetheme.h:168
QRadioButton * disableCustomTextColorsRadioButton
Definition: ui_customizetheme.h:161
QLabel * stopLabel
Definition: ui_customizetheme.h:61
QHBoxLayout * horizontalLayout_4
Definition: ui_customizetheme.h:201
QGridLayout * customColorsGridLayout
Definition: ui_customizetheme.h:151
QVBoxLayout * verticalLayout_15
Definition: ui_customizetheme.h:108
QRadioButton * enableCustomColorsRadioButton
Definition: ui_customizetheme.h:149
QLabel * sequentialLabel
Definition: ui_customizetheme.h:97
QVBoxLayout * verticalLayout_10
Definition: ui_customizetheme.h:114
QLabel * labelSelectedFontColor
Definition: ui_customizetheme.h:163
QStackedWidget * stackedWidget
Definition: ui_customizetheme.h:47
QTabWidget * tabAvailableViews
Definition: ui_customizetheme.h:170
QPushButton * repeat
Definition: ui_customizetheme.h:89
QRadioButton * radioButtonDisableArticles
Definition: ui_customizetheme.h:189
QLabel * labelCoverSizeLibraryTree
Definition: ui_customizetheme.h:176
QGroupBox * groupBoxSearchBar
Definition: ui_customizetheme.h:107
QRadioButton * disableCustomColorsRadioButton
Definition: ui_customizetheme.h:150
QLabel * shuffleLabel
Definition: ui_customizetheme.h:100
QHBoxLayout * hl_skipB
Definition: ui_customizetheme.h:75
Definition: ui_customizetheme.h:42
QVBoxLayout * verticalLayout_18
Definition: ui_customizetheme.h:213
QGroupBox * groupBoxTabs
Definition: ui_customizetheme.h:223
QCheckBox * pinScrollCheckBox
Definition: ui_customizetheme.h:216
QLabel * labelOpacity
Definition: ui_customizetheme.h:178
QSpinBox * spinBoxHideVolumeLabel
Definition: ui_customizetheme.h:119
QGridLayout * gridLayout_5
Definition: ui_customizetheme.h:104
QLabel * labelBackgroundPrimary
Definition: ui_customizetheme.h:153
The CustomizeThemeTagLineEdit class.
Definition: customizethemetaglineedit.h:11
QLabel * label_5
Definition: ui_customizetheme.h:132
QLabel * skipBackwardLabel
Definition: ui_customizetheme.h:73
QHBoxLayout * horizontalLayout_11
Definition: ui_customizetheme.h:85
QButtonGroup * buttonGroupReorderArtists
Definition: ui_customizetheme.h:232
QVBoxLayout * verticalLayout_16
Definition: ui_customizetheme.h:172
QListWidget * listWidget
Definition: ui_customizetheme.h:46
QPushButton * seekBackward
Definition: ui_customizetheme.h:71
QPushButton * sequential
Definition: ui_customizetheme.h:86
QPushButton * play
Definition: ui_customizetheme.h:82
QSpacerItem * verticalSpacer_5
Definition: ui_customizetheme.h:231
QHBoxLayout * hl_seekF
Definition: ui_customizetheme.h:68
QGroupBox * groupBoxSortingLibrary
Definition: ui_customizetheme.h:184
QLabel * displayVolumeInTopLeftCorner
Definition: ui_customizetheme.h:115
QHBoxLayout * horizontalLayout_5
Definition: ui_customizetheme.h:159
QFontComboBox * fontComboBoxMenus
Definition: ui_customizetheme.h:133
QLabel * skipForwardLabel
Definition: ui_customizetheme.h:84
QRadioButton * radioButtonDisableStarDelegate
Definition: ui_customizetheme.h:206
QVBoxLayout * verticalLayout_5
Definition: ui_customizetheme.h:55
QSpinBox * spinBoxMenus
Definition: ui_customizetheme.h:134
QVBoxLayout * verticalLayout_9
Definition: ui_customizetheme.h:140
QGridLayout * gridLayout_9
Definition: ui_customizetheme.h:187
QPushButton * pause
Definition: ui_customizetheme.h:83
QGroupBox * buttonsListBox
Definition: ui_customizetheme.h:54
QRadioButton * radioButtonHideExtendedSearch
Definition: ui_customizetheme.h:112
QWidget * fontsPage
Definition: ui_customizetheme.h:121
QGroupBox * groupBoxLibraryDelegates
Definition: ui_customizetheme.h:197
QPushButton * itemLoop
Definition: ui_customizetheme.h:102
QHBoxLayout * horizontalLayout_17
Definition: ui_customizetheme.h:200
QGroupBox * groupBoxUniqueLibraryCovers
Definition: ui_customizetheme.h:214
QRadioButton * radioButtonShowNeverScoredTracks
Definition: ui_customizetheme.h:209
QLabel * seekBackwardLabel
Definition: ui_customizetheme.h:87
StarsWidget * starsLibrary
Definition: ui_customizetheme.h:203
QLabel * labelOverrideTextColor
Definition: ui_customizetheme.h:158
QLabel * seekForwardLabel
Definition: ui_customizetheme.h:74
QRadioButton * radioButtonShowVolume
Definition: ui_customizetheme.h:116
QHBoxLayout * hl_seekB
Definition: ui_customizetheme.h:70
QVBoxLayout * verticalLayout_2
Definition: ui_customizetheme.h:51
QPushButton * skipForward
Definition: ui_customizetheme.h:67
Reflector * selectedItemColorWidget
Definition: ui_customizetheme.h:154
QRadioButton * radioButtonEnableArticles
Definition: ui_customizetheme.h:188
QSpacerItem * horizontalSpacer_4
Definition: ui_customizetheme.h:205
QWidget * tabLibraryTreeView
Definition: ui_customizetheme.h:171
QHBoxLayout * horizontalLayout_13
Definition: ui_customizetheme.h:228
QGridLayout * gridLayout_4
Definition: ui_customizetheme.h:215
QLabel * sizeButtonsLabel
Definition: ui_customizetheme.h:105
QRadioButton * radioButtonEnableBigCover
Definition: ui_customizetheme.h:180
QLabel * labelFontFamily
Definition: ui_customizetheme.h:126
QCheckBox * customizeThemeCheckBox
Definition: ui_customizetheme.h:53
QWidget * buttonsPage
Definition: ui_customizetheme.h:48
QPushButton * skipBackward
Definition: ui_customizetheme.h:76
QRadioButton * radioButtonDisableReorderArtistsArticle
Definition: ui_customizetheme.h:196
QHBoxLayout * horizontalLayout_9
Definition: ui_customizetheme.h:110
QGroupBox * groupBox_4
Definition: ui_customizetheme.h:139
QLabel * labelReorderArtistsArticle
Definition: ui_customizetheme.h:192
QHBoxLayout * horizontalLayout_8
Definition: ui_customizetheme.h:142
QLabel * label_4
Definition: ui_customizetheme.h:135
QLabel * labelOverlapTabs
Definition: ui_customizetheme.h:229
QSpacerItem * verticalSpacer_3
Definition: ui_customizetheme.h:136
QComboBox * themeComboBox
Definition: ui_customizetheme.h:52
QCheckBox * skipBackwardCheckBox
Definition: ui_customizetheme.h:60
QSpinBox * sizeButtonsSpinBox
Definition: ui_customizetheme.h:106
QPushButton * stop
Definition: ui_customizetheme.h:63
QRadioButton * radioButtonEnableReorderArtistsArticle
Definition: ui_customizetheme.h:195
QRadioButton * radioButtonHideVolume
Definition: ui_customizetheme.h:118
QGridLayout * gridLayout_3
Definition: ui_customizetheme.h:124
QGridLayout * customTextColorsGridLayout
Definition: ui_customizetheme.h:162
QRadioButton * disableAlternateBGRadioButton
Definition: ui_customizetheme.h:144
QLabel * pinScrollLabel
Definition: ui_customizetheme.h:217
QWidget * scrollAreaWidgetContents
Definition: ui_customizetheme.h:58
QLabel * playbackModeLabel
Definition: ui_customizetheme.h:95
QLabel * labelIgnoreArticles
Definition: ui_customizetheme.h:186
QRadioButton * radioButtonShowExtendedSearch
Definition: ui_customizetheme.h:111
Reflector * fontColorWidget
Definition: ui_customizetheme.h:166
QLabel * labelSearchBar
Definition: ui_customizetheme.h:109
QLabel * labelCoverSizeUniqueLibrary
Definition: ui_customizetheme.h:218
QButtonGroup * buttonGroupCustomColors
Definition: ui_customizetheme.h:233
QLabel * playLabel
Definition: ui_customizetheme.h:79
QGroupBox * groupBoxVolumeBar
Definition: ui_customizetheme.h:113
QHBoxLayout * horizontalLayout_12
Definition: ui_customizetheme.h:88
QGroupBox * groupBoxFonts
Definition: ui_customizetheme.h:123
QHBoxLayout * hl_stop
Definition: ui_customizetheme.h:62
QVBoxLayout * verticalLayout_11
Definition: ui_customizetheme.h:224
QToolButton * bgPrimaryColorToolButton
Definition: ui_customizetheme.h:156
QSpacerItem * verticalSpacer_2
Definition: ui_customizetheme.h:211
QGridLayout * gridLayout_2
Definition: ui_customizetheme.h:179
QVBoxLayout * verticalLayout_7
Definition: ui_customizetheme.h:185
QHBoxLayout * horizontalLayout_15
Definition: ui_customizetheme.h:93
QLabel * labelLibraryDelegatesState
Definition: ui_customizetheme.h:199
QSpacerItem * verticalSpacer_6
Definition: ui_customizetheme.h:191
void retranslateUi(QDialog *CustomizeThemeDialog)
Definition: ui_customizetheme.h:1604
QRadioButton * enableCustomTextColorsRadioButton
Definition: ui_customizetheme.h:160
QLabel * label_3
Definition: ui_customizetheme.h:131
QSpinBox * spinBoxBigCoverOpacity
Definition: ui_customizetheme.h:183
QLabel * labelLibraryDelegates
Definition: ui_customizetheme.h:207
QWidget * colorsPage
Definition: ui_customizetheme.h:137
QVBoxLayout * verticalLayout_14
Definition: ui_customizetheme.h:122
QGridLayout * gridLayout_8
Definition: ui_customizetheme.h:194
QPushButton * seekForward
Definition: ui_customizetheme.h:69
QGridLayout * gridLayout_6
Definition: ui_customizetheme.h:208
QWidget * tabsPage
Definition: ui_customizetheme.h:221
QLabel * customizeIconsLabel
Definition: ui_customizetheme.h:56
QCheckBox * playCheckBox
Definition: ui_customizetheme.h:64
QSpacerItem * verticalSpacer
Definition: ui_customizetheme.h:120
QGroupBox * groupBoxLibraryCovers
Definition: ui_customizetheme.h:173
QGroupBox * groupBoxCustomColors
Definition: ui_customizetheme.h:145
QLabel * label_2
Definition: ui_customizetheme.h:141
CustomizeThemeTagLineEdit * articlesLineEdit
Definition: ui_customizetheme.h:190
QHBoxLayout * hl_play
Definition: ui_customizetheme.h:81
QGridLayout * gridLayout
Definition: ui_customizetheme.h:59
QHBoxLayout * horizontalLayout_10
Definition: ui_customizetheme.h:204
QCheckBox * seekBackwardCheckBox
Definition: ui_customizetheme.h:77
QLabel * labelBigCoverOpacity
Definition: ui_customizetheme.h:182
QPushButton * shuffle
Definition: ui_customizetheme.h:92
QButtonGroup * buttonGroupArtistsArticle
Definition: ui_customizetheme.h:234
QLabel * labelSelectedItem
Definition: ui_customizetheme.h:152
QHBoxLayout * horizontalLayout
Definition: ui_customizetheme.h:45
QCheckBox * stopCheckBox
Definition: ui_customizetheme.h:65
QRadioButton * radioButtonDisableBigCover
Definition: ui_customizetheme.h:181
QLabel * itemOnceLabel
Definition: ui_customizetheme.h:98
QLabel * loopLabel
Definition: ui_customizetheme.h:90
QWidget * tabUniqueLibrary
Definition: ui_customizetheme.h:212
QFontComboBox * fontComboBoxPlaylist
Definition: ui_customizetheme.h:128
Reflector * selectedFontColorWidget
Definition: ui_customizetheme.h:164
QVBoxLayout * verticalLayout_4
Definition: ui_customizetheme.h:198
QToolButton * selectedFontColorToolButton
Definition: ui_customizetheme.h:167
QVBoxLayout * verticalLayout_12
Definition: ui_customizetheme.h:138
QRadioButton * radioButtonTabsRect
Definition: ui_customizetheme.h:226
QSpinBox * spinBoxCoverSizeUniqueLibrary
Definition: ui_customizetheme.h:219
QLabel * labelFontColor
Definition: ui_customizetheme.h:165
QLabel * itemLoopLabel
Definition: ui_customizetheme.h:99
QVBoxLayout * verticalLayout_3
Definition: ui_customizetheme.h:146
QButtonGroup * buttonGroupCustomTextColor
Definition: ui_customizetheme.h:236
QLabel * label_6
Definition: ui_customizetheme.h:147
QSpacerItem * verticalSpacer_7
Definition: ui_customizetheme.h:220
The CustomizeThemeDialog class is a very important class. It is designed to help one to customize the...
Definition: customizethemedialog.h:21
QRadioButton * radioButtonTabsRounded
Definition: ui_customizetheme.h:227
QVBoxLayout * verticalLayout_6
Definition: ui_customizetheme.h:174
QGroupBox * groupBoxMediaButtons
Definition: ui_customizetheme.h:103