9 #ifndef UI_CUSTOMIZEOPTIONSDIALOG_H 10 #define UI_CUSTOMIZEOPTIONSDIALOG_H 12 #include <QtCore/QLocale> 13 #include <QtCore/QVariant> 14 #include <QtWidgets/QAction> 15 #include <QtWidgets/QApplication> 16 #include <QtWidgets/QButtonGroup> 17 #include <QtWidgets/QCheckBox> 18 #include <QtWidgets/QComboBox> 19 #include <QtWidgets/QDialog> 20 #include <QtWidgets/QFrame> 21 #include <QtWidgets/QGridLayout> 22 #include <QtWidgets/QGroupBox> 23 #include <QtWidgets/QHBoxLayout> 24 #include <QtWidgets/QHeaderView> 25 #include <QtWidgets/QKeySequenceEdit> 26 #include <QtWidgets/QLabel> 27 #include <QtWidgets/QListWidget> 28 #include <QtWidgets/QPushButton> 29 #include <QtWidgets/QRadioButton> 30 #include <QtWidgets/QSpacerItem> 31 #include <QtWidgets/QSpinBox> 32 #include <QtWidgets/QStackedWidget> 33 #include <QtWidgets/QTabWidget> 34 #include <QtWidgets/QTableWidget> 35 #include <QtWidgets/QToolBox> 36 #include <QtWidgets/QVBoxLayout> 37 #include <QtWidgets/QWidget> 361 if (CustomizeOptionsDialog->objectName().isEmpty())
362 CustomizeOptionsDialog->setObjectName(QStringLiteral(
"CustomizeOptionsDialog"));
363 CustomizeOptionsDialog->resize(714, 592);
364 horizontalLayout =
new QHBoxLayout(CustomizeOptionsDialog);
365 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
366 listWidget =
new QListWidget(CustomizeOptionsDialog);
368 icon.addFile(QStringLiteral(
":/config/music-library"), QSize(), QIcon::Normal, QIcon::Off);
369 QListWidgetItem *__qlistwidgetitem =
new QListWidgetItem(listWidget);
370 __qlistwidgetitem->setIcon(icon);
372 icon1.addFile(QStringLiteral(
":/config/translate"), QSize(), QIcon::Normal, QIcon::Off);
373 QListWidgetItem *__qlistwidgetitem1 =
new QListWidgetItem(listWidget);
374 __qlistwidgetitem1->setIcon(icon1);
376 icon2.addFile(QStringLiteral(
":/config/keyboard-shortcuts"), QSize(), QIcon::Normal, QIcon::Off);
377 QListWidgetItem *__qlistwidgetitem2 =
new QListWidgetItem(listWidget);
378 __qlistwidgetitem2->setIcon(icon2);
380 icon3.addFile(QStringLiteral(
":/config/music"), QSize(), QIcon::Normal, QIcon::Off);
381 QListWidgetItem *__qlistwidgetitem3 =
new QListWidgetItem(listWidget);
382 __qlistwidgetitem3->setIcon(icon3);
384 icon4.addFile(QStringLiteral(
":/icons/drop-arrow"), QSize(), QIcon::Normal, QIcon::Off);
385 QListWidgetItem *__qlistwidgetitem4 =
new QListWidgetItem(listWidget);
386 __qlistwidgetitem4->setIcon(icon4);
388 icon5.addFile(QStringLiteral(
":/config/advanced"), QSize(), QIcon::Normal, QIcon::Off);
389 QListWidgetItem *__qlistwidgetitem5 =
new QListWidgetItem(listWidget);
390 __qlistwidgetitem5->setIcon(icon5);
392 icon6.addFile(QStringLiteral(
":/icons/plugin"), QSize(), QIcon::Normal, QIcon::Off);
393 QListWidgetItem *__qlistwidgetitem6 =
new QListWidgetItem(listWidget);
394 __qlistwidgetitem6->setIcon(icon6);
395 listWidget->setObjectName(QStringLiteral(
"listWidget"));
396 listWidget->setMinimumSize(QSize(148, 0));
397 listWidget->setMaximumSize(QSize(180, 16777215));
398 listWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
399 listWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
400 listWidget->setProperty(
"showDropIndicator", QVariant(
false));
401 listWidget->setIconSize(QSize(109, 84));
402 listWidget->setMovement(QListView::Static);
403 listWidget->setFlow(QListView::LeftToRight);
404 listWidget->setProperty(
"isWrapping", QVariant(
true));
405 listWidget->setResizeMode(QListView::Adjust);
406 listWidget->setLayoutMode(QListView::SinglePass);
407 listWidget->setSpacing(12);
408 listWidget->setViewMode(QListView::IconMode);
410 horizontalLayout->addWidget(listWidget);
412 stackedWidget =
new QStackedWidget(CustomizeOptionsDialog);
413 stackedWidget->setObjectName(QStringLiteral(
"stackedWidget"));
414 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
415 sizePolicy.setHorizontalStretch(0);
416 sizePolicy.setVerticalStretch(0);
417 sizePolicy.setHeightForWidth(stackedWidget->sizePolicy().hasHeightForWidth());
418 stackedWidget->setSizePolicy(sizePolicy);
419 stackedWidget->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
420 pageLibrary =
new QWidget();
421 pageLibrary->setObjectName(QStringLiteral(
"pageLibrary"));
422 verticalLayout =
new QVBoxLayout(pageLibrary);
423 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
424 groupBoxMusicLocations =
new QGroupBox(pageLibrary);
425 groupBoxMusicLocations->setObjectName(QStringLiteral(
"groupBoxMusicLocations"));
426 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Minimum);
427 sizePolicy1.setHorizontalStretch(0);
428 sizePolicy1.setVerticalStretch(0);
429 sizePolicy1.setHeightForWidth(groupBoxMusicLocations->sizePolicy().hasHeightForWidth());
430 groupBoxMusicLocations->setSizePolicy(sizePolicy1);
431 horizontalLayout_5 =
new QHBoxLayout(groupBoxMusicLocations);
432 horizontalLayout_5->setObjectName(QStringLiteral(
"horizontalLayout_5"));
433 listWidgetMusicLocations =
new QListWidget(groupBoxMusicLocations);
434 listWidgetMusicLocations->setObjectName(QStringLiteral(
"listWidgetMusicLocations"));
435 QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Minimum);
436 sizePolicy2.setHorizontalStretch(0);
437 sizePolicy2.setVerticalStretch(0);
438 sizePolicy2.setHeightForWidth(listWidgetMusicLocations->sizePolicy().hasHeightForWidth());
439 listWidgetMusicLocations->setSizePolicy(sizePolicy2);
440 listWidgetMusicLocations->setMaximumSize(QSize(16777215, 150));
442 horizontalLayout_5->addWidget(listWidgetMusicLocations);
444 verticalLayoutMusicLocation =
new QVBoxLayout();
445 verticalLayoutMusicLocation->setObjectName(QStringLiteral(
"verticalLayoutMusicLocation"));
446 vs_musicLocations_top =
new QSpacerItem(5, 10, QSizePolicy::Minimum, QSizePolicy::Minimum);
448 verticalLayoutMusicLocation->addItem(vs_musicLocations_top);
450 pushButtonAddLocation =
new QPushButton(groupBoxMusicLocations);
451 pushButtonAddLocation->setObjectName(QStringLiteral(
"pushButtonAddLocation"));
453 verticalLayoutMusicLocation->addWidget(pushButtonAddLocation);
455 pushButtonDeleteLocation =
new QPushButton(groupBoxMusicLocations);
456 pushButtonDeleteLocation->setObjectName(QStringLiteral(
"pushButtonDeleteLocation"));
457 pushButtonDeleteLocation->setEnabled(
false);
459 verticalLayoutMusicLocation->addWidget(pushButtonDeleteLocation);
461 vs_musicLocations_bottom =
new QSpacerItem(5, 10, QSizePolicy::Minimum, QSizePolicy::Minimum);
463 verticalLayoutMusicLocation->addItem(vs_musicLocations_bottom);
466 horizontalLayout_5->addLayout(verticalLayoutMusicLocation);
469 verticalLayout->addWidget(groupBoxMusicLocations);
471 groupBoxFileExplorer =
new QGroupBox(pageLibrary);
472 groupBoxFileExplorer->setObjectName(QStringLiteral(
"groupBoxFileExplorer"));
473 sizePolicy1.setHeightForWidth(groupBoxFileExplorer->sizePolicy().hasHeightForWidth());
474 groupBoxFileExplorer->setSizePolicy(sizePolicy1);
475 gridLayout_5 =
new QGridLayout(groupBoxFileExplorer);
476 gridLayout_5->setObjectName(QStringLiteral(
"gridLayout_5"));
477 labelFileExplorer =
new QLabel(groupBoxFileExplorer);
478 labelFileExplorer->setObjectName(QStringLiteral(
"labelFileExplorer"));
480 gridLayout_5->addWidget(labelFileExplorer, 0, 0, 1, 1);
482 comboBoxDefaultFileExplorer =
new QComboBox(groupBoxFileExplorer);
483 comboBoxDefaultFileExplorer->setObjectName(QStringLiteral(
"comboBoxDefaultFileExplorer"));
484 comboBoxDefaultFileExplorer->setInsertPolicy(QComboBox::InsertAlphabetically);
486 gridLayout_5->addWidget(comboBoxDefaultFileExplorer, 0, 1, 1, 1);
489 verticalLayout->addWidget(groupBoxFileExplorer);
491 groupBoxSearchBar =
new QGroupBox(pageLibrary);
492 groupBoxSearchBar->setObjectName(QStringLiteral(
"groupBoxSearchBar"));
493 sizePolicy1.setHeightForWidth(groupBoxSearchBar->sizePolicy().hasHeightForWidth());
494 groupBoxSearchBar->setSizePolicy(sizePolicy1);
495 verticalLayout_2 =
new QVBoxLayout(groupBoxSearchBar);
496 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
497 labelAskForSearchBehaviour =
new QLabel(groupBoxSearchBar);
498 labelAskForSearchBehaviour->setObjectName(QStringLiteral(
"labelAskForSearchBehaviour"));
500 font.setItalic(
true);
501 labelAskForSearchBehaviour->setFont(font);
503 verticalLayout_2->addWidget(labelAskForSearchBehaviour);
505 gridLayoutSearchBar =
new QGridLayout();
506 gridLayoutSearchBar->setObjectName(QStringLiteral(
"gridLayoutSearchBar"));
507 radioButtonSearchAndExclude =
new QRadioButton(groupBoxSearchBar);
508 radioButtonSearchAndExclude->setObjectName(QStringLiteral(
"radioButtonSearchAndExclude"));
509 radioButtonSearchAndExclude->setChecked(
true);
511 gridLayoutSearchBar->addWidget(radioButtonSearchAndExclude, 0, 0, 1, 1);
513 radioButtonSearchAndKeep =
new QRadioButton(groupBoxSearchBar);
514 radioButtonSearchAndKeep->setObjectName(QStringLiteral(
"radioButtonSearchAndKeep"));
515 radioButtonSearchAndKeep->setIconSize(QSize(16, 16));
517 gridLayoutSearchBar->addWidget(radioButtonSearchAndKeep, 0, 1, 1, 1);
520 verticalLayout_2->addLayout(gridLayoutSearchBar);
523 verticalLayout->addWidget(groupBoxSearchBar);
525 groupBoxMonitorFileSystem =
new QGroupBox(pageLibrary);
526 groupBoxMonitorFileSystem->setObjectName(QStringLiteral(
"groupBoxMonitorFileSystem"));
527 sizePolicy1.setHeightForWidth(groupBoxMonitorFileSystem->sizePolicy().hasHeightForWidth());
528 groupBoxMonitorFileSystem->setSizePolicy(sizePolicy1);
529 verticalLayout_5 =
new QVBoxLayout(groupBoxMonitorFileSystem);
530 verticalLayout_5->setObjectName(QStringLiteral(
"verticalLayout_5"));
531 labelMonitorFileSystem =
new QLabel(groupBoxMonitorFileSystem);
532 labelMonitorFileSystem->setObjectName(QStringLiteral(
"labelMonitorFileSystem"));
533 labelMonitorFileSystem->setFont(font);
534 labelMonitorFileSystem->setWordWrap(
true);
536 verticalLayout_5->addWidget(labelMonitorFileSystem);
538 horizontalLayout_3 =
new QHBoxLayout();
539 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
540 radioButtonEnableMonitorFS =
new QRadioButton(groupBoxMonitorFileSystem);
541 buttonGroup =
new QButtonGroup(CustomizeOptionsDialog);
542 buttonGroup->setObjectName(QStringLiteral(
"buttonGroup"));
543 buttonGroup->addButton(radioButtonEnableMonitorFS);
544 radioButtonEnableMonitorFS->setObjectName(QStringLiteral(
"radioButtonEnableMonitorFS"));
546 icon7.addFile(QStringLiteral(
":/icons/warning"), QSize(), QIcon::Normal, QIcon::Off);
547 radioButtonEnableMonitorFS->setIcon(icon7);
548 radioButtonEnableMonitorFS->setChecked(
true);
550 horizontalLayout_3->addWidget(radioButtonEnableMonitorFS);
552 radioButtonDisableMonitorFS =
new QRadioButton(groupBoxMonitorFileSystem);
553 buttonGroup->addButton(radioButtonDisableMonitorFS);
554 radioButtonDisableMonitorFS->setObjectName(QStringLiteral(
"radioButtonDisableMonitorFS"));
556 horizontalLayout_3->addWidget(radioButtonDisableMonitorFS);
559 verticalLayout_5->addLayout(horizontalLayout_3);
562 verticalLayout->addWidget(groupBoxMonitorFileSystem);
564 vs_LibraryPage =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
566 verticalLayout->addItem(vs_LibraryPage);
568 stackedWidget->addWidget(pageLibrary);
569 pageLanguages =
new QWidget();
570 pageLanguages->setObjectName(QStringLiteral(
"pageLanguages"));
571 verticalLayout_7 =
new QVBoxLayout(pageLanguages);
572 verticalLayout_7->setObjectName(QStringLiteral(
"verticalLayout_7"));
573 groupBoxLanguage =
new QGroupBox(pageLanguages);
574 groupBoxLanguage->setObjectName(QStringLiteral(
"groupBoxLanguage"));
575 verticalLayout_4 =
new QVBoxLayout(groupBoxLanguage);
576 verticalLayout_4->setObjectName(QStringLiteral(
"verticalLayout_4"));
577 frame =
new QFrame(groupBoxLanguage);
578 frame->setObjectName(QStringLiteral(
"frame"));
579 frame->setFrameShape(QFrame::Box);
580 frame->setFrameShadow(QFrame::Raised);
581 frame->setLineWidth(0);
582 frame->setMidLineWidth(1);
583 horizontalLayout_4 =
new QHBoxLayout(frame);
584 horizontalLayout_4->setSpacing(0);
585 horizontalLayout_4->setObjectName(QStringLiteral(
"horizontalLayout_4"));
586 horizontalLayout_4->setContentsMargins(1, 1, 1, 1);
588 widgetLanguages->setObjectName(QStringLiteral(
"widgetLanguages"));
590 horizontalLayout_4->addWidget(widgetLanguages);
593 verticalLayout_4->addWidget(frame);
595 labelStatusLanguage =
new QLabel(groupBoxLanguage);
596 labelStatusLanguage->setObjectName(QStringLiteral(
"labelStatusLanguage"));
597 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
598 sizePolicy3.setHorizontalStretch(0);
599 sizePolicy3.setVerticalStretch(0);
600 sizePolicy3.setHeightForWidth(labelStatusLanguage->sizePolicy().hasHeightForWidth());
601 labelStatusLanguage->setSizePolicy(sizePolicy3);
603 verticalLayout_4->addWidget(labelStatusLanguage);
606 verticalLayout_7->addWidget(groupBoxLanguage);
608 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
610 verticalLayout_7->addItem(verticalSpacer_2);
612 stackedWidget->addWidget(pageLanguages);
613 pageShortcuts =
new QWidget();
614 pageShortcuts->setObjectName(QStringLiteral(
"pageShortcuts"));
615 horizontalLayout_2 =
new QHBoxLayout(pageShortcuts);
616 horizontalLayout_2->setObjectName(QStringLiteral(
"horizontalLayout_2"));
617 shortcutsToolBox =
new QToolBox(pageShortcuts);
618 shortcutsToolBox->setObjectName(QStringLiteral(
"shortcutsToolBox"));
619 pageMenuAndOptions =
new QWidget();
620 pageMenuAndOptions->setObjectName(QStringLiteral(
"pageMenuAndOptions"));
621 pageMenuAndOptions->setGeometry(QRect(0, 0, 292, 269));
622 gridLayout_3 =
new QGridLayout(pageMenuAndOptions);
623 gridLayout_3->setObjectName(QStringLiteral(
"gridLayout_3"));
624 line =
new QFrame(pageMenuAndOptions);
625 line->setObjectName(QStringLiteral(
"line"));
626 line->setFrameShape(QFrame::HLine);
627 line->setFrameShadow(QFrame::Sunken);
629 gridLayout_3->addWidget(line, 7, 0, 1, 1);
631 hs_menuOptions =
new QSpacerItem(220, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
633 gridLayout_3->addItem(hs_menuOptions, 0, 1, 1, 1);
635 openFolders =
new QKeySequenceEdit(pageMenuAndOptions);
636 openFolders->setObjectName(QStringLiteral(
"openFolders"));
637 openFolders->setKeySequence(QStringLiteral(
""));
639 gridLayout_3->addWidget(openFolders, 1, 2, 1, 1);
641 vs_menuOptions =
new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
643 gridLayout_3->addItem(vs_menuOptions, 10, 0, 1, 1);
645 openFiles =
new QKeySequenceEdit(pageMenuAndOptions);
646 openFiles->setObjectName(QStringLiteral(
"openFiles"));
647 openFiles->setMinimumSize(QSize(70, 0));
648 openFiles->setKeySequence(QStringLiteral(
""));
650 gridLayout_3->addWidget(openFiles, 0, 2, 1, 1);
652 labelExit =
new QLabel(pageMenuAndOptions);
653 labelExit->setObjectName(QStringLiteral(
"labelExit"));
655 gridLayout_3->addWidget(labelExit, 2, 0, 1, 1);
657 showCustomize =
new QKeySequenceEdit(pageMenuAndOptions);
658 showCustomize->setObjectName(QStringLiteral(
"showCustomize"));
659 showCustomize->setKeySequence(QStringLiteral(
""));
661 gridLayout_3->addWidget(showCustomize, 4, 2, 1, 1);
663 labelShowOptions =
new QLabel(pageMenuAndOptions);
664 labelShowOptions->setObjectName(QStringLiteral(
"labelShowOptions"));
666 gridLayout_3->addWidget(labelShowOptions, 6, 0, 1, 1);
668 showOptionsReset =
new QPushButton(pageMenuAndOptions);
669 showOptionsReset->setObjectName(QStringLiteral(
"showOptionsReset"));
670 showOptionsReset->setMaximumSize(QSize(32, 16777215));
672 font1.setPointSize(7);
673 showOptionsReset->setFont(font1);
674 showOptionsReset->setText(QStringLiteral(
""));
676 icon8.addFile(QStringLiteral(
":/config/resetButton"), QSize(), QIcon::Normal, QIcon::Off);
677 showOptionsReset->setIcon(icon8);
678 showOptionsReset->setFlat(
true);
680 gridLayout_3->addWidget(showOptionsReset, 6, 4, 1, 1);
682 labelShowCustomize =
new QLabel(pageMenuAndOptions);
683 labelShowCustomize->setObjectName(QStringLiteral(
"labelShowCustomize"));
685 gridLayout_3->addWidget(labelShowCustomize, 4, 0, 1, 1);
687 showOptionsClear =
new QPushButton(pageMenuAndOptions);
688 showOptionsClear->setObjectName(QStringLiteral(
"showOptionsClear"));
689 showOptionsClear->setMaximumSize(QSize(32, 16777215));
690 showOptionsClear->setFont(font1);
691 showOptionsClear->setText(QStringLiteral(
""));
693 icon9.addFile(QStringLiteral(
":/config/closeButton"), QSize(), QIcon::Normal, QIcon::Off);
694 showOptionsClear->setIcon(icon9);
695 showOptionsClear->setFlat(
true);
697 gridLayout_3->addWidget(showOptionsClear, 6, 3, 1, 1);
699 showOptions =
new QKeySequenceEdit(pageMenuAndOptions);
700 showOptions->setObjectName(QStringLiteral(
"showOptions"));
701 showOptions->setKeySequence(QStringLiteral(
""));
703 gridLayout_3->addWidget(showOptions, 6, 2, 1, 1);
705 exit =
new QKeySequenceEdit(pageMenuAndOptions);
706 exit->setObjectName(QStringLiteral(
"exit"));
707 exit->setKeySequence(QStringLiteral(
""));
709 gridLayout_3->addWidget(exit, 2, 2, 1, 1);
711 labelRescanLibrary =
new QLabel(pageMenuAndOptions);
712 labelRescanLibrary->setObjectName(QStringLiteral(
"labelRescanLibrary"));
714 gridLayout_3->addWidget(labelRescanLibrary, 3, 0, 1, 1);
716 exitClear =
new QPushButton(pageMenuAndOptions);
717 exitClear->setObjectName(QStringLiteral(
"exitClear"));
718 exitClear->setMaximumSize(QSize(32, 16777215));
719 exitClear->setFont(font1);
720 exitClear->setText(QStringLiteral(
""));
721 exitClear->setIcon(icon9);
722 exitClear->setFlat(
true);
724 gridLayout_3->addWidget(exitClear, 2, 3, 1, 1);
726 openFoldersClear =
new QPushButton(pageMenuAndOptions);
727 openFoldersClear->setObjectName(QStringLiteral(
"openFoldersClear"));
728 openFoldersClear->setMaximumSize(QSize(32, 16777215));
729 openFoldersClear->setFont(font1);
730 openFoldersClear->setText(QStringLiteral(
""));
731 openFoldersClear->setIcon(icon9);
732 openFoldersClear->setFlat(
true);
734 gridLayout_3->addWidget(openFoldersClear, 1, 3, 1, 1);
736 scanLibrary =
new QKeySequenceEdit(pageMenuAndOptions);
737 scanLibrary->setObjectName(QStringLiteral(
"scanLibrary"));
738 scanLibrary->setKeySequence(QStringLiteral(
""));
740 gridLayout_3->addWidget(scanLibrary, 3, 2, 1, 1);
742 showCustomizeClear =
new QPushButton(pageMenuAndOptions);
743 showCustomizeClear->setObjectName(QStringLiteral(
"showCustomizeClear"));
744 showCustomizeClear->setMaximumSize(QSize(32, 16777215));
745 showCustomizeClear->setFont(font1);
746 showCustomizeClear->setText(QStringLiteral(
""));
747 showCustomizeClear->setIcon(icon9);
748 showCustomizeClear->setFlat(
true);
750 gridLayout_3->addWidget(showCustomizeClear, 4, 3, 1, 1);
752 openFilesClear =
new QPushButton(pageMenuAndOptions);
753 openFilesClear->setObjectName(QStringLiteral(
"openFilesClear"));
754 openFilesClear->setMaximumSize(QSize(32, 16777215));
755 openFilesClear->setFont(font1);
756 openFilesClear->setText(QStringLiteral(
""));
757 openFilesClear->setIcon(icon9);
758 openFilesClear->setFlat(
true);
760 gridLayout_3->addWidget(openFilesClear, 0, 3, 1, 1);
762 openFoldersReset =
new QPushButton(pageMenuAndOptions);
763 openFoldersReset->setObjectName(QStringLiteral(
"openFoldersReset"));
764 openFoldersReset->setMaximumSize(QSize(32, 16777215));
765 openFoldersReset->setFont(font1);
766 openFoldersReset->setText(QStringLiteral(
""));
767 openFoldersReset->setIcon(icon8);
768 openFoldersReset->setFlat(
true);
770 gridLayout_3->addWidget(openFoldersReset, 1, 4, 1, 1);
772 exitReset =
new QPushButton(pageMenuAndOptions);
773 exitReset->setObjectName(QStringLiteral(
"exitReset"));
774 exitReset->setMaximumSize(QSize(32, 16777215));
775 exitReset->setFont(font1);
776 exitReset->setText(QStringLiteral(
""));
777 exitReset->setIcon(icon8);
778 exitReset->setFlat(
true);
780 gridLayout_3->addWidget(exitReset, 2, 4, 1, 1);
782 scanLibraryReset =
new QPushButton(pageMenuAndOptions);
783 scanLibraryReset->setObjectName(QStringLiteral(
"scanLibraryReset"));
784 scanLibraryReset->setMaximumSize(QSize(32, 16777215));
785 scanLibraryReset->setFont(font1);
786 scanLibraryReset->setText(QStringLiteral(
""));
787 scanLibraryReset->setIcon(icon8);
788 scanLibraryReset->setFlat(
true);
790 gridLayout_3->addWidget(scanLibraryReset, 3, 4, 1, 1);
792 scanLibraryClear =
new QPushButton(pageMenuAndOptions);
793 scanLibraryClear->setObjectName(QStringLiteral(
"scanLibraryClear"));
794 scanLibraryClear->setMaximumSize(QSize(32, 16777215));
795 scanLibraryClear->setFont(font1);
796 scanLibraryClear->setText(QStringLiteral(
""));
797 scanLibraryClear->setIcon(icon9);
798 scanLibraryClear->setFlat(
true);
800 gridLayout_3->addWidget(scanLibraryClear, 3, 3, 1, 1);
802 showCustomizeReset =
new QPushButton(pageMenuAndOptions);
803 showCustomizeReset->setObjectName(QStringLiteral(
"showCustomizeReset"));
804 showCustomizeReset->setMaximumSize(QSize(32, 16777215));
805 showCustomizeReset->setFont(font1);
806 showCustomizeReset->setText(QStringLiteral(
""));
807 showCustomizeReset->setIcon(icon8);
808 showCustomizeReset->setFlat(
true);
810 gridLayout_3->addWidget(showCustomizeReset, 4, 4, 1, 1);
812 labelOpenFile =
new QLabel(pageMenuAndOptions);
813 labelOpenFile->setObjectName(QStringLiteral(
"labelOpenFile"));
815 gridLayout_3->addWidget(labelOpenFile, 0, 0, 1, 1);
817 openFilesReset =
new QPushButton(pageMenuAndOptions);
818 openFilesReset->setObjectName(QStringLiteral(
"openFilesReset"));
819 openFilesReset->setMaximumSize(QSize(32, 16777215));
820 openFilesReset->setFont(font1);
821 openFilesReset->setText(QStringLiteral(
""));
822 openFilesReset->setIcon(icon8);
823 openFilesReset->setFlat(
true);
825 gridLayout_3->addWidget(openFilesReset, 0, 4, 1, 1);
827 labelOpenFolders =
new QLabel(pageMenuAndOptions);
828 labelOpenFolders->setObjectName(QStringLiteral(
"labelOpenFolders"));
830 gridLayout_3->addWidget(labelOpenFolders, 1, 0, 1, 1);
832 labelShowHelp =
new QLabel(pageMenuAndOptions);
833 labelShowHelp->setObjectName(QStringLiteral(
"labelShowHelp"));
835 gridLayout_3->addWidget(labelShowHelp, 8, 0, 1, 1);
837 showHelp =
new QKeySequenceEdit(pageMenuAndOptions);
838 showHelp->setObjectName(QStringLiteral(
"showHelp"));
839 showHelp->setKeySequence(QStringLiteral(
""));
841 gridLayout_3->addWidget(showHelp, 8, 2, 1, 1);
843 showHelpReset =
new QPushButton(pageMenuAndOptions);
844 showHelpReset->setObjectName(QStringLiteral(
"showHelpReset"));
845 showHelpReset->setMaximumSize(QSize(32, 16777215));
846 showHelpReset->setFont(font1);
847 showHelpReset->setText(QStringLiteral(
""));
848 showHelpReset->setIcon(icon8);
849 showHelpReset->setFlat(
true);
851 gridLayout_3->addWidget(showHelpReset, 8, 4, 1, 1);
853 showHelpClear =
new QPushButton(pageMenuAndOptions);
854 showHelpClear->setObjectName(QStringLiteral(
"showHelpClear"));
855 showHelpClear->setMaximumSize(QSize(32, 16777215));
856 showHelpClear->setFont(font1);
857 showHelpClear->setText(QStringLiteral(
""));
858 showHelpClear->setIcon(icon9);
859 showHelpClear->setFlat(
true);
861 gridLayout_3->addWidget(showHelpClear, 8, 3, 1, 1);
863 labelShowDebug =
new QLabel(pageMenuAndOptions);
864 labelShowDebug->setObjectName(QStringLiteral(
"labelShowDebug"));
866 gridLayout_3->addWidget(labelShowDebug, 9, 0, 1, 1);
868 showDebug =
new QKeySequenceEdit(pageMenuAndOptions);
869 showDebug->setObjectName(QStringLiteral(
"showDebug"));
870 showDebug->setKeySequence(QStringLiteral(
""));
872 gridLayout_3->addWidget(showDebug, 9, 2, 1, 1);
874 showDebugClear =
new QPushButton(pageMenuAndOptions);
875 showDebugClear->setObjectName(QStringLiteral(
"showDebugClear"));
876 showDebugClear->setMaximumSize(QSize(32, 16777215));
877 showDebugClear->setFont(font1);
878 showDebugClear->setText(QStringLiteral(
""));
879 showDebugClear->setIcon(icon9);
880 showDebugClear->setFlat(
true);
882 gridLayout_3->addWidget(showDebugClear, 9, 3, 1, 1);
884 showDebugReset =
new QPushButton(pageMenuAndOptions);
885 showDebugReset->setObjectName(QStringLiteral(
"showDebugReset"));
886 showDebugReset->setMaximumSize(QSize(32, 16777215));
887 showDebugReset->setFont(font1);
888 showDebugReset->setText(QStringLiteral(
""));
889 showDebugReset->setIcon(icon8);
890 showDebugReset->setFlat(
true);
892 gridLayout_3->addWidget(showDebugReset, 9, 4, 1, 1);
894 shortcutsToolBox->addItem(pageMenuAndOptions, QStringLiteral(
"Menu && Options"));
895 pageView =
new QWidget();
896 pageView->setObjectName(QStringLiteral(
"pageView"));
897 pageView->setGeometry(QRect(0, 0, 181, 538));
898 gridLayout =
new QGridLayout(pageView);
899 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
900 showTabFilesystem =
new QKeySequenceEdit(pageView);
901 showTabFilesystem->setObjectName(QStringLiteral(
"showTabFilesystem"));
902 showTabFilesystem->setKeySequence(QStringLiteral(
""));
904 gridLayout->addWidget(showTabFilesystem, 3, 2, 1, 1);
906 vs_view =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
908 gridLayout->addItem(vs_view, 13, 0, 1, 1);
910 showTabLibrary =
new QKeySequenceEdit(pageView);
911 showTabLibrary->setObjectName(QStringLiteral(
"showTabLibrary"));
912 showTabLibrary->setKeySequence(QStringLiteral(
""));
914 gridLayout->addWidget(showTabLibrary, 1, 2, 1, 1);
916 viewUniqueLibraryReset =
new QPushButton(pageView);
917 viewUniqueLibraryReset->setObjectName(QStringLiteral(
"viewUniqueLibraryReset"));
918 viewUniqueLibraryReset->setMaximumSize(QSize(32, 16777215));
919 viewUniqueLibraryReset->setFont(font1);
920 viewUniqueLibraryReset->setText(QStringLiteral(
""));
921 viewUniqueLibraryReset->setIcon(icon8);
922 viewUniqueLibraryReset->setFlat(
true);
924 gridLayout->addWidget(viewUniqueLibraryReset, 9, 4, 1, 1);
926 viewPlaylists =
new QKeySequenceEdit(pageView);
927 viewPlaylists->setObjectName(QStringLiteral(
"viewPlaylists"));
928 viewPlaylists->setKeySequence(QStringLiteral(
""));
930 gridLayout->addWidget(viewPlaylists, 0, 2, 1, 1);
932 labelSendToTagEditor =
new QLabel(pageView);
933 labelSendToTagEditor->setObjectName(QStringLiteral(
"labelSendToTagEditor"));
934 labelSendToTagEditor->setWordWrap(
true);
936 gridLayout->addWidget(labelSendToTagEditor, 7, 0, 1, 1);
938 viewTagEditorReset =
new QPushButton(pageView);
939 viewTagEditorReset->setObjectName(QStringLiteral(
"viewTagEditorReset"));
940 viewTagEditorReset->setMaximumSize(QSize(32, 16777215));
941 viewTagEditorReset->setFont(font1);
942 viewTagEditorReset->setText(QStringLiteral(
""));
943 viewTagEditorReset->setIcon(icon8);
944 viewTagEditorReset->setFlat(
true);
946 gridLayout->addWidget(viewTagEditorReset, 11, 4, 1, 1);
948 sendToCurrentPlaylistReset =
new QPushButton(pageView);
949 sendToCurrentPlaylistReset->setObjectName(QStringLiteral(
"sendToCurrentPlaylistReset"));
950 sendToCurrentPlaylistReset->setMaximumSize(QSize(32, 16777215));
951 sendToCurrentPlaylistReset->setFont(font1);
952 sendToCurrentPlaylistReset->setText(QStringLiteral(
""));
953 sendToCurrentPlaylistReset->setIcon(icon8);
954 sendToCurrentPlaylistReset->setFlat(
true);
956 gridLayout->addWidget(sendToCurrentPlaylistReset, 5, 4, 1, 1);
958 labelViewUniqueLibrary =
new QLabel(pageView);
959 labelViewUniqueLibrary->setObjectName(QStringLiteral(
"labelViewUniqueLibrary"));
960 labelViewUniqueLibrary->setWordWrap(
true);
962 gridLayout->addWidget(labelViewUniqueLibrary, 9, 0, 1, 1);
964 showTabLibraryReset =
new QPushButton(pageView);
965 showTabLibraryReset->setObjectName(QStringLiteral(
"showTabLibraryReset"));
966 showTabLibraryReset->setMaximumSize(QSize(32, 16777215));
967 showTabLibraryReset->setFont(font1);
968 showTabLibraryReset->setText(QStringLiteral(
""));
969 showTabLibraryReset->setIcon(icon8);
970 showTabLibraryReset->setFlat(
true);
972 gridLayout->addWidget(showTabLibraryReset, 1, 4, 1, 1);
974 hs_view =
new QSpacerItem(196, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
976 gridLayout->addItem(hs_view, 0, 1, 1, 1);
978 showTabFilesystemReset =
new QPushButton(pageView);
979 showTabFilesystemReset->setObjectName(QStringLiteral(
"showTabFilesystemReset"));
980 showTabFilesystemReset->setMaximumSize(QSize(32, 16777215));
981 showTabFilesystemReset->setFont(font1);
982 showTabFilesystemReset->setText(QStringLiteral(
""));
983 showTabFilesystemReset->setIcon(icon8);
984 showTabFilesystemReset->setFlat(
true);
986 gridLayout->addWidget(showTabFilesystemReset, 3, 4, 1, 1);
988 viewPlaylistsReset =
new QPushButton(pageView);
989 viewPlaylistsReset->setObjectName(QStringLiteral(
"viewPlaylistsReset"));
990 viewPlaylistsReset->setMaximumSize(QSize(32, 16777215));
991 viewPlaylistsReset->setFont(font1);
992 viewPlaylistsReset->setText(QStringLiteral(
""));
993 viewPlaylistsReset->setIcon(icon8);
994 viewPlaylistsReset->setFlat(
true);
996 gridLayout->addWidget(viewPlaylistsReset, 0, 4, 1, 1);
998 labelViewPlaylists =
new QLabel(pageView);
999 labelViewPlaylists->setObjectName(QStringLiteral(
"labelViewPlaylists"));
1000 labelViewPlaylists->setWordWrap(
true);
1002 gridLayout->addWidget(labelViewPlaylists, 0, 0, 1, 1);
1004 sendToTagEditorReset =
new QPushButton(pageView);
1005 sendToTagEditorReset->setObjectName(QStringLiteral(
"sendToTagEditorReset"));
1006 sendToTagEditorReset->setMaximumSize(QSize(32, 16777215));
1007 sendToTagEditorReset->setFont(font1);
1008 sendToTagEditorReset->setText(QStringLiteral(
""));
1009 sendToTagEditorReset->setIcon(icon8);
1010 sendToTagEditorReset->setFlat(
true);
1012 gridLayout->addWidget(sendToTagEditorReset, 7, 4, 1, 1);
1014 labelShowLibrary =
new QLabel(pageView);
1015 labelShowLibrary->setObjectName(QStringLiteral(
"labelShowLibrary"));
1016 labelShowLibrary->setWordWrap(
true);
1018 gridLayout->addWidget(labelShowLibrary, 1, 0, 1, 1);
1020 labelAddSelectedItems =
new QLabel(pageView);
1021 labelAddSelectedItems->setObjectName(QStringLiteral(
"labelAddSelectedItems"));
1022 labelAddSelectedItems->setWordWrap(
true);
1024 gridLayout->addWidget(labelAddSelectedItems, 5, 0, 1, 1);
1026 labelShowFileExplorer =
new QLabel(pageView);
1027 labelShowFileExplorer->setObjectName(QStringLiteral(
"labelShowFileExplorer"));
1028 labelShowFileExplorer->setWordWrap(
true);
1030 gridLayout->addWidget(labelShowFileExplorer, 3, 0, 1, 1);
1032 labelViewTagEditor =
new QLabel(pageView);
1033 labelViewTagEditor->setObjectName(QStringLiteral(
"labelViewTagEditor"));
1034 labelViewTagEditor->setWordWrap(
true);
1036 gridLayout->addWidget(labelViewTagEditor, 11, 0, 1, 1);
1038 viewUniqueLibrary =
new QKeySequenceEdit(pageView);
1039 viewUniqueLibrary->setObjectName(QStringLiteral(
"viewUniqueLibrary"));
1040 viewUniqueLibrary->setKeySequence(QStringLiteral(
""));
1042 gridLayout->addWidget(viewUniqueLibrary, 9, 2, 1, 1);
1044 viewTagEditor =
new QKeySequenceEdit(pageView);
1045 viewTagEditor->setObjectName(QStringLiteral(
"viewTagEditor"));
1047 gridLayout->addWidget(viewTagEditor, 11, 2, 1, 1);
1049 sendToTagEditor =
new QKeySequenceEdit(pageView);
1050 sendToTagEditor->setObjectName(QStringLiteral(
"sendToTagEditor"));
1051 sendToTagEditor->setKeySequence(QStringLiteral(
""));
1053 gridLayout->addWidget(sendToTagEditor, 7, 2, 1, 1);
1055 searchReset =
new QPushButton(pageView);
1056 searchReset->setObjectName(QStringLiteral(
"searchReset"));
1057 searchReset->setMaximumSize(QSize(32, 16777215));
1058 searchReset->setFont(font1);
1059 searchReset->setText(QStringLiteral(
""));
1060 searchReset->setIcon(icon8);
1061 searchReset->setFlat(
true);
1063 gridLayout->addWidget(searchReset, 4, 4, 1, 1);
1065 sendToCurrentPlaylist =
new QKeySequenceEdit(pageView);
1066 sendToCurrentPlaylist->setObjectName(QStringLiteral(
"sendToCurrentPlaylist"));
1067 sendToCurrentPlaylist->setKeySequence(QStringLiteral(
""));
1069 gridLayout->addWidget(sendToCurrentPlaylist, 5, 2, 1, 1);
1071 labelSearch =
new QLabel(pageView);
1072 labelSearch->setObjectName(QStringLiteral(
"labelSearch"));
1073 labelSearch->setWordWrap(
true);
1075 gridLayout->addWidget(labelSearch, 4, 0, 1, 1);
1077 search =
new QKeySequenceEdit(pageView);
1078 search->setObjectName(QStringLiteral(
"search"));
1079 search->setKeySequence(QStringLiteral(
""));
1081 gridLayout->addWidget(search, 4, 2, 1, 1);
1083 viewPlaylistsClear =
new QPushButton(pageView);
1084 viewPlaylistsClear->setObjectName(QStringLiteral(
"viewPlaylistsClear"));
1085 viewPlaylistsClear->setMaximumSize(QSize(32, 16777215));
1086 viewPlaylistsClear->setFont(font1);
1087 viewPlaylistsClear->setText(QStringLiteral(
""));
1088 viewPlaylistsClear->setIcon(icon9);
1089 viewPlaylistsClear->setFlat(
true);
1091 gridLayout->addWidget(viewPlaylistsClear, 0, 3, 1, 1);
1093 showTabLibraryClear =
new QPushButton(pageView);
1094 showTabLibraryClear->setObjectName(QStringLiteral(
"showTabLibraryClear"));
1095 showTabLibraryClear->setMaximumSize(QSize(32, 16777215));
1096 showTabLibraryClear->setFont(font1);
1097 showTabLibraryClear->setText(QStringLiteral(
""));
1098 showTabLibraryClear->setIcon(icon9);
1099 showTabLibraryClear->setFlat(
true);
1101 gridLayout->addWidget(showTabLibraryClear, 1, 3, 1, 1);
1103 showTabFilesystemClear =
new QPushButton(pageView);
1104 showTabFilesystemClear->setObjectName(QStringLiteral(
"showTabFilesystemClear"));
1105 showTabFilesystemClear->setMaximumSize(QSize(32, 16777215));
1106 showTabFilesystemClear->setFont(font1);
1107 showTabFilesystemClear->setText(QStringLiteral(
""));
1108 showTabFilesystemClear->setIcon(icon9);
1109 showTabFilesystemClear->setFlat(
true);
1111 gridLayout->addWidget(showTabFilesystemClear, 3, 3, 1, 1);
1113 searchClear =
new QPushButton(pageView);
1114 searchClear->setObjectName(QStringLiteral(
"searchClear"));
1115 searchClear->setMaximumSize(QSize(32, 16777215));
1116 searchClear->setFont(font1);
1117 searchClear->setText(QStringLiteral(
""));
1118 searchClear->setIcon(icon9);
1119 searchClear->setFlat(
true);
1121 gridLayout->addWidget(searchClear, 4, 3, 1, 1);
1123 sendToCurrentPlaylistClear =
new QPushButton(pageView);
1124 sendToCurrentPlaylistClear->setObjectName(QStringLiteral(
"sendToCurrentPlaylistClear"));
1125 sendToCurrentPlaylistClear->setMaximumSize(QSize(32, 16777215));
1126 sendToCurrentPlaylistClear->setFont(font1);
1127 sendToCurrentPlaylistClear->setText(QStringLiteral(
""));
1128 sendToCurrentPlaylistClear->setIcon(icon9);
1129 sendToCurrentPlaylistClear->setFlat(
true);
1131 gridLayout->addWidget(sendToCurrentPlaylistClear, 5, 3, 1, 1);
1133 sendToTagEditorClear =
new QPushButton(pageView);
1134 sendToTagEditorClear->setObjectName(QStringLiteral(
"sendToTagEditorClear"));
1135 sendToTagEditorClear->setMaximumSize(QSize(32, 16777215));
1136 sendToTagEditorClear->setFont(font1);
1137 sendToTagEditorClear->setText(QStringLiteral(
""));
1138 sendToTagEditorClear->setIcon(icon9);
1139 sendToTagEditorClear->setFlat(
true);
1141 gridLayout->addWidget(sendToTagEditorClear, 7, 3, 1, 1);
1143 viewUniqueLibraryClear =
new QPushButton(pageView);
1144 viewUniqueLibraryClear->setObjectName(QStringLiteral(
"viewUniqueLibraryClear"));
1145 viewUniqueLibraryClear->setMaximumSize(QSize(32, 16777215));
1146 viewUniqueLibraryClear->setFont(font1);
1147 viewUniqueLibraryClear->setText(QStringLiteral(
""));
1148 viewUniqueLibraryClear->setIcon(icon9);
1149 viewUniqueLibraryClear->setFlat(
true);
1151 gridLayout->addWidget(viewUniqueLibraryClear, 9, 3, 1, 1);
1153 viewTagEditorClear =
new QPushButton(pageView);
1154 viewTagEditorClear->setObjectName(QStringLiteral(
"viewTagEditorClear"));
1155 viewTagEditorClear->setMaximumSize(QSize(32, 16777215));
1156 viewTagEditorClear->setFont(font1);
1157 viewTagEditorClear->setText(QStringLiteral(
""));
1158 viewTagEditorClear->setIcon(icon9);
1159 viewTagEditorClear->setFlat(
true);
1161 gridLayout->addWidget(viewTagEditorClear, 11, 3, 1, 1);
1163 shortcutsToolBox->addItem(pageView, QStringLiteral(
"View"));
1164 pagePlayback =
new QWidget();
1165 pagePlayback->setObjectName(QStringLiteral(
"pagePlayback"));
1166 pagePlayback->setGeometry(QRect(0, 0, 311, 500));
1167 gridLayout_4 =
new QGridLayout(pagePlayback);
1168 gridLayout_4->setObjectName(QStringLiteral(
"gridLayout_4"));
1169 skipBackwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1170 skipBackwardGlobalCheckBox->setObjectName(QStringLiteral(
"skipBackwardGlobalCheckBox"));
1171 skipBackwardGlobalCheckBox->setEnabled(
false);
1172 QSizePolicy sizePolicy4(QSizePolicy::Fixed, QSizePolicy::Fixed);
1173 sizePolicy4.setHorizontalStretch(0);
1174 sizePolicy4.setVerticalStretch(0);
1175 sizePolicy4.setHeightForWidth(skipBackwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1176 skipBackwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1177 skipBackwardGlobalCheckBox->setText(QStringLiteral(
""));
1179 gridLayout_4->addWidget(skipBackwardGlobalCheckBox, 1, 4, 1, 1);
1181 skipBackwardClear =
new QPushButton(pagePlayback);
1182 skipBackwardClear->setObjectName(QStringLiteral(
"skipBackwardClear"));
1183 sizePolicy4.setHeightForWidth(skipBackwardClear->sizePolicy().hasHeightForWidth());
1184 skipBackwardClear->setSizePolicy(sizePolicy4);
1185 skipBackwardClear->setMaximumSize(QSize(32, 16777215));
1186 skipBackwardClear->setFont(font1);
1187 skipBackwardClear->setText(QStringLiteral(
""));
1188 skipBackwardClear->setIcon(icon9);
1189 skipBackwardClear->setFlat(
true);
1191 gridLayout_4->addWidget(skipBackwardClear, 1, 5, 1, 1);
1193 seekForwardClear =
new QPushButton(pagePlayback);
1194 seekForwardClear->setObjectName(QStringLiteral(
"seekForwardClear"));
1195 sizePolicy4.setHeightForWidth(seekForwardClear->sizePolicy().hasHeightForWidth());
1196 seekForwardClear->setSizePolicy(sizePolicy4);
1197 seekForwardClear->setMaximumSize(QSize(32, 16777215));
1198 seekForwardClear->setFont(font1);
1199 seekForwardClear->setText(QStringLiteral(
""));
1200 seekForwardClear->setIcon(icon9);
1201 seekForwardClear->setFlat(
true);
1203 gridLayout_4->addWidget(seekForwardClear, 9, 5, 1, 1);
1205 sequentialButton =
new QLabel(pagePlayback);
1206 sequentialButton->setObjectName(QStringLiteral(
"sequentialButton"));
1207 sizePolicy4.setHeightForWidth(sequentialButton->sizePolicy().hasHeightForWidth());
1208 sequentialButton->setSizePolicy(sizePolicy4);
1209 sequentialButton->setMinimumSize(QSize(22, 22));
1210 sequentialButton->setMaximumSize(QSize(22, 22));
1211 sequentialButton->setText(QStringLiteral(
""));
1212 sequentialButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/sequential")));
1213 sequentialButton->setScaledContents(
true);
1214 sequentialButton->setAlignment(Qt::AlignCenter);
1215 sequentialButton->setTextInteractionFlags(Qt::NoTextInteraction);
1217 gridLayout_4->addWidget(sequentialButton, 13, 1, 1, 1);
1219 stopClear =
new QPushButton(pagePlayback);
1220 stopClear->setObjectName(QStringLiteral(
"stopClear"));
1221 sizePolicy4.setHeightForWidth(stopClear->sizePolicy().hasHeightForWidth());
1222 stopClear->setSizePolicy(sizePolicy4);
1223 stopClear->setMaximumSize(QSize(32, 16777215));
1224 stopClear->setFont(font1);
1225 stopClear->setText(QStringLiteral(
""));
1226 stopClear->setIcon(icon9);
1227 stopClear->setFlat(
true);
1229 gridLayout_4->addWidget(stopClear, 7, 5, 1, 1);
1231 seekBackwardClear =
new QPushButton(pagePlayback);
1232 seekBackwardClear->setObjectName(QStringLiteral(
"seekBackwardClear"));
1233 sizePolicy4.setHeightForWidth(seekBackwardClear->sizePolicy().hasHeightForWidth());
1234 seekBackwardClear->setSizePolicy(sizePolicy4);
1235 seekBackwardClear->setMaximumSize(QSize(32, 16777215));
1236 seekBackwardClear->setFont(font1);
1237 seekBackwardClear->setText(QStringLiteral(
""));
1238 seekBackwardClear->setIcon(icon9);
1239 seekBackwardClear->setFlat(
true);
1241 gridLayout_4->addWidget(seekBackwardClear, 3, 5, 1, 1);
1243 playClear =
new QPushButton(pagePlayback);
1244 playClear->setObjectName(QStringLiteral(
"playClear"));
1245 sizePolicy4.setHeightForWidth(playClear->sizePolicy().hasHeightForWidth());
1246 playClear->setSizePolicy(sizePolicy4);
1247 playClear->setMaximumSize(QSize(32, 16777215));
1248 playClear->setFont(font1);
1249 playClear->setText(QStringLiteral(
""));
1250 playClear->setIcon(icon9);
1251 playClear->setFlat(
true);
1253 gridLayout_4->addWidget(playClear, 5, 5, 1, 1);
1255 vs_playback_fixed_1 =
new QSpacerItem(0, 14, QSizePolicy::Minimum, QSizePolicy::Fixed);
1257 gridLayout_4->addItem(vs_playback_fixed_1, 12, 0, 1, 1);
1259 labelStop =
new QLabel(pagePlayback);
1260 labelStop->setObjectName(QStringLiteral(
"labelStop"));
1261 sizePolicy4.setHeightForWidth(labelStop->sizePolicy().hasHeightForWidth());
1262 labelStop->setSizePolicy(sizePolicy4);
1264 gridLayout_4->addWidget(labelStop, 7, 0, 1, 1);
1266 stopButton =
new QLabel(pagePlayback);
1267 stopButton->setObjectName(QStringLiteral(
"stopButton"));
1268 sizePolicy4.setHeightForWidth(stopButton->sizePolicy().hasHeightForWidth());
1269 stopButton->setSizePolicy(sizePolicy4);
1270 stopButton->setMinimumSize(QSize(22, 22));
1271 stopButton->setMaximumSize(QSize(22, 22));
1272 stopButton->setText(QStringLiteral(
""));
1273 stopButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/stop")));
1274 stopButton->setScaledContents(
true);
1275 stopButton->setAlignment(Qt::AlignCenter);
1276 stopButton->setTextInteractionFlags(Qt::NoTextInteraction);
1278 gridLayout_4->addWidget(stopButton, 7, 1, 1, 1);
1280 playButton =
new QLabel(pagePlayback);
1281 playButton->setObjectName(QStringLiteral(
"playButton"));
1282 sizePolicy4.setHeightForWidth(playButton->sizePolicy().hasHeightForWidth());
1283 playButton->setSizePolicy(sizePolicy4);
1284 playButton->setMinimumSize(QSize(22, 22));
1285 playButton->setMaximumSize(QSize(22, 22));
1286 playButton->setText(QStringLiteral(
""));
1287 playButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/play")));
1288 playButton->setScaledContents(
true);
1289 playButton->setAlignment(Qt::AlignCenter);
1290 playButton->setTextInteractionFlags(Qt::NoTextInteraction);
1292 gridLayout_4->addWidget(playButton, 5, 1, 1, 1);
1294 playReset =
new QPushButton(pagePlayback);
1295 playReset->setObjectName(QStringLiteral(
"playReset"));
1296 sizePolicy4.setHeightForWidth(playReset->sizePolicy().hasHeightForWidth());
1297 playReset->setSizePolicy(sizePolicy4);
1298 playReset->setMaximumSize(QSize(32, 16777215));
1299 playReset->setFont(font1);
1300 playReset->setText(QStringLiteral(
""));
1301 playReset->setIcon(icon8);
1302 playReset->setFlat(
true);
1304 gridLayout_4->addWidget(playReset, 5, 6, 1, 1);
1306 hs_playback =
new QSpacerItem(201, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
1308 gridLayout_4->addItem(hs_playback, 1, 2, 1, 1);
1310 labelSkipBackward =
new QLabel(pagePlayback);
1311 labelSkipBackward->setObjectName(QStringLiteral(
"labelSkipBackward"));
1312 sizePolicy4.setHeightForWidth(labelSkipBackward->sizePolicy().hasHeightForWidth());
1313 labelSkipBackward->setSizePolicy(sizePolicy4);
1315 gridLayout_4->addWidget(labelSkipBackward, 1, 0, 1, 1);
1317 labelSeekBackward =
new QLabel(pagePlayback);
1318 labelSeekBackward->setObjectName(QStringLiteral(
"labelSeekBackward"));
1319 sizePolicy4.setHeightForWidth(labelSeekBackward->sizePolicy().hasHeightForWidth());
1320 labelSeekBackward->setSizePolicy(sizePolicy4);
1322 gridLayout_4->addWidget(labelSeekBackward, 3, 0, 1, 1);
1324 labelSequential =
new QLabel(pagePlayback);
1325 labelSequential->setObjectName(QStringLiteral(
"labelSequential"));
1326 sizePolicy4.setHeightForWidth(labelSequential->sizePolicy().hasHeightForWidth());
1327 labelSequential->setSizePolicy(sizePolicy4);
1329 gridLayout_4->addWidget(labelSequential, 13, 0, 1, 1);
1331 skipBackwardButton =
new QLabel(pagePlayback);
1332 skipBackwardButton->setObjectName(QStringLiteral(
"skipBackwardButton"));
1333 sizePolicy4.setHeightForWidth(skipBackwardButton->sizePolicy().hasHeightForWidth());
1334 skipBackwardButton->setSizePolicy(sizePolicy4);
1335 skipBackwardButton->setMinimumSize(QSize(22, 22));
1336 skipBackwardButton->setMaximumSize(QSize(22, 22));
1337 skipBackwardButton->setText(QStringLiteral(
""));
1338 skipBackwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/skipBackward")));
1339 skipBackwardButton->setScaledContents(
true);
1340 skipBackwardButton->setAlignment(Qt::AlignCenter);
1341 skipBackwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1343 gridLayout_4->addWidget(skipBackwardButton, 1, 1, 1, 1);
1345 vs_playback =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1347 gridLayout_4->addItem(vs_playback, 29, 0, 1, 1);
1349 playbackCurrentItemInLoop =
new QKeySequenceEdit(pagePlayback);
1350 playbackCurrentItemInLoop->setObjectName(QStringLiteral(
"playbackCurrentItemInLoop"));
1351 playbackCurrentItemInLoop->setKeySequence(QStringLiteral(
""));
1353 gridLayout_4->addWidget(playbackCurrentItemInLoop, 22, 3, 1, 1);
1355 seekBackwardButton =
new QLabel(pagePlayback);
1356 seekBackwardButton->setObjectName(QStringLiteral(
"seekBackwardButton"));
1357 sizePolicy4.setHeightForWidth(seekBackwardButton->sizePolicy().hasHeightForWidth());
1358 seekBackwardButton->setSizePolicy(sizePolicy4);
1359 seekBackwardButton->setMinimumSize(QSize(22, 22));
1360 seekBackwardButton->setMaximumSize(QSize(22, 22));
1361 seekBackwardButton->setText(QStringLiteral(
""));
1362 seekBackwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/seekBackward")));
1363 seekBackwardButton->setScaledContents(
true);
1364 seekBackwardButton->setAlignment(Qt::AlignCenter);
1365 seekBackwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1367 gridLayout_4->addWidget(seekBackwardButton, 3, 1, 1, 1);
1369 skipBackwardReset =
new QPushButton(pagePlayback);
1370 skipBackwardReset->setObjectName(QStringLiteral(
"skipBackwardReset"));
1371 sizePolicy4.setHeightForWidth(skipBackwardReset->sizePolicy().hasHeightForWidth());
1372 skipBackwardReset->setSizePolicy(sizePolicy4);
1373 skipBackwardReset->setMaximumSize(QSize(32, 16777215));
1374 skipBackwardReset->setFont(font1);
1375 skipBackwardReset->setText(QStringLiteral(
""));
1376 skipBackwardReset->setIcon(icon8);
1377 skipBackwardReset->setFlat(
true);
1379 gridLayout_4->addWidget(skipBackwardReset, 1, 6, 1, 1);
1381 muteReset =
new QPushButton(pagePlayback);
1382 muteReset->setObjectName(QStringLiteral(
"muteReset"));
1383 sizePolicy4.setHeightForWidth(muteReset->sizePolicy().hasHeightForWidth());
1384 muteReset->setSizePolicy(sizePolicy4);
1385 muteReset->setMaximumSize(QSize(32, 16777215));
1386 muteReset->setFont(font1);
1387 muteReset->setText(QStringLiteral(
""));
1388 muteReset->setIcon(icon8);
1389 muteReset->setFlat(
true);
1391 gridLayout_4->addWidget(muteReset, 24, 6, 1, 1);
1393 increaseVolumeReset =
new QPushButton(pagePlayback);
1394 increaseVolumeReset->setObjectName(QStringLiteral(
"increaseVolumeReset"));
1395 sizePolicy4.setHeightForWidth(increaseVolumeReset->sizePolicy().hasHeightForWidth());
1396 increaseVolumeReset->setSizePolicy(sizePolicy4);
1397 increaseVolumeReset->setMaximumSize(QSize(32, 16777215));
1398 increaseVolumeReset->setFont(font1);
1399 increaseVolumeReset->setText(QStringLiteral(
""));
1400 increaseVolumeReset->setIcon(icon8);
1401 increaseVolumeReset->setFlat(
true);
1403 gridLayout_4->addWidget(increaseVolumeReset, 26, 6, 1, 1);
1405 playbackRandom =
new QKeySequenceEdit(pagePlayback);
1406 playbackRandom->setObjectName(QStringLiteral(
"playbackRandom"));
1407 playbackRandom->setKeySequence(QStringLiteral(
""));
1409 gridLayout_4->addWidget(playbackRandom, 17, 3, 1, 1);
1411 playbackLoop =
new QKeySequenceEdit(pagePlayback);
1412 playbackLoop->setObjectName(QStringLiteral(
"playbackLoop"));
1413 playbackLoop->setKeySequence(QStringLiteral(
""));
1415 gridLayout_4->addWidget(playbackLoop, 15, 3, 1, 1);
1417 playbackCurrentItemOnce =
new QKeySequenceEdit(pagePlayback);
1418 playbackCurrentItemOnce->setObjectName(QStringLiteral(
"playbackCurrentItemOnce"));
1419 playbackCurrentItemOnce->setKeySequence(QStringLiteral(
""));
1421 gridLayout_4->addWidget(playbackCurrentItemOnce, 20, 3, 1, 1);
1423 skipBackward =
new QKeySequenceEdit(pagePlayback);
1424 skipBackward->setObjectName(QStringLiteral(
"skipBackward"));
1425 skipBackward->setKeySequence(QStringLiteral(
""));
1427 gridLayout_4->addWidget(skipBackward, 1, 3, 1, 1);
1429 playbackSequential =
new QKeySequenceEdit(pagePlayback);
1430 playbackSequential->setObjectName(QStringLiteral(
"playbackSequential"));
1431 playbackSequential->setKeySequence(QStringLiteral(
""));
1433 gridLayout_4->addWidget(playbackSequential, 13, 3, 1, 1);
1435 play =
new QKeySequenceEdit(pagePlayback);
1436 play->setObjectName(QStringLiteral(
"play"));
1437 play->setKeySequence(QStringLiteral(
""));
1439 gridLayout_4->addWidget(play, 5, 3, 1, 1);
1441 stop =
new QKeySequenceEdit(pagePlayback);
1442 stop->setObjectName(QStringLiteral(
"stop"));
1443 stop->setKeySequence(QStringLiteral(
""));
1445 gridLayout_4->addWidget(stop, 7, 3, 1, 1);
1447 skipForward =
new QKeySequenceEdit(pagePlayback);
1448 skipForward->setObjectName(QStringLiteral(
"skipForward"));
1449 skipForward->setKeySequence(QStringLiteral(
""));
1451 gridLayout_4->addWidget(skipForward, 11, 3, 1, 1);
1453 playbackCurrentItemOnceReset =
new QPushButton(pagePlayback);
1454 playbackCurrentItemOnceReset->setObjectName(QStringLiteral(
"playbackCurrentItemOnceReset"));
1455 sizePolicy4.setHeightForWidth(playbackCurrentItemOnceReset->sizePolicy().hasHeightForWidth());
1456 playbackCurrentItemOnceReset->setSizePolicy(sizePolicy4);
1457 playbackCurrentItemOnceReset->setMaximumSize(QSize(32, 16777215));
1458 playbackCurrentItemOnceReset->setFont(font1);
1459 playbackCurrentItemOnceReset->setText(QStringLiteral(
""));
1460 playbackCurrentItemOnceReset->setIcon(icon8);
1461 playbackCurrentItemOnceReset->setFlat(
true);
1463 gridLayout_4->addWidget(playbackCurrentItemOnceReset, 20, 6, 1, 1);
1465 seekBackward =
new QKeySequenceEdit(pagePlayback);
1466 seekBackward->setObjectName(QStringLiteral(
"seekBackward"));
1467 seekBackward->setKeySequence(QStringLiteral(
""));
1469 gridLayout_4->addWidget(seekBackward, 3, 3, 1, 1);
1471 playbackRandomReset =
new QPushButton(pagePlayback);
1472 playbackRandomReset->setObjectName(QStringLiteral(
"playbackRandomReset"));
1473 sizePolicy4.setHeightForWidth(playbackRandomReset->sizePolicy().hasHeightForWidth());
1474 playbackRandomReset->setSizePolicy(sizePolicy4);
1475 playbackRandomReset->setMaximumSize(QSize(32, 16777215));
1476 playbackRandomReset->setFont(font1);
1477 playbackRandomReset->setText(QStringLiteral(
""));
1478 playbackRandomReset->setIcon(icon8);
1479 playbackRandomReset->setFlat(
true);
1481 gridLayout_4->addWidget(playbackRandomReset, 17, 6, 1, 1);
1483 seekForward =
new QKeySequenceEdit(pagePlayback);
1484 seekForward->setObjectName(QStringLiteral(
"seekForward"));
1485 seekForward->setKeySequence(QStringLiteral(
""));
1487 gridLayout_4->addWidget(seekForward, 9, 3, 1, 1);
1489 labelIncreaseVolume =
new QLabel(pagePlayback);
1490 labelIncreaseVolume->setObjectName(QStringLiteral(
"labelIncreaseVolume"));
1491 sizePolicy4.setHeightForWidth(labelIncreaseVolume->sizePolicy().hasHeightForWidth());
1492 labelIncreaseVolume->setSizePolicy(sizePolicy4);
1494 gridLayout_4->addWidget(labelIncreaseVolume, 26, 0, 1, 1);
1496 decreaseVolumeReset =
new QPushButton(pagePlayback);
1497 decreaseVolumeReset->setObjectName(QStringLiteral(
"decreaseVolumeReset"));
1498 sizePolicy4.setHeightForWidth(decreaseVolumeReset->sizePolicy().hasHeightForWidth());
1499 decreaseVolumeReset->setSizePolicy(sizePolicy4);
1500 decreaseVolumeReset->setMaximumSize(QSize(32, 16777215));
1501 decreaseVolumeReset->setFont(font1);
1502 decreaseVolumeReset->setText(QStringLiteral(
""));
1503 decreaseVolumeReset->setIcon(icon8);
1504 decreaseVolumeReset->setFlat(
true);
1506 gridLayout_4->addWidget(decreaseVolumeReset, 28, 6, 1, 1);
1508 currentItemOnceButton =
new QLabel(pagePlayback);
1509 currentItemOnceButton->setObjectName(QStringLiteral(
"currentItemOnceButton"));
1510 sizePolicy4.setHeightForWidth(currentItemOnceButton->sizePolicy().hasHeightForWidth());
1511 currentItemOnceButton->setSizePolicy(sizePolicy4);
1512 currentItemOnceButton->setMinimumSize(QSize(22, 22));
1513 currentItemOnceButton->setMaximumSize(QSize(22, 22));
1514 currentItemOnceButton->setText(QStringLiteral(
""));
1515 currentItemOnceButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/itemOnce")));
1516 currentItemOnceButton->setScaledContents(
true);
1517 currentItemOnceButton->setAlignment(Qt::AlignCenter);
1518 currentItemOnceButton->setTextInteractionFlags(Qt::NoTextInteraction);
1520 gridLayout_4->addWidget(currentItemOnceButton, 20, 1, 1, 1);
1522 labelRepeat =
new QLabel(pagePlayback);
1523 labelRepeat->setObjectName(QStringLiteral(
"labelRepeat"));
1524 sizePolicy4.setHeightForWidth(labelRepeat->sizePolicy().hasHeightForWidth());
1525 labelRepeat->setSizePolicy(sizePolicy4);
1527 gridLayout_4->addWidget(labelRepeat, 15, 0, 1, 1);
1529 repeatButton =
new QLabel(pagePlayback);
1530 repeatButton->setObjectName(QStringLiteral(
"repeatButton"));
1531 sizePolicy4.setHeightForWidth(repeatButton->sizePolicy().hasHeightForWidth());
1532 repeatButton->setSizePolicy(sizePolicy4);
1533 repeatButton->setMinimumSize(QSize(22, 22));
1534 repeatButton->setMaximumSize(QSize(22, 22));
1535 repeatButton->setText(QStringLiteral(
""));
1536 repeatButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/repeat")));
1537 repeatButton->setScaledContents(
true);
1538 repeatButton->setAlignment(Qt::AlignCenter);
1539 repeatButton->setTextInteractionFlags(Qt::NoTextInteraction);
1541 gridLayout_4->addWidget(repeatButton, 15, 1, 1, 1);
1543 shuffleButton =
new QLabel(pagePlayback);
1544 shuffleButton->setObjectName(QStringLiteral(
"shuffleButton"));
1545 sizePolicy4.setHeightForWidth(shuffleButton->sizePolicy().hasHeightForWidth());
1546 shuffleButton->setSizePolicy(sizePolicy4);
1547 shuffleButton->setMinimumSize(QSize(22, 22));
1548 shuffleButton->setMaximumSize(QSize(22, 22));
1549 shuffleButton->setText(QStringLiteral(
""));
1550 shuffleButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/shuffle")));
1551 shuffleButton->setScaledContents(
true);
1552 shuffleButton->setAlignment(Qt::AlignCenter);
1553 shuffleButton->setTextInteractionFlags(Qt::NoTextInteraction);
1555 gridLayout_4->addWidget(shuffleButton, 17, 1, 1, 1);
1557 currentItemInLoopButton =
new QLabel(pagePlayback);
1558 currentItemInLoopButton->setObjectName(QStringLiteral(
"currentItemInLoopButton"));
1559 sizePolicy4.setHeightForWidth(currentItemInLoopButton->sizePolicy().hasHeightForWidth());
1560 currentItemInLoopButton->setSizePolicy(sizePolicy4);
1561 currentItemInLoopButton->setMinimumSize(QSize(22, 22));
1562 currentItemInLoopButton->setMaximumSize(QSize(22, 22));
1563 currentItemInLoopButton->setText(QStringLiteral(
""));
1564 currentItemInLoopButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/itemLoop")));
1565 currentItemInLoopButton->setScaledContents(
true);
1566 currentItemInLoopButton->setAlignment(Qt::AlignCenter);
1567 currentItemInLoopButton->setTextInteractionFlags(Qt::NoTextInteraction);
1569 gridLayout_4->addWidget(currentItemInLoopButton, 22, 1, 1, 1);
1571 mute =
new QKeySequenceEdit(pagePlayback);
1572 mute->setObjectName(QStringLiteral(
"mute"));
1573 mute->setKeySequence(QStringLiteral(
""));
1575 gridLayout_4->addWidget(mute, 24, 3, 1, 1);
1577 increaseVolume =
new QKeySequenceEdit(pagePlayback);
1578 increaseVolume->setObjectName(QStringLiteral(
"increaseVolume"));
1579 increaseVolume->setKeySequence(QStringLiteral(
""));
1581 gridLayout_4->addWidget(increaseVolume, 26, 3, 1, 1);
1583 decreaseVolume =
new QKeySequenceEdit(pagePlayback);
1584 decreaseVolume->setObjectName(QStringLiteral(
"decreaseVolume"));
1585 decreaseVolume->setKeySequence(QStringLiteral(
""));
1587 gridLayout_4->addWidget(decreaseVolume, 28, 3, 1, 1);
1589 labelCurrentItemInLoop =
new QLabel(pagePlayback);
1590 labelCurrentItemInLoop->setObjectName(QStringLiteral(
"labelCurrentItemInLoop"));
1591 sizePolicy4.setHeightForWidth(labelCurrentItemInLoop->sizePolicy().hasHeightForWidth());
1592 labelCurrentItemInLoop->setSizePolicy(sizePolicy4);
1594 gridLayout_4->addWidget(labelCurrentItemInLoop, 22, 0, 1, 1);
1596 playbackSequentialReset =
new QPushButton(pagePlayback);
1597 playbackSequentialReset->setObjectName(QStringLiteral(
"playbackSequentialReset"));
1598 sizePolicy4.setHeightForWidth(playbackSequentialReset->sizePolicy().hasHeightForWidth());
1599 playbackSequentialReset->setSizePolicy(sizePolicy4);
1600 playbackSequentialReset->setMaximumSize(QSize(32, 16777215));
1601 playbackSequentialReset->setFont(font1);
1602 playbackSequentialReset->setText(QStringLiteral(
""));
1603 playbackSequentialReset->setIcon(icon8);
1604 playbackSequentialReset->setFlat(
true);
1606 gridLayout_4->addWidget(playbackSequentialReset, 13, 6, 1, 1);
1608 labelMute =
new QLabel(pagePlayback);
1609 labelMute->setObjectName(QStringLiteral(
"labelMute"));
1610 sizePolicy4.setHeightForWidth(labelMute->sizePolicy().hasHeightForWidth());
1611 labelMute->setSizePolicy(sizePolicy4);
1613 gridLayout_4->addWidget(labelMute, 24, 0, 1, 1);
1615 playbackLoopReset =
new QPushButton(pagePlayback);
1616 playbackLoopReset->setObjectName(QStringLiteral(
"playbackLoopReset"));
1617 sizePolicy4.setHeightForWidth(playbackLoopReset->sizePolicy().hasHeightForWidth());
1618 playbackLoopReset->setSizePolicy(sizePolicy4);
1619 playbackLoopReset->setMaximumSize(QSize(32, 16777215));
1620 playbackLoopReset->setFont(font1);
1621 playbackLoopReset->setText(QStringLiteral(
""));
1622 playbackLoopReset->setIcon(icon8);
1623 playbackLoopReset->setFlat(
true);
1625 gridLayout_4->addWidget(playbackLoopReset, 15, 6, 1, 1);
1627 seekForwardReset =
new QPushButton(pagePlayback);
1628 seekForwardReset->setObjectName(QStringLiteral(
"seekForwardReset"));
1629 sizePolicy4.setHeightForWidth(seekForwardReset->sizePolicy().hasHeightForWidth());
1630 seekForwardReset->setSizePolicy(sizePolicy4);
1631 seekForwardReset->setMaximumSize(QSize(32, 16777215));
1632 seekForwardReset->setFont(font1);
1633 seekForwardReset->setText(QStringLiteral(
""));
1634 seekForwardReset->setIcon(icon8);
1635 seekForwardReset->setFlat(
true);
1637 gridLayout_4->addWidget(seekForwardReset, 9, 6, 1, 1);
1639 labelSkipForward =
new QLabel(pagePlayback);
1640 labelSkipForward->setObjectName(QStringLiteral(
"labelSkipForward"));
1641 sizePolicy4.setHeightForWidth(labelSkipForward->sizePolicy().hasHeightForWidth());
1642 labelSkipForward->setSizePolicy(sizePolicy4);
1644 gridLayout_4->addWidget(labelSkipForward, 11, 0, 1, 1);
1646 skipForwardReset =
new QPushButton(pagePlayback);
1647 skipForwardReset->setObjectName(QStringLiteral(
"skipForwardReset"));
1648 sizePolicy4.setHeightForWidth(skipForwardReset->sizePolicy().hasHeightForWidth());
1649 skipForwardReset->setSizePolicy(sizePolicy4);
1650 skipForwardReset->setMaximumSize(QSize(32, 16777215));
1651 skipForwardReset->setFont(font1);
1652 skipForwardReset->setText(QStringLiteral(
""));
1653 skipForwardReset->setIcon(icon8);
1654 skipForwardReset->setFlat(
true);
1656 gridLayout_4->addWidget(skipForwardReset, 11, 6, 1, 1);
1658 seekBackwardReset =
new QPushButton(pagePlayback);
1659 seekBackwardReset->setObjectName(QStringLiteral(
"seekBackwardReset"));
1660 sizePolicy4.setHeightForWidth(seekBackwardReset->sizePolicy().hasHeightForWidth());
1661 seekBackwardReset->setSizePolicy(sizePolicy4);
1662 seekBackwardReset->setMaximumSize(QSize(32, 16777215));
1663 seekBackwardReset->setFont(font1);
1664 seekBackwardReset->setText(QStringLiteral(
""));
1665 seekBackwardReset->setIcon(icon8);
1666 seekBackwardReset->setFlat(
true);
1668 gridLayout_4->addWidget(seekBackwardReset, 3, 6, 1, 1);
1670 stopReset =
new QPushButton(pagePlayback);
1671 stopReset->setObjectName(QStringLiteral(
"stopReset"));
1672 sizePolicy4.setHeightForWidth(stopReset->sizePolicy().hasHeightForWidth());
1673 stopReset->setSizePolicy(sizePolicy4);
1674 stopReset->setMaximumSize(QSize(32, 16777215));
1675 stopReset->setFont(font1);
1676 stopReset->setText(QStringLiteral(
""));
1677 stopReset->setIcon(icon8);
1678 stopReset->setFlat(
true);
1680 gridLayout_4->addWidget(stopReset, 7, 6, 1, 1);
1682 vs_playback_fixed_2 =
new QSpacerItem(0, 14, QSizePolicy::Minimum, QSizePolicy::Fixed);
1684 gridLayout_4->addItem(vs_playback_fixed_2, 23, 0, 1, 1);
1686 skipForwardButton =
new QLabel(pagePlayback);
1687 skipForwardButton->setObjectName(QStringLiteral(
"skipForwardButton"));
1688 sizePolicy4.setHeightForWidth(skipForwardButton->sizePolicy().hasHeightForWidth());
1689 skipForwardButton->setSizePolicy(sizePolicy4);
1690 skipForwardButton->setMinimumSize(QSize(22, 22));
1691 skipForwardButton->setMaximumSize(QSize(22, 22));
1692 skipForwardButton->setText(QStringLiteral(
""));
1693 skipForwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/skipForward")));
1694 skipForwardButton->setScaledContents(
true);
1695 skipForwardButton->setAlignment(Qt::AlignCenter);
1696 skipForwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1698 gridLayout_4->addWidget(skipForwardButton, 11, 1, 1, 1);
1700 labelDecreaseVolume =
new QLabel(pagePlayback);
1701 labelDecreaseVolume->setObjectName(QStringLiteral(
"labelDecreaseVolume"));
1702 sizePolicy4.setHeightForWidth(labelDecreaseVolume->sizePolicy().hasHeightForWidth());
1703 labelDecreaseVolume->setSizePolicy(sizePolicy4);
1705 gridLayout_4->addWidget(labelDecreaseVolume, 28, 0, 1, 1);
1707 playbackCurrentItemInLoopReset =
new QPushButton(pagePlayback);
1708 playbackCurrentItemInLoopReset->setObjectName(QStringLiteral(
"playbackCurrentItemInLoopReset"));
1709 sizePolicy4.setHeightForWidth(playbackCurrentItemInLoopReset->sizePolicy().hasHeightForWidth());
1710 playbackCurrentItemInLoopReset->setSizePolicy(sizePolicy4);
1711 playbackCurrentItemInLoopReset->setMaximumSize(QSize(32, 16777215));
1712 playbackCurrentItemInLoopReset->setFont(font1);
1713 playbackCurrentItemInLoopReset->setText(QStringLiteral(
""));
1714 playbackCurrentItemInLoopReset->setIcon(icon8);
1715 playbackCurrentItemInLoopReset->setFlat(
true);
1717 gridLayout_4->addWidget(playbackCurrentItemInLoopReset, 22, 6, 1, 1);
1719 labelShuffle =
new QLabel(pagePlayback);
1720 labelShuffle->setObjectName(QStringLiteral(
"labelShuffle"));
1721 sizePolicy4.setHeightForWidth(labelShuffle->sizePolicy().hasHeightForWidth());
1722 labelShuffle->setSizePolicy(sizePolicy4);
1724 gridLayout_4->addWidget(labelShuffle, 17, 0, 1, 1);
1726 labelCurrentItemOnce =
new QLabel(pagePlayback);
1727 labelCurrentItemOnce->setObjectName(QStringLiteral(
"labelCurrentItemOnce"));
1728 sizePolicy4.setHeightForWidth(labelCurrentItemOnce->sizePolicy().hasHeightForWidth());
1729 labelCurrentItemOnce->setSizePolicy(sizePolicy4);
1731 gridLayout_4->addWidget(labelCurrentItemOnce, 20, 0, 1, 1);
1733 labelSeekForward =
new QLabel(pagePlayback);
1734 labelSeekForward->setObjectName(QStringLiteral(
"labelSeekForward"));
1735 sizePolicy4.setHeightForWidth(labelSeekForward->sizePolicy().hasHeightForWidth());
1736 labelSeekForward->setSizePolicy(sizePolicy4);
1738 gridLayout_4->addWidget(labelSeekForward, 9, 0, 1, 1);
1740 playbackLoopClear =
new QPushButton(pagePlayback);
1741 playbackLoopClear->setObjectName(QStringLiteral(
"playbackLoopClear"));
1742 sizePolicy4.setHeightForWidth(playbackLoopClear->sizePolicy().hasHeightForWidth());
1743 playbackLoopClear->setSizePolicy(sizePolicy4);
1744 playbackLoopClear->setMaximumSize(QSize(32, 16777215));
1745 playbackLoopClear->setFont(font1);
1746 playbackLoopClear->setText(QStringLiteral(
""));
1747 playbackLoopClear->setIcon(icon9);
1748 playbackLoopClear->setFlat(
true);
1750 gridLayout_4->addWidget(playbackLoopClear, 15, 5, 1, 1);
1752 seekForwardButton =
new QLabel(pagePlayback);
1753 seekForwardButton->setObjectName(QStringLiteral(
"seekForwardButton"));
1754 sizePolicy4.setHeightForWidth(seekForwardButton->sizePolicy().hasHeightForWidth());
1755 seekForwardButton->setSizePolicy(sizePolicy4);
1756 seekForwardButton->setMinimumSize(QSize(22, 22));
1757 seekForwardButton->setMaximumSize(QSize(22, 22));
1758 seekForwardButton->setText(QStringLiteral(
""));
1759 seekForwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/seekForward")));
1760 seekForwardButton->setScaledContents(
true);
1761 seekForwardButton->setAlignment(Qt::AlignCenter);
1762 seekForwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1764 gridLayout_4->addWidget(seekForwardButton, 9, 1, 1, 1);
1766 labelPlayPause =
new QLabel(pagePlayback);
1767 labelPlayPause->setObjectName(QStringLiteral(
"labelPlayPause"));
1768 sizePolicy4.setHeightForWidth(labelPlayPause->sizePolicy().hasHeightForWidth());
1769 labelPlayPause->setSizePolicy(sizePolicy4);
1771 gridLayout_4->addWidget(labelPlayPause, 5, 0, 1, 1);
1773 skipForwardClear =
new QPushButton(pagePlayback);
1774 skipForwardClear->setObjectName(QStringLiteral(
"skipForwardClear"));
1775 sizePolicy4.setHeightForWidth(skipForwardClear->sizePolicy().hasHeightForWidth());
1776 skipForwardClear->setSizePolicy(sizePolicy4);
1777 skipForwardClear->setMaximumSize(QSize(32, 16777215));
1778 skipForwardClear->setFont(font1);
1779 skipForwardClear->setText(QStringLiteral(
""));
1780 skipForwardClear->setIcon(icon9);
1781 skipForwardClear->setFlat(
true);
1783 gridLayout_4->addWidget(skipForwardClear, 11, 5, 1, 1);
1785 playbackSequentialClear =
new QPushButton(pagePlayback);
1786 playbackSequentialClear->setObjectName(QStringLiteral(
"playbackSequentialClear"));
1787 sizePolicy4.setHeightForWidth(playbackSequentialClear->sizePolicy().hasHeightForWidth());
1788 playbackSequentialClear->setSizePolicy(sizePolicy4);
1789 playbackSequentialClear->setMaximumSize(QSize(32, 16777215));
1790 playbackSequentialClear->setFont(font1);
1791 playbackSequentialClear->setText(QStringLiteral(
""));
1792 playbackSequentialClear->setIcon(icon9);
1793 playbackSequentialClear->setFlat(
true);
1795 gridLayout_4->addWidget(playbackSequentialClear, 13, 5, 1, 1);
1797 muteClear =
new QPushButton(pagePlayback);
1798 muteClear->setObjectName(QStringLiteral(
"muteClear"));
1799 sizePolicy4.setHeightForWidth(muteClear->sizePolicy().hasHeightForWidth());
1800 muteClear->setSizePolicy(sizePolicy4);
1801 muteClear->setMaximumSize(QSize(32, 16777215));
1802 muteClear->setFont(font1);
1803 muteClear->setText(QStringLiteral(
""));
1804 muteClear->setIcon(icon9);
1805 muteClear->setFlat(
true);
1807 gridLayout_4->addWidget(muteClear, 24, 5, 1, 1);
1809 playbackRandomClear =
new QPushButton(pagePlayback);
1810 playbackRandomClear->setObjectName(QStringLiteral(
"playbackRandomClear"));
1811 sizePolicy4.setHeightForWidth(playbackRandomClear->sizePolicy().hasHeightForWidth());
1812 playbackRandomClear->setSizePolicy(sizePolicy4);
1813 playbackRandomClear->setMaximumSize(QSize(32, 16777215));
1814 playbackRandomClear->setFont(font1);
1815 playbackRandomClear->setText(QStringLiteral(
""));
1816 playbackRandomClear->setIcon(icon9);
1817 playbackRandomClear->setFlat(
true);
1819 gridLayout_4->addWidget(playbackRandomClear, 17, 5, 1, 1);
1821 playbackCurrentItemOnceClear =
new QPushButton(pagePlayback);
1822 playbackCurrentItemOnceClear->setObjectName(QStringLiteral(
"playbackCurrentItemOnceClear"));
1823 sizePolicy4.setHeightForWidth(playbackCurrentItemOnceClear->sizePolicy().hasHeightForWidth());
1824 playbackCurrentItemOnceClear->setSizePolicy(sizePolicy4);
1825 playbackCurrentItemOnceClear->setMaximumSize(QSize(32, 16777215));
1826 playbackCurrentItemOnceClear->setFont(font1);
1827 playbackCurrentItemOnceClear->setText(QStringLiteral(
""));
1828 playbackCurrentItemOnceClear->setIcon(icon9);
1829 playbackCurrentItemOnceClear->setFlat(
true);
1831 gridLayout_4->addWidget(playbackCurrentItemOnceClear, 20, 5, 1, 1);
1833 playbackCurrentItemInLoopClear =
new QPushButton(pagePlayback);
1834 playbackCurrentItemInLoopClear->setObjectName(QStringLiteral(
"playbackCurrentItemInLoopClear"));
1835 sizePolicy4.setHeightForWidth(playbackCurrentItemInLoopClear->sizePolicy().hasHeightForWidth());
1836 playbackCurrentItemInLoopClear->setSizePolicy(sizePolicy4);
1837 playbackCurrentItemInLoopClear->setMaximumSize(QSize(32, 16777215));
1838 playbackCurrentItemInLoopClear->setFont(font1);
1839 playbackCurrentItemInLoopClear->setText(QStringLiteral(
""));
1840 playbackCurrentItemInLoopClear->setIcon(icon9);
1841 playbackCurrentItemInLoopClear->setFlat(
true);
1843 gridLayout_4->addWidget(playbackCurrentItemInLoopClear, 22, 5, 1, 1);
1845 increaseVolumeClear =
new QPushButton(pagePlayback);
1846 increaseVolumeClear->setObjectName(QStringLiteral(
"increaseVolumeClear"));
1847 sizePolicy4.setHeightForWidth(increaseVolumeClear->sizePolicy().hasHeightForWidth());
1848 increaseVolumeClear->setSizePolicy(sizePolicy4);
1849 increaseVolumeClear->setMaximumSize(QSize(32, 16777215));
1850 increaseVolumeClear->setFont(font1);
1851 increaseVolumeClear->setText(QStringLiteral(
""));
1852 increaseVolumeClear->setIcon(icon9);
1853 increaseVolumeClear->setFlat(
true);
1855 gridLayout_4->addWidget(increaseVolumeClear, 26, 5, 1, 1);
1857 decreaseVolumeClear =
new QPushButton(pagePlayback);
1858 decreaseVolumeClear->setObjectName(QStringLiteral(
"decreaseVolumeClear"));
1859 sizePolicy4.setHeightForWidth(decreaseVolumeClear->sizePolicy().hasHeightForWidth());
1860 decreaseVolumeClear->setSizePolicy(sizePolicy4);
1861 decreaseVolumeClear->setMaximumSize(QSize(32, 16777215));
1862 decreaseVolumeClear->setFont(font1);
1863 decreaseVolumeClear->setText(QStringLiteral(
""));
1864 decreaseVolumeClear->setIcon(icon9);
1865 decreaseVolumeClear->setFlat(
true);
1867 gridLayout_4->addWidget(decreaseVolumeClear, 28, 5, 1, 1);
1869 label =
new QLabel(pagePlayback);
1870 label->setObjectName(QStringLiteral(
"label"));
1871 label->setEnabled(
false);
1872 sizePolicy4.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
1873 label->setSizePolicy(sizePolicy4);
1875 gridLayout_4->addWidget(label, 0, 4, 1, 1);
1877 label_2 =
new QLabel(pagePlayback);
1878 label_2->setObjectName(QStringLiteral(
"label_2"));
1879 sizePolicy4.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
1880 label_2->setSizePolicy(sizePolicy4);
1882 gridLayout_4->addWidget(label_2, 0, 5, 1, 1);
1884 label_3 =
new QLabel(pagePlayback);
1885 label_3->setObjectName(QStringLiteral(
"label_3"));
1886 sizePolicy4.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
1887 label_3->setSizePolicy(sizePolicy4);
1889 gridLayout_4->addWidget(label_3, 0, 6, 1, 1);
1891 seekBackwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1892 seekBackwardGlobalCheckBox->setObjectName(QStringLiteral(
"seekBackwardGlobalCheckBox"));
1893 seekBackwardGlobalCheckBox->setEnabled(
false);
1894 sizePolicy4.setHeightForWidth(seekBackwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1895 seekBackwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1896 seekBackwardGlobalCheckBox->setText(QStringLiteral(
""));
1898 gridLayout_4->addWidget(seekBackwardGlobalCheckBox, 3, 4, 1, 1);
1900 playGlobalCheckBox =
new QCheckBox(pagePlayback);
1901 playGlobalCheckBox->setObjectName(QStringLiteral(
"playGlobalCheckBox"));
1902 playGlobalCheckBox->setEnabled(
false);
1903 sizePolicy4.setHeightForWidth(playGlobalCheckBox->sizePolicy().hasHeightForWidth());
1904 playGlobalCheckBox->setSizePolicy(sizePolicy4);
1905 playGlobalCheckBox->setText(QStringLiteral(
""));
1907 gridLayout_4->addWidget(playGlobalCheckBox, 5, 4, 1, 1);
1909 stopBackwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1910 stopBackwardGlobalCheckBox->setObjectName(QStringLiteral(
"stopBackwardGlobalCheckBox"));
1911 stopBackwardGlobalCheckBox->setEnabled(
false);
1912 sizePolicy4.setHeightForWidth(stopBackwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1913 stopBackwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1914 stopBackwardGlobalCheckBox->setText(QStringLiteral(
""));
1916 gridLayout_4->addWidget(stopBackwardGlobalCheckBox, 7, 4, 1, 1);
1918 seekForwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1919 seekForwardGlobalCheckBox->setObjectName(QStringLiteral(
"seekForwardGlobalCheckBox"));
1920 seekForwardGlobalCheckBox->setEnabled(
false);
1921 sizePolicy4.setHeightForWidth(seekForwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1922 seekForwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1923 seekForwardGlobalCheckBox->setText(QStringLiteral(
""));
1925 gridLayout_4->addWidget(seekForwardGlobalCheckBox, 9, 4, 1, 1);
1927 skipForwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1928 skipForwardGlobalCheckBox->setObjectName(QStringLiteral(
"skipForwardGlobalCheckBox"));
1929 skipForwardGlobalCheckBox->setEnabled(
false);
1930 sizePolicy4.setHeightForWidth(skipForwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1931 skipForwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1932 skipForwardGlobalCheckBox->setText(QStringLiteral(
""));
1934 gridLayout_4->addWidget(skipForwardGlobalCheckBox, 11, 4, 1, 1);
1936 playbackSequentialGlobalCheckBox =
new QCheckBox(pagePlayback);
1937 playbackSequentialGlobalCheckBox->setObjectName(QStringLiteral(
"playbackSequentialGlobalCheckBox"));
1938 playbackSequentialGlobalCheckBox->setEnabled(
false);
1939 sizePolicy4.setHeightForWidth(playbackSequentialGlobalCheckBox->sizePolicy().hasHeightForWidth());
1940 playbackSequentialGlobalCheckBox->setSizePolicy(sizePolicy4);
1941 playbackSequentialGlobalCheckBox->setText(QStringLiteral(
""));
1943 gridLayout_4->addWidget(playbackSequentialGlobalCheckBox, 13, 4, 1, 1);
1945 playbackLoopGlobalCheckBox =
new QCheckBox(pagePlayback);
1946 playbackLoopGlobalCheckBox->setObjectName(QStringLiteral(
"playbackLoopGlobalCheckBox"));
1947 playbackLoopGlobalCheckBox->setEnabled(
false);
1948 sizePolicy4.setHeightForWidth(playbackLoopGlobalCheckBox->sizePolicy().hasHeightForWidth());
1949 playbackLoopGlobalCheckBox->setSizePolicy(sizePolicy4);
1950 playbackLoopGlobalCheckBox->setText(QStringLiteral(
""));
1952 gridLayout_4->addWidget(playbackLoopGlobalCheckBox, 15, 4, 1, 1);
1954 playbackRandomGlobalCheckBox =
new QCheckBox(pagePlayback);
1955 playbackRandomGlobalCheckBox->setObjectName(QStringLiteral(
"playbackRandomGlobalCheckBox"));
1956 playbackRandomGlobalCheckBox->setEnabled(
false);
1957 sizePolicy4.setHeightForWidth(playbackRandomGlobalCheckBox->sizePolicy().hasHeightForWidth());
1958 playbackRandomGlobalCheckBox->setSizePolicy(sizePolicy4);
1959 playbackRandomGlobalCheckBox->setText(QStringLiteral(
""));
1961 gridLayout_4->addWidget(playbackRandomGlobalCheckBox, 17, 4, 1, 1);
1963 playbackCurrentItemOnceGlobalCheckBox =
new QCheckBox(pagePlayback);
1964 playbackCurrentItemOnceGlobalCheckBox->setObjectName(QStringLiteral(
"playbackCurrentItemOnceGlobalCheckBox"));
1965 playbackCurrentItemOnceGlobalCheckBox->setEnabled(
false);
1966 sizePolicy4.setHeightForWidth(playbackCurrentItemOnceGlobalCheckBox->sizePolicy().hasHeightForWidth());
1967 playbackCurrentItemOnceGlobalCheckBox->setSizePolicy(sizePolicy4);
1968 playbackCurrentItemOnceGlobalCheckBox->setText(QStringLiteral(
""));
1970 gridLayout_4->addWidget(playbackCurrentItemOnceGlobalCheckBox, 20, 4, 1, 1);
1972 playbackCurrentItemInLoopGlobalCheckBox =
new QCheckBox(pagePlayback);
1973 playbackCurrentItemInLoopGlobalCheckBox->setObjectName(QStringLiteral(
"playbackCurrentItemInLoopGlobalCheckBox"));
1974 playbackCurrentItemInLoopGlobalCheckBox->setEnabled(
false);
1975 sizePolicy4.setHeightForWidth(playbackCurrentItemInLoopGlobalCheckBox->sizePolicy().hasHeightForWidth());
1976 playbackCurrentItemInLoopGlobalCheckBox->setSizePolicy(sizePolicy4);
1977 playbackCurrentItemInLoopGlobalCheckBox->setText(QStringLiteral(
""));
1979 gridLayout_4->addWidget(playbackCurrentItemInLoopGlobalCheckBox, 22, 4, 1, 1);
1981 muteGlobalCheckBox =
new QCheckBox(pagePlayback);
1982 muteGlobalCheckBox->setObjectName(QStringLiteral(
"muteGlobalCheckBox"));
1983 muteGlobalCheckBox->setEnabled(
false);
1984 sizePolicy4.setHeightForWidth(muteGlobalCheckBox->sizePolicy().hasHeightForWidth());
1985 muteGlobalCheckBox->setSizePolicy(sizePolicy4);
1986 muteGlobalCheckBox->setText(QStringLiteral(
""));
1988 gridLayout_4->addWidget(muteGlobalCheckBox, 24, 4, 1, 1);
1990 increaseVolumeGlobalCheckBox =
new QCheckBox(pagePlayback);
1991 increaseVolumeGlobalCheckBox->setObjectName(QStringLiteral(
"increaseVolumeGlobalCheckBox"));
1992 increaseVolumeGlobalCheckBox->setEnabled(
false);
1993 sizePolicy4.setHeightForWidth(increaseVolumeGlobalCheckBox->sizePolicy().hasHeightForWidth());
1994 increaseVolumeGlobalCheckBox->setSizePolicy(sizePolicy4);
1995 increaseVolumeGlobalCheckBox->setText(QStringLiteral(
""));
1997 gridLayout_4->addWidget(increaseVolumeGlobalCheckBox, 26, 4, 1, 1);
1999 decreaseVolumeGlobalCheckBox =
new QCheckBox(pagePlayback);
2000 decreaseVolumeGlobalCheckBox->setObjectName(QStringLiteral(
"decreaseVolumeGlobalCheckBox"));
2001 decreaseVolumeGlobalCheckBox->setEnabled(
false);
2002 sizePolicy4.setHeightForWidth(decreaseVolumeGlobalCheckBox->sizePolicy().hasHeightForWidth());
2003 decreaseVolumeGlobalCheckBox->setSizePolicy(sizePolicy4);
2004 decreaseVolumeGlobalCheckBox->setText(QStringLiteral(
""));
2006 gridLayout_4->addWidget(decreaseVolumeGlobalCheckBox, 28, 4, 1, 1);
2008 shortcutsToolBox->addItem(pagePlayback, QStringLiteral(
"Playback"));
2009 pagePlaylist =
new QWidget();
2010 pagePlaylist->setObjectName(QStringLiteral(
"pagePlaylist"));
2011 pagePlaylist->setGeometry(QRect(0, 0, 280, 200));
2012 gridLayout_2 =
new QGridLayout(pagePlaylist);
2013 gridLayout_2->setObjectName(QStringLiteral(
"gridLayout_2"));
2014 labelMoveTrackUp =
new QLabel(pagePlaylist);
2015 labelMoveTrackUp->setObjectName(QStringLiteral(
"labelMoveTrackUp"));
2017 gridLayout_2->addWidget(labelMoveTrackUp, 7, 0, 1, 1);
2019 labelMoveTrackDown =
new QLabel(pagePlaylist);
2020 labelMoveTrackDown->setObjectName(QStringLiteral(
"labelMoveTrackDown"));
2022 gridLayout_2->addWidget(labelMoveTrackDown, 9, 0, 1, 1);
2024 vs_playlist =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2026 gridLayout_2->addItem(vs_playlist, 13, 0, 1, 1);
2028 labelOpenPlaylistManager =
new QLabel(pagePlaylist);
2029 labelOpenPlaylistManager->setObjectName(QStringLiteral(
"labelOpenPlaylistManager"));
2031 gridLayout_2->addWidget(labelOpenPlaylistManager, 5, 0, 1, 1);
2033 deleteCurrentPlaylistReset =
new QPushButton(pagePlaylist);
2034 deleteCurrentPlaylistReset->setObjectName(QStringLiteral(
"deleteCurrentPlaylistReset"));
2035 deleteCurrentPlaylistReset->setMaximumSize(QSize(32, 16777215));
2036 deleteCurrentPlaylistReset->setFont(font1);
2037 deleteCurrentPlaylistReset->setText(QStringLiteral(
""));
2038 deleteCurrentPlaylistReset->setIcon(icon8);
2039 deleteCurrentPlaylistReset->setFlat(
true);
2041 gridLayout_2->addWidget(deleteCurrentPlaylistReset, 3, 4, 1, 1);
2043 moveTracksUpReset =
new QPushButton(pagePlaylist);
2044 moveTracksUpReset->setObjectName(QStringLiteral(
"moveTracksUpReset"));
2045 moveTracksUpReset->setMaximumSize(QSize(32, 16777215));
2046 moveTracksUpReset->setFont(font1);
2047 moveTracksUpReset->setText(QStringLiteral(
""));
2048 moveTracksUpReset->setIcon(icon8);
2049 moveTracksUpReset->setFlat(
true);
2051 gridLayout_2->addWidget(moveTracksUpReset, 7, 4, 1, 1);
2053 hs_playlist =
new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
2055 gridLayout_2->addItem(hs_playlist, 1, 1, 1, 1);
2057 labelRemoveSelectedTracks =
new QLabel(pagePlaylist);
2058 labelRemoveSelectedTracks->setObjectName(QStringLiteral(
"labelRemoveSelectedTracks"));
2060 gridLayout_2->addWidget(labelRemoveSelectedTracks, 11, 0, 1, 1);
2062 moveTracksDownReset =
new QPushButton(pagePlaylist);
2063 moveTracksDownReset->setObjectName(QStringLiteral(
"moveTracksDownReset"));
2064 moveTracksDownReset->setMaximumSize(QSize(32, 16777215));
2065 moveTracksDownReset->setFont(font1);
2066 moveTracksDownReset->setText(QStringLiteral(
""));
2067 moveTracksDownReset->setIcon(icon8);
2068 moveTracksDownReset->setFlat(
true);
2070 gridLayout_2->addWidget(moveTracksDownReset, 9, 4, 1, 1);
2072 labelAddPlaylist =
new QLabel(pagePlaylist);
2073 labelAddPlaylist->setObjectName(QStringLiteral(
"labelAddPlaylist"));
2074 QSizePolicy sizePolicy5(QSizePolicy::Fixed, QSizePolicy::Preferred);
2075 sizePolicy5.setHorizontalStretch(0);
2076 sizePolicy5.setVerticalStretch(0);
2077 sizePolicy5.setHeightForWidth(labelAddPlaylist->sizePolicy().hasHeightForWidth());
2078 labelAddPlaylist->setSizePolicy(sizePolicy5);
2080 gridLayout_2->addWidget(labelAddPlaylist, 1, 0, 1, 1);
2082 removeSelectedTracksReset =
new QPushButton(pagePlaylist);
2083 removeSelectedTracksReset->setObjectName(QStringLiteral(
"removeSelectedTracksReset"));
2084 removeSelectedTracksReset->setMaximumSize(QSize(32, 16777215));
2085 removeSelectedTracksReset->setFont(font1);
2086 removeSelectedTracksReset->setText(QStringLiteral(
""));
2087 removeSelectedTracksReset->setIcon(icon8);
2088 removeSelectedTracksReset->setFlat(
true);
2090 gridLayout_2->addWidget(removeSelectedTracksReset, 11, 4, 1, 1);
2092 addPlaylistReset =
new QPushButton(pagePlaylist);
2093 addPlaylistReset->setObjectName(QStringLiteral(
"addPlaylistReset"));
2094 addPlaylistReset->setMaximumSize(QSize(32, 16777215));
2095 addPlaylistReset->setFont(font1);
2096 addPlaylistReset->setText(QStringLiteral(
""));
2097 addPlaylistReset->setIcon(icon8);
2098 addPlaylistReset->setFlat(
true);
2100 gridLayout_2->addWidget(addPlaylistReset, 1, 4, 1, 1);
2102 openPlaylistManagerReset =
new QPushButton(pagePlaylist);
2103 openPlaylistManagerReset->setObjectName(QStringLiteral(
"openPlaylistManagerReset"));
2104 openPlaylistManagerReset->setMaximumSize(QSize(32, 16777215));
2105 openPlaylistManagerReset->setFont(font1);
2106 openPlaylistManagerReset->setText(QStringLiteral(
""));
2107 openPlaylistManagerReset->setIcon(icon8);
2108 openPlaylistManagerReset->setFlat(
true);
2110 gridLayout_2->addWidget(openPlaylistManagerReset, 5, 4, 1, 1);
2112 labelDeleteCurrentPlaylist =
new QLabel(pagePlaylist);
2113 labelDeleteCurrentPlaylist->setObjectName(QStringLiteral(
"labelDeleteCurrentPlaylist"));
2114 sizePolicy5.setHeightForWidth(labelDeleteCurrentPlaylist->sizePolicy().hasHeightForWidth());
2115 labelDeleteCurrentPlaylist->setSizePolicy(sizePolicy5);
2117 gridLayout_2->addWidget(labelDeleteCurrentPlaylist, 3, 0, 1, 1);
2119 addPlaylist =
new QKeySequenceEdit(pagePlaylist);
2120 addPlaylist->setObjectName(QStringLiteral(
"addPlaylist"));
2121 addPlaylist->setKeySequence(QStringLiteral(
""));
2123 gridLayout_2->addWidget(addPlaylist, 1, 2, 1, 1);
2125 deleteCurrentPlaylist =
new QKeySequenceEdit(pagePlaylist);
2126 deleteCurrentPlaylist->setObjectName(QStringLiteral(
"deleteCurrentPlaylist"));
2127 deleteCurrentPlaylist->setKeySequence(QStringLiteral(
""));
2129 gridLayout_2->addWidget(deleteCurrentPlaylist, 3, 2, 1, 1);
2131 openPlaylistManager =
new QKeySequenceEdit(pagePlaylist);
2132 openPlaylistManager->setObjectName(QStringLiteral(
"openPlaylistManager"));
2133 openPlaylistManager->setKeySequence(QStringLiteral(
""));
2135 gridLayout_2->addWidget(openPlaylistManager, 5, 2, 1, 1);
2137 moveTracksUp =
new QKeySequenceEdit(pagePlaylist);
2138 moveTracksUp->setObjectName(QStringLiteral(
"moveTracksUp"));
2139 moveTracksUp->setKeySequence(QStringLiteral(
""));
2141 gridLayout_2->addWidget(moveTracksUp, 7, 2, 1, 1);
2143 moveTracksDown =
new QKeySequenceEdit(pagePlaylist);
2144 moveTracksDown->setObjectName(QStringLiteral(
"moveTracksDown"));
2145 moveTracksDown->setKeySequence(QStringLiteral(
""));
2147 gridLayout_2->addWidget(moveTracksDown, 9, 2, 1, 1);
2149 removeSelectedTracks =
new QKeySequenceEdit(pagePlaylist);
2150 removeSelectedTracks->setObjectName(QStringLiteral(
"removeSelectedTracks"));
2151 removeSelectedTracks->setKeySequence(QStringLiteral(
""));
2153 gridLayout_2->addWidget(removeSelectedTracks, 11, 2, 1, 1);
2155 addPlaylistClear =
new QPushButton(pagePlaylist);
2156 addPlaylistClear->setObjectName(QStringLiteral(
"addPlaylistClear"));
2157 addPlaylistClear->setMaximumSize(QSize(32, 16777215));
2158 addPlaylistClear->setFont(font1);
2159 addPlaylistClear->setText(QStringLiteral(
""));
2160 addPlaylistClear->setIcon(icon9);
2161 addPlaylistClear->setFlat(
true);
2163 gridLayout_2->addWidget(addPlaylistClear, 1, 3, 1, 1);
2165 deleteCurrentPlaylistClear =
new QPushButton(pagePlaylist);
2166 deleteCurrentPlaylistClear->setObjectName(QStringLiteral(
"deleteCurrentPlaylistClear"));
2167 deleteCurrentPlaylistClear->setMaximumSize(QSize(32, 16777215));
2168 deleteCurrentPlaylistClear->setFont(font1);
2169 deleteCurrentPlaylistClear->setText(QStringLiteral(
""));
2170 deleteCurrentPlaylistClear->setIcon(icon9);
2171 deleteCurrentPlaylistClear->setFlat(
true);
2173 gridLayout_2->addWidget(deleteCurrentPlaylistClear, 3, 3, 1, 1);
2175 openPlaylistManagerClear =
new QPushButton(pagePlaylist);
2176 openPlaylistManagerClear->setObjectName(QStringLiteral(
"openPlaylistManagerClear"));
2177 openPlaylistManagerClear->setMaximumSize(QSize(32, 16777215));
2178 openPlaylistManagerClear->setFont(font1);
2179 openPlaylistManagerClear->setText(QStringLiteral(
""));
2180 openPlaylistManagerClear->setIcon(icon9);
2181 openPlaylistManagerClear->setFlat(
true);
2183 gridLayout_2->addWidget(openPlaylistManagerClear, 5, 3, 1, 1);
2185 moveTracksUpClear =
new QPushButton(pagePlaylist);
2186 moveTracksUpClear->setObjectName(QStringLiteral(
"moveTracksUpClear"));
2187 moveTracksUpClear->setMaximumSize(QSize(32, 16777215));
2188 moveTracksUpClear->setFont(font1);
2189 moveTracksUpClear->setText(QStringLiteral(
""));
2190 moveTracksUpClear->setIcon(icon9);
2191 moveTracksUpClear->setFlat(
true);
2193 gridLayout_2->addWidget(moveTracksUpClear, 7, 3, 1, 1);
2195 moveTracksDownClear =
new QPushButton(pagePlaylist);
2196 moveTracksDownClear->setObjectName(QStringLiteral(
"moveTracksDownClear"));
2197 moveTracksDownClear->setMaximumSize(QSize(32, 16777215));
2198 moveTracksDownClear->setFont(font1);
2199 moveTracksDownClear->setText(QStringLiteral(
""));
2200 moveTracksDownClear->setIcon(icon9);
2201 moveTracksDownClear->setFlat(
true);
2203 gridLayout_2->addWidget(moveTracksDownClear, 9, 3, 1, 1);
2205 removeSelectedTracksClear =
new QPushButton(pagePlaylist);
2206 removeSelectedTracksClear->setObjectName(QStringLiteral(
"removeSelectedTracksClear"));
2207 removeSelectedTracksClear->setMaximumSize(QSize(32, 16777215));
2208 removeSelectedTracksClear->setFont(font1);
2209 removeSelectedTracksClear->setText(QStringLiteral(
""));
2210 removeSelectedTracksClear->setIcon(icon9);
2211 removeSelectedTracksClear->setFlat(
true);
2213 gridLayout_2->addWidget(removeSelectedTracksClear, 11, 3, 1, 1);
2215 shortcutsToolBox->addItem(pagePlaylist, QStringLiteral(
"Playlist"));
2217 horizontalLayout_2->addWidget(shortcutsToolBox);
2219 stackedWidget->addWidget(pageShortcuts);
2220 pagePlayback_2 =
new QWidget();
2221 pagePlayback_2->setObjectName(QStringLiteral(
"pagePlayback_2"));
2222 verticalLayout_6 =
new QVBoxLayout(pagePlayback_2);
2223 verticalLayout_6->setObjectName(QStringLiteral(
"verticalLayout_6"));
2224 groupBoxPlaybackOptions =
new QGroupBox(pagePlayback_2);
2225 groupBoxPlaybackOptions->setObjectName(QStringLiteral(
"groupBoxPlaybackOptions"));
2226 horizontalLayout_12 =
new QHBoxLayout(groupBoxPlaybackOptions);
2227 horizontalLayout_12->setObjectName(QStringLiteral(
"horizontalLayout_12"));
2228 labelSeekTime =
new QLabel(groupBoxPlaybackOptions);
2229 labelSeekTime->setObjectName(QStringLiteral(
"labelSeekTime"));
2231 horizontalLayout_12->addWidget(labelSeekTime);
2233 seekTimeSpinBox =
new QSpinBox(groupBoxPlaybackOptions);
2234 seekTimeSpinBox->setObjectName(QStringLiteral(
"seekTimeSpinBox"));
2235 seekTimeSpinBox->setMinimum(1);
2236 seekTimeSpinBox->setMaximum(100);
2237 seekTimeSpinBox->setValue(5);
2239 horizontalLayout_12->addWidget(seekTimeSpinBox);
2242 verticalLayout_6->addWidget(groupBoxPlaybackOptions);
2244 groupBoxPlaylists =
new QGroupBox(pagePlayback_2);
2245 groupBoxPlaylists->setObjectName(QStringLiteral(
"groupBoxPlaylists"));
2246 verticalLayout_14 =
new QVBoxLayout(groupBoxPlaylists);
2247 verticalLayout_14->setObjectName(QStringLiteral(
"verticalLayout_14"));
2248 labelClosePlaylist =
new QLabel(groupBoxPlaylists);
2249 labelClosePlaylist->setObjectName(QStringLiteral(
"labelClosePlaylist"));
2250 labelClosePlaylist->setFont(font);
2251 labelClosePlaylist->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
2252 labelClosePlaylist->setWordWrap(
true);
2254 verticalLayout_14->addWidget(labelClosePlaylist);
2256 horizontalLayout_11 =
new QHBoxLayout();
2257 horizontalLayout_11->setObjectName(QStringLiteral(
"horizontalLayout_11"));
2258 radioButtonAskAction =
new QRadioButton(groupBoxPlaylists);
2259 buttonGroup_2 =
new QButtonGroup(CustomizeOptionsDialog);
2260 buttonGroup_2->setObjectName(QStringLiteral(
"buttonGroup_2"));
2261 buttonGroup_2->addButton(radioButtonAskAction);
2262 radioButtonAskAction->setObjectName(QStringLiteral(
"radioButtonAskAction"));
2263 radioButtonAskAction->setChecked(
true);
2265 horizontalLayout_11->addWidget(radioButtonAskAction);
2267 radioButtonSavePlaylist =
new QRadioButton(groupBoxPlaylists);
2268 buttonGroup_2->addButton(radioButtonSavePlaylist);
2269 radioButtonSavePlaylist->setObjectName(QStringLiteral(
"radioButtonSavePlaylist"));
2270 radioButtonSavePlaylist->setChecked(
false);
2272 horizontalLayout_11->addWidget(radioButtonSavePlaylist);
2274 radioButtonDiscardPlaylist =
new QRadioButton(groupBoxPlaylists);
2275 buttonGroup_2->addButton(radioButtonDiscardPlaylist);
2276 radioButtonDiscardPlaylist->setObjectName(QStringLiteral(
"radioButtonDiscardPlaylist"));
2277 radioButtonDiscardPlaylist->setChecked(
false);
2279 horizontalLayout_11->addWidget(radioButtonDiscardPlaylist);
2282 verticalLayout_14->addLayout(horizontalLayout_11);
2284 widgetKeepPlaylists_2 =
new QWidget(groupBoxPlaylists);
2285 widgetKeepPlaylists_2->setObjectName(QStringLiteral(
"widgetKeepPlaylists_2"));
2286 horizontalLayout_15 =
new QHBoxLayout(widgetKeepPlaylists_2);
2287 horizontalLayout_15->setObjectName(QStringLiteral(
"horizontalLayout_15"));
2288 horizontalLayout_15->setContentsMargins(0, 0, 0, 0);
2290 verticalLayout_14->addWidget(widgetKeepPlaylists_2);
2292 labelResizeColumns =
new QLabel(groupBoxPlaylists);
2293 labelResizeColumns->setObjectName(QStringLiteral(
"labelResizeColumns"));
2294 labelResizeColumns->setFont(font);
2295 labelResizeColumns->setWordWrap(
true);
2297 verticalLayout_14->addWidget(labelResizeColumns);
2299 horizontalLayout_6 =
new QHBoxLayout();
2300 horizontalLayout_6->setObjectName(QStringLiteral(
"horizontalLayout_6"));
2301 radioButtonResizeColumnsContent =
new QRadioButton(groupBoxPlaylists);
2302 buttonGroup_5 =
new QButtonGroup(CustomizeOptionsDialog);
2303 buttonGroup_5->setObjectName(QStringLiteral(
"buttonGroup_5"));
2304 buttonGroup_5->addButton(radioButtonResizeColumnsContent);
2305 radioButtonResizeColumnsContent->setObjectName(QStringLiteral(
"radioButtonResizeColumnsContent"));
2306 radioButtonResizeColumnsContent->setChecked(
true);
2308 horizontalLayout_6->addWidget(radioButtonResizeColumnsContent);
2310 radioButtonKeepAllColumnsVisible =
new QRadioButton(groupBoxPlaylists);
2311 buttonGroup_5->addButton(radioButtonKeepAllColumnsVisible);
2312 radioButtonKeepAllColumnsVisible->setObjectName(QStringLiteral(
"radioButtonKeepAllColumnsVisible"));
2313 radioButtonKeepAllColumnsVisible->setIcon(icon7);
2314 radioButtonKeepAllColumnsVisible->setIconSize(QSize(16, 16));
2316 horizontalLayout_6->addWidget(radioButtonKeepAllColumnsVisible);
2319 verticalLayout_14->addLayout(horizontalLayout_6);
2322 verticalLayout_6->addWidget(groupBoxPlaylists);
2324 groupBoxStartupExit =
new QGroupBox(pagePlayback_2);
2325 groupBoxStartupExit->setObjectName(QStringLiteral(
"groupBoxStartupExit"));
2326 verticalLayout_3 =
new QVBoxLayout(groupBoxStartupExit);
2327 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
2328 labelRestorePlaylists =
new QLabel(groupBoxStartupExit);
2329 labelRestorePlaylists->setObjectName(QStringLiteral(
"labelRestorePlaylists"));
2330 labelRestorePlaylists->setFont(font);
2331 labelRestorePlaylists->setWordWrap(
true);
2333 verticalLayout_3->addWidget(labelRestorePlaylists);
2335 horizontalLayout_8 =
new QHBoxLayout();
2336 horizontalLayout_8->setObjectName(QStringLiteral(
"horizontalLayout_8"));
2337 horizontalLayout_8->setContentsMargins(-1, -1, -1, 10);
2338 radioButtonRestorePlaylists =
new QRadioButton(groupBoxStartupExit);
2339 buttonGroup_4 =
new QButtonGroup(CustomizeOptionsDialog);
2340 buttonGroup_4->setObjectName(QStringLiteral(
"buttonGroup_4"));
2341 buttonGroup_4->addButton(radioButtonRestorePlaylists);
2342 radioButtonRestorePlaylists->setObjectName(QStringLiteral(
"radioButtonRestorePlaylists"));
2343 radioButtonRestorePlaylists->setChecked(
false);
2345 horizontalLayout_8->addWidget(radioButtonRestorePlaylists);
2347 radioButtonDontRestorePlaylists =
new QRadioButton(groupBoxStartupExit);
2348 buttonGroup_4->addButton(radioButtonDontRestorePlaylists);
2349 radioButtonDontRestorePlaylists->setObjectName(QStringLiteral(
"radioButtonDontRestorePlaylists"));
2350 radioButtonDontRestorePlaylists->setChecked(
true);
2352 horizontalLayout_8->addWidget(radioButtonDontRestorePlaylists);
2355 verticalLayout_3->addLayout(horizontalLayout_8);
2357 labelKeepPlaylists =
new QLabel(groupBoxStartupExit);
2358 labelKeepPlaylists->setObjectName(QStringLiteral(
"labelKeepPlaylists"));
2359 labelKeepPlaylists->setFont(font);
2360 labelKeepPlaylists->setWordWrap(
true);
2362 verticalLayout_3->addWidget(labelKeepPlaylists);
2364 horizontalLayout_7 =
new QHBoxLayout();
2365 horizontalLayout_7->setObjectName(QStringLiteral(
"horizontalLayout_7"));
2366 radioButtonKeepPlaylists =
new QRadioButton(groupBoxStartupExit);
2367 buttonGroup_3 =
new QButtonGroup(CustomizeOptionsDialog);
2368 buttonGroup_3->setObjectName(QStringLiteral(
"buttonGroup_3"));
2369 buttonGroup_3->addButton(radioButtonKeepPlaylists);
2370 radioButtonKeepPlaylists->setObjectName(QStringLiteral(
"radioButtonKeepPlaylists"));
2371 radioButtonKeepPlaylists->setChecked(
false);
2373 horizontalLayout_7->addWidget(radioButtonKeepPlaylists);
2375 radioButtonClearPlaylists =
new QRadioButton(groupBoxStartupExit);
2376 buttonGroup_3->addButton(radioButtonClearPlaylists);
2377 radioButtonClearPlaylists->setObjectName(QStringLiteral(
"radioButtonClearPlaylists"));
2378 radioButtonClearPlaylists->setChecked(
true);
2380 horizontalLayout_7->addWidget(radioButtonClearPlaylists);
2383 verticalLayout_3->addLayout(horizontalLayout_7);
2385 labelNoteUnsavedPlaylists =
new QLabel(groupBoxStartupExit);
2386 labelNoteUnsavedPlaylists->setObjectName(QStringLiteral(
"labelNoteUnsavedPlaylists"));
2387 labelNoteUnsavedPlaylists->setWordWrap(
true);
2389 verticalLayout_3->addWidget(labelNoteUnsavedPlaylists);
2391 widgetKeepPlaylists =
new QWidget(groupBoxStartupExit);
2392 widgetKeepPlaylists->setObjectName(QStringLiteral(
"widgetKeepPlaylists"));
2393 horizontalLayout_9 =
new QHBoxLayout(widgetKeepPlaylists);
2394 horizontalLayout_9->setObjectName(QStringLiteral(
"horizontalLayout_9"));
2395 horizontalLayout_9->setContentsMargins(0, 0, 0, 0);
2397 verticalLayout_3->addWidget(widgetKeepPlaylists);
2400 verticalLayout_6->addWidget(groupBoxStartupExit);
2402 vs_PlaybackPage =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2404 verticalLayout_6->addItem(vs_PlaybackPage);
2406 stackedWidget->addWidget(pagePlayback_2);
2407 pageDragAndDrop =
new QWidget();
2408 pageDragAndDrop->setObjectName(QStringLiteral(
"pageDragAndDrop"));
2409 verticalLayout_10 =
new QVBoxLayout(pageDragAndDrop);
2410 verticalLayout_10->setObjectName(QStringLiteral(
"verticalLayout_10"));
2411 groupBoxDDFromExternalPlaces =
new QGroupBox(pageDragAndDrop);
2412 groupBoxDDFromExternalPlaces->setObjectName(QStringLiteral(
"groupBoxDDFromExternalPlaces"));
2413 verticalLayout_8 =
new QVBoxLayout(groupBoxDDFromExternalPlaces);
2414 verticalLayout_8->setObjectName(QStringLiteral(
"verticalLayout_8"));
2415 labelDDFromOtherPlaces =
new QLabel(groupBoxDDFromExternalPlaces);
2416 labelDDFromOtherPlaces->setObjectName(QStringLiteral(
"labelDDFromOtherPlaces"));
2417 labelDDFromOtherPlaces->setFont(font);
2418 labelDDFromOtherPlaces->setWordWrap(
true);
2420 verticalLayout_8->addWidget(labelDDFromOtherPlaces);
2422 radioButtonDDOpenPopup =
new QRadioButton(groupBoxDDFromExternalPlaces);
2423 radioButtonDDOpenPopup->setObjectName(QStringLiteral(
"radioButtonDDOpenPopup"));
2424 radioButtonDDOpenPopup->setChecked(
true);
2426 verticalLayout_8->addWidget(radioButtonDDOpenPopup);
2428 radioButtonDDAddToLibrary =
new QRadioButton(groupBoxDDFromExternalPlaces);
2429 radioButtonDDAddToLibrary->setObjectName(QStringLiteral(
"radioButtonDDAddToLibrary"));
2431 verticalLayout_8->addWidget(radioButtonDDAddToLibrary);
2433 radioButtonDDAddToPlaylist =
new QRadioButton(groupBoxDDFromExternalPlaces);
2434 radioButtonDDAddToPlaylist->setObjectName(QStringLiteral(
"radioButtonDDAddToPlaylist"));
2436 verticalLayout_8->addWidget(radioButtonDDAddToPlaylist);
2438 labelDDNoteTracks =
new QLabel(groupBoxDDFromExternalPlaces);
2439 labelDDNoteTracks->setObjectName(QStringLiteral(
"labelDDNoteTracks"));
2441 verticalLayout_8->addWidget(labelDDNoteTracks);
2444 verticalLayout_10->addWidget(groupBoxDDFromExternalPlaces);
2446 groupBoxDDBetweenPlaylists =
new QGroupBox(pageDragAndDrop);
2447 groupBoxDDBetweenPlaylists->setObjectName(QStringLiteral(
"groupBoxDDBetweenPlaylists"));
2448 verticalLayout_9 =
new QVBoxLayout(groupBoxDDBetweenPlaylists);
2449 verticalLayout_9->setObjectName(QStringLiteral(
"verticalLayout_9"));
2450 labelDDBetweenPlaylists =
new QLabel(groupBoxDDBetweenPlaylists);
2451 labelDDBetweenPlaylists->setObjectName(QStringLiteral(
"labelDDBetweenPlaylists"));
2452 labelDDBetweenPlaylists->setFont(font);
2453 labelDDBetweenPlaylists->setWordWrap(
true);
2455 verticalLayout_9->addWidget(labelDDBetweenPlaylists);
2457 hl_DDCopyToAnotherPlaylist =
new QHBoxLayout();
2458 hl_DDCopyToAnotherPlaylist->setObjectName(QStringLiteral(
"hl_DDCopyToAnotherPlaylist"));
2459 radioButtonDDMovePlaylistTracks =
new QRadioButton(groupBoxDDBetweenPlaylists);
2460 radioButtonDDMovePlaylistTracks->setObjectName(QStringLiteral(
"radioButtonDDMovePlaylistTracks"));
2461 radioButtonDDMovePlaylistTracks->setChecked(
true);
2463 hl_DDCopyToAnotherPlaylist->addWidget(radioButtonDDMovePlaylistTracks);
2465 radioButtonDDCopyPlaylistTracks =
new QRadioButton(groupBoxDDBetweenPlaylists);
2466 radioButtonDDCopyPlaylistTracks->setObjectName(QStringLiteral(
"radioButtonDDCopyPlaylistTracks"));
2468 hl_DDCopyToAnotherPlaylist->addWidget(radioButtonDDCopyPlaylistTracks);
2471 verticalLayout_9->addLayout(hl_DDCopyToAnotherPlaylist);
2474 verticalLayout_10->addWidget(groupBoxDDBetweenPlaylists);
2476 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2478 verticalLayout_10->addItem(verticalSpacer);
2480 stackedWidget->addWidget(pageDragAndDrop);
2481 page =
new QWidget();
2482 page->setObjectName(QStringLiteral(
"page"));
2483 verticalLayout_13 =
new QVBoxLayout(page);
2484 verticalLayout_13->setObjectName(QStringLiteral(
"verticalLayout_13"));
2485 groupBox =
new QGroupBox(page);
2486 groupBox->setObjectName(QStringLiteral(
"groupBox"));
2487 gridLayout_6 =
new QGridLayout(groupBox);
2488 gridLayout_6->setObjectName(QStringLiteral(
"gridLayout_6"));
2489 remoteControlLabelPort =
new QLabel(groupBox);
2490 remoteControlLabelPort->setObjectName(QStringLiteral(
"remoteControlLabelPort"));
2491 remoteControlLabelPort->setEnabled(
false);
2493 gridLayout_6->addWidget(remoteControlLabelPort, 1, 0, 1, 1);
2495 remoteControlPortSpinBox =
new QSpinBox(groupBox);
2496 remoteControlPortSpinBox->setObjectName(QStringLiteral(
"remoteControlPortSpinBox"));
2497 remoteControlPortSpinBox->setEnabled(
false);
2498 remoteControlPortSpinBox->setMinimum(1025);
2499 remoteControlPortSpinBox->setMaximum(65535);
2500 remoteControlPortSpinBox->setValue(5600);
2502 gridLayout_6->addWidget(remoteControlPortSpinBox, 1, 1, 1, 1);
2504 enableRemoteControlCheckBox =
new QCheckBox(groupBox);
2505 enableRemoteControlCheckBox->setObjectName(QStringLiteral(
"enableRemoteControlCheckBox"));
2507 gridLayout_6->addWidget(enableRemoteControlCheckBox, 0, 0, 1, 1);
2510 verticalLayout_13->addWidget(groupBox);
2512 groupBox_2 =
new QGroupBox(page);
2513 groupBox_2->setObjectName(QStringLiteral(
"groupBox_2"));
2514 verticalLayout_15 =
new QVBoxLayout(groupBox_2);
2515 verticalLayout_15->setObjectName(QStringLiteral(
"verticalLayout_15"));
2516 label_4 =
new QLabel(groupBox_2);
2517 label_4->setObjectName(QStringLiteral(
"label_4"));
2518 label_4->setFont(font);
2520 verticalLayout_15->addWidget(label_4);
2522 horizontalLayout_10 =
new QHBoxLayout();
2523 horizontalLayout_10->setObjectName(QStringLiteral(
"horizontalLayout_10"));
2524 horizontalLayout_10->setContentsMargins(-1, -1, -1, 10);
2525 radioButtonIntegrateCover =
new QRadioButton(groupBox_2);
2526 buttonGroup_6 =
new QButtonGroup(CustomizeOptionsDialog);
2527 buttonGroup_6->setObjectName(QStringLiteral(
"buttonGroup_6"));
2528 buttonGroup_6->addButton(radioButtonIntegrateCover);
2529 radioButtonIntegrateCover->setObjectName(QStringLiteral(
"radioButtonIntegrateCover"));
2530 radioButtonIntegrateCover->setChecked(
true);
2532 horizontalLayout_10->addWidget(radioButtonIntegrateCover);
2534 radioButtonDontIntegrate =
new QRadioButton(groupBox_2);
2535 buttonGroup_6->addButton(radioButtonDontIntegrate);
2536 radioButtonDontIntegrate->setObjectName(QStringLiteral(
"radioButtonDontIntegrate"));
2538 horizontalLayout_10->addWidget(radioButtonDontIntegrate);
2541 verticalLayout_15->addLayout(horizontalLayout_10);
2543 label_5 =
new QLabel(groupBox_2);
2544 label_5->setObjectName(QStringLiteral(
"label_5"));
2545 label_5->setFont(font);
2547 verticalLayout_15->addWidget(label_5);
2549 musicbrainzCheckBox =
new QCheckBox(groupBox_2);
2550 musicbrainzCheckBox->setObjectName(QStringLiteral(
"musicbrainzCheckBox"));
2552 icon10.addFile(QStringLiteral(
":/cover-fetcher-providers/musicbrainz"), QSize(), QIcon::Normal, QIcon::Off);
2553 musicbrainzCheckBox->setIcon(icon10);
2554 musicbrainzCheckBox->setIconSize(QSize(46, 32));
2555 musicbrainzCheckBox->setChecked(
true);
2557 verticalLayout_15->addWidget(musicbrainzCheckBox);
2559 amazonCheckBox =
new QCheckBox(groupBox_2);
2560 amazonCheckBox->setObjectName(QStringLiteral(
"amazonCheckBox"));
2562 icon11.addFile(QStringLiteral(
":/cover-fetcher-providers/amazon"), QSize(), QIcon::Normal, QIcon::Off);
2563 amazonCheckBox->setIcon(icon11);
2564 amazonCheckBox->setIconSize(QSize(87, 32));
2565 amazonCheckBox->setChecked(
true);
2567 verticalLayout_15->addWidget(amazonCheckBox);
2569 discogsCheckBox =
new QCheckBox(groupBox_2);
2570 discogsCheckBox->setObjectName(QStringLiteral(
"discogsCheckBox"));
2571 discogsCheckBox->setEnabled(
false);
2573 icon12.addFile(QStringLiteral(
":/cover-fetcher-providers/discogs"), QSize(), QIcon::Normal, QIcon::Off);
2574 discogsCheckBox->setIcon(icon12);
2575 discogsCheckBox->setIconSize(QSize(89, 32));
2577 verticalLayout_15->addWidget(discogsCheckBox);
2579 lastfmCheckBox =
new QCheckBox(groupBox_2);
2580 lastfmCheckBox->setObjectName(QStringLiteral(
"lastfmCheckBox"));
2581 lastfmCheckBox->setEnabled(
false);
2583 icon13.addFile(QStringLiteral(
":/cover-fetcher-providers/lastfm"), QSize(), QIcon::Normal, QIcon::Off);
2584 lastfmCheckBox->setIcon(icon13);
2585 lastfmCheckBox->setIconSize(QSize(101, 32));
2587 verticalLayout_15->addWidget(lastfmCheckBox);
2590 verticalLayout_13->addWidget(groupBox_2);
2592 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2594 verticalLayout_13->addItem(verticalSpacer_3);
2596 stackedWidget->addWidget(page);
2597 pagePlugins =
new QWidget();
2598 pagePlugins->setObjectName(QStringLiteral(
"pagePlugins"));
2599 verticalLayout_11 =
new QVBoxLayout(pagePlugins);
2600 verticalLayout_11->setObjectName(QStringLiteral(
"verticalLayout_11"));
2601 tabPlugins =
new QTabWidget(pagePlugins);
2602 tabPlugins->setObjectName(QStringLiteral(
"tabPlugins"));
2603 tabSummary =
new QWidget();
2604 tabSummary->setObjectName(QStringLiteral(
"tabSummary"));
2605 verticalLayout_12 =
new QVBoxLayout(tabSummary);
2606 verticalLayout_12->setObjectName(QStringLiteral(
"verticalLayout_12"));
2607 pluginSummaryTableWidget =
new QTableWidget(tabSummary);
2608 if (pluginSummaryTableWidget->columnCount() < 3)
2609 pluginSummaryTableWidget->setColumnCount(3);
2610 QTableWidgetItem *__qtablewidgetitem =
new QTableWidgetItem();
2611 pluginSummaryTableWidget->setHorizontalHeaderItem(0, __qtablewidgetitem);
2612 QTableWidgetItem *__qtablewidgetitem1 =
new QTableWidgetItem();
2613 pluginSummaryTableWidget->setHorizontalHeaderItem(1, __qtablewidgetitem1);
2614 QTableWidgetItem *__qtablewidgetitem2 =
new QTableWidgetItem();
2615 pluginSummaryTableWidget->setHorizontalHeaderItem(2, __qtablewidgetitem2);
2616 pluginSummaryTableWidget->setObjectName(QStringLiteral(
"pluginSummaryTableWidget"));
2617 pluginSummaryTableWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
2618 pluginSummaryTableWidget->setProperty(
"showDropIndicator", QVariant(
false));
2619 pluginSummaryTableWidget->setShowGrid(
false);
2620 pluginSummaryTableWidget->setCornerButtonEnabled(
false);
2621 pluginSummaryTableWidget->horizontalHeader()->setDefaultSectionSize(200);
2622 pluginSummaryTableWidget->horizontalHeader()->setHighlightSections(
false);
2623 pluginSummaryTableWidget->horizontalHeader()->setStretchLastSection(
true);
2624 pluginSummaryTableWidget->verticalHeader()->setVisible(
false);
2626 verticalLayout_12->addWidget(pluginSummaryTableWidget);
2628 tabPlugins->addTab(tabSummary, QString());
2630 verticalLayout_11->addWidget(tabPlugins);
2632 stackedWidget->addWidget(pagePlugins);
2634 horizontalLayout->addWidget(stackedWidget);
2638 QObject::connect(listWidget, SIGNAL(currentRowChanged(
int)), stackedWidget, SLOT(setCurrentIndex(
int)));
2640 listWidget->setCurrentRow(-1);
2641 stackedWidget->setCurrentIndex(0);
2642 shortcutsToolBox->setCurrentIndex(0);
2643 tabPlugins->setCurrentIndex(0);
2646 QMetaObject::connectSlotsByName(CustomizeOptionsDialog);
2651 CustomizeOptionsDialog->setWindowTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Customize general options", 0));
2653 const bool __sortingEnabled = listWidget->isSortingEnabled();
2654 listWidget->setSortingEnabled(
false);
2655 QListWidgetItem *___qlistwidgetitem = listWidget->item(0);
2656 ___qlistwidgetitem->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Library", 0));
2657 QListWidgetItem *___qlistwidgetitem1 = listWidget->item(1);
2658 ___qlistwidgetitem1->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Languages", 0));
2659 QListWidgetItem *___qlistwidgetitem2 = listWidget->item(2);
2660 ___qlistwidgetitem2->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Shortcuts", 0));
2661 QListWidgetItem *___qlistwidgetitem3 = listWidget->item(3);
2662 ___qlistwidgetitem3->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Playback", 0));
2663 QListWidgetItem *___qlistwidgetitem4 = listWidget->item(4);
2664 ___qlistwidgetitem4->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Drag & Drop", 0));
2665 QListWidgetItem *___qlistwidgetitem5 = listWidget->item(5);
2666 ___qlistwidgetitem5->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Advanced", 0));
2667 QListWidgetItem *___qlistwidgetitem6 = listWidget->item(6);
2668 ___qlistwidgetitem6->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Plugins", 0));
2669 listWidget->setSortingEnabled(__sortingEnabled);
2671 groupBoxMusicLocations->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Where is your music?", 0));
2672 pushButtonAddLocation->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add location...", 0));
2673 pushButtonDeleteLocation->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Delete selected location", 0));
2674 groupBoxFileExplorer->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"File Explorer", 0));
2675 labelFileExplorer->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Default folder", 0));
2676 groupBoxSearchBar->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Search bar", 0));
2677 labelAskForSearchBehaviour->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What to do when typing text?", 0));
2678 radioButtonSearchAndExclude->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Filter results and exclude everything else", 0));
2679 radioButtonSearchAndKeep->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Highlight only matching text", 0));
2680 groupBoxMonitorFileSystem->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Keep your library up to date", 0));
2681 labelMonitorFileSystem->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Should I look for changes in your music folders? Your library will always be synchronized automatically.", 0));
2682 radioButtonEnableMonitorFS->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2683 radioButtonDisableMonitorFS->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2684 groupBoxLanguage->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Language of Miam Player", 0));
2685 labelStatusLanguage->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Translation status: OK!",
"status"));
2686 labelExit->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Exit", 0));
2687 labelShowOptions->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open general options", 0));
2688 labelShowCustomize->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open appearance", 0));
2689 labelRescanLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Rescan library", 0));
2690 labelOpenFile->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open files...", 0));
2691 labelOpenFolders->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open folders...", 0));
2692 labelShowHelp->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Help", 0));
2693 labelShowDebug->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show Debug Dialog", 0));
2694 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pageMenuAndOptions), QApplication::translate(
"CustomizeOptionsDialog",
"Menu && Options", 0));
2695 labelSendToTagEditor->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add selected items to Tag Editor", 0));
2696 labelViewUniqueLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show view Unique Library", 0));
2697 labelViewPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show view Playlists", 0));
2698 labelShowLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Switch to Library tab", 0));
2699 labelAddSelectedItems->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add selected items to current playlist", 0));
2700 labelShowFileExplorer->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Switch to File Explorer tab", 0));
2701 labelViewTagEditor->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show view Tag Editor", 0));
2702 labelSearch->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Search", 0));
2703 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pageView), QApplication::translate(
"CustomizeOptionsDialog",
"View", 0));
2704 labelStop->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Stop", 0));
2705 labelSkipBackward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Skip backward", 0));
2706 labelSeekBackward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Seek backward", 0));
2707 labelSequential->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Normal", 0));
2708 labelIncreaseVolume->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Increase volume", 0));
2709 labelRepeat->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Repeat", 0));
2710 labelCurrentItemInLoop->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Current item in loop", 0));
2711 labelMute->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Mute", 0));
2712 labelSkipForward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Skip forward", 0));
2713 labelDecreaseVolume->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Decrease volume", 0));
2714 labelShuffle->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Shuffle", 0));
2715 labelCurrentItemOnce->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Current item once", 0));
2716 labelSeekForward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Seek forward", 0));
2717 labelPlayPause->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Play / Pause", 0));
2718 label->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Global", 0));
2719 label_2->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Clear", 0));
2720 label_3->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Reset", 0));
2721 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pagePlayback), QApplication::translate(
"CustomizeOptionsDialog",
"Playback", 0));
2722 labelMoveTrackUp->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Move selected track down", 0));
2723 labelMoveTrackDown->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Move selected track up", 0));
2724 labelOpenPlaylistManager->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open playlist manager...", 0));
2725 labelRemoveSelectedTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Remove selected tracks", 0));
2726 labelAddPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add a new playlist", 0));
2727 labelDeleteCurrentPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Delete current playlist", 0));
2728 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pagePlaylist), QApplication::translate(
"CustomizeOptionsDialog",
"Playlist", 0));
2729 groupBoxPlaybackOptions->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Playback options", 0));
2730 labelSeekTime->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Seek time (forward or backward)", 0));
2731 groupBoxPlaylists->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Playlists", 0));
2732 labelClosePlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What should I do when you're closing a playlist?", 0));
2733 radioButtonAskAction->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Let me decide", 0));
2734 radioButtonSavePlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Save", 0));
2735 radioButtonDiscardPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Discard", 0));
2736 labelResizeColumns->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What is the behaviour for columns?", 0));
2737 radioButtonResizeColumnsContent->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Resize columns to contents", 0));
2738 #ifndef QT_NO_TOOLTIP 2739 radioButtonKeepAllColumnsVisible->setToolTip(QApplication::translate(
"CustomizeOptionsDialog",
"Currently under development", 0));
2740 #endif // QT_NO_TOOLTIP 2741 radioButtonKeepAllColumnsVisible->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Keep all columns visible", 0));
2742 groupBoxStartupExit->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Startup && Exit", 0));
2743 labelRestorePlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Would you like to restore existing playlists at startup?", 0));
2744 radioButtonRestorePlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2745 radioButtonDontRestorePlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2746 labelKeepPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Would you like to keep your playlists in memory before exiting?", 0));
2747 radioButtonKeepPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2748 radioButtonClearPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2749 labelNoteUnsavedPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Note: unsaved playlists will be automatically saved, modified ones will be overwritten.", 0));
2750 groupBoxDDFromExternalPlaces->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Drag and drop from external places", 0));
2751 labelDDFromOtherPlaces->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What should I do when you're dropping here items from another application?", 0));
2752 radioButtonDDOpenPopup->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open a Popup and ask how to proceed", 0));
2753 radioButtonDDAddToLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add folders to the library", 0));
2754 radioButtonDDAddToPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add folders to the current playlist", 0));
2755 labelDDNoteTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Note: tracks are automatically sent to the current playlist", 0));
2756 groupBoxDDBetweenPlaylists->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Drag and drop between two playlists", 0));
2757 labelDDBetweenPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What should I do when you're dragging tracks into another playlist?", 0));
2758 radioButtonDDMovePlaylistTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Just move them", 0));
2759 radioButtonDDCopyPlaylistTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Copy tracks in the new playlist", 0));
2760 groupBox->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Remote control", 0));
2761 remoteControlLabelPort->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Port", 0));
2762 enableRemoteControlCheckBox->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Enable remote control", 0));
2763 groupBox_2->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Remote covers", 0));
2764 label_4->setText(QApplication::translate(
"CustomizeOptionsDialog",
"When it's possible, incorporate the downloaded cover into the file?", 0));
2765 radioButtonIntegrateCover->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2766 radioButtonDontIntegrate->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2767 label_5->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Cover Art locations", 0));
2768 musicbrainzCheckBox->setText(QApplication::translate(
"CustomizeOptionsDialog",
"MusicBrainz", 0));
2769 amazonCheckBox->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Amazon", 0));
2770 discogsCheckBox->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Discogs", 0));
2771 lastfmCheckBox->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Last.FM", 0));
2772 QTableWidgetItem *___qtablewidgetitem = pluginSummaryTableWidget->horizontalHeaderItem(0);
2773 ___qtablewidgetitem->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Name", 0));
2774 QTableWidgetItem *___qtablewidgetitem1 = pluginSummaryTableWidget->horizontalHeaderItem(1);
2775 ___qtablewidgetitem1->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Loaded", 0));
2776 QTableWidgetItem *___qtablewidgetitem2 = pluginSummaryTableWidget->horizontalHeaderItem(2);
2777 ___qtablewidgetitem2->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Version", 0));
2778 tabPlugins->setTabText(tabPlugins->indexOf(tabSummary), QApplication::translate(
"CustomizeOptionsDialog",
"Summary", 0));
2789 #endif // UI_CUSTOMIZEOPTIONSDIALOG_H QRadioButton * radioButtonDDCopyPlaylistTracks
Definition: ui_customizeoptionsdialog.h:325
QLabel * playButton
Definition: ui_customizeoptionsdialog.h:172
QLabel * labelCurrentItemInLoop
Definition: ui_customizeoptionsdialog.h:207
QKeySequenceEdit * addPlaylist
Definition: ui_customizeoptionsdialog.h:266
QPushButton * increaseVolumeClear
Definition: ui_customizeoptionsdialog.h:232
QLabel * labelViewUniqueLibrary
Definition: ui_customizeoptionsdialog.h:134
QCheckBox * discogsCheckBox
Definition: ui_customizeoptionsdialog.h:343
QButtonGroup * buttonGroup_6
Definition: ui_customizeoptionsdialog.h:354
void setupUi(QDialog *CustomizeOptionsDialog)
Definition: ui_customizeoptionsdialog.h:359
QSpacerItem * vs_playback
Definition: ui_customizeoptionsdialog.h:179
QLabel * labelRescanLibrary
Definition: ui_customizeoptionsdialog.h:102
QVBoxLayout * verticalLayout_4
Definition: ui_customizeoptionsdialog.h:78
QKeySequenceEdit * mute
Definition: ui_customizeoptionsdialog.h:204
QPushButton * playbackCurrentItemInLoopClear
Definition: ui_customizeoptionsdialog.h:231
QPushButton * exitClear
Definition: ui_customizeoptionsdialog.h:103
QKeySequenceEdit * viewTagEditor
Definition: ui_customizeoptionsdialog.h:146
QPushButton * playbackRandomReset
Definition: ui_customizeoptionsdialog.h:195
QPushButton * openFoldersReset
Definition: ui_customizeoptionsdialog.h:108
QLabel * remoteControlLabelPort
Definition: ui_customizeoptionsdialog.h:331
QPushButton * showCustomizeReset
Definition: ui_customizeoptionsdialog.h:112
QKeySequenceEdit * moveTracksDown
Definition: ui_customizeoptionsdialog.h:270
QWidget * widgetKeepPlaylists_2
Definition: ui_customizeoptionsdialog.h:291
QRadioButton * radioButtonDontIntegrate
Definition: ui_customizeoptionsdialog.h:339
QPushButton * moveTracksUpReset
Definition: ui_customizeoptionsdialog.h:257
QPushButton * showHelpReset
Definition: ui_customizeoptionsdialog.h:118
QLabel * labelShowOptions
Definition: ui_customizeoptionsdialog.h:96
QVBoxLayout * verticalLayout_10
Definition: ui_customizeoptionsdialog.h:312
QLabel * labelPlayPause
Definition: ui_customizeoptionsdialog.h:225
QLabel * stopButton
Definition: ui_customizeoptionsdialog.h:171
QVBoxLayout * verticalLayout_5
Definition: ui_customizeoptionsdialog.h:69
QPushButton * stopReset
Definition: ui_customizeoptionsdialog.h:215
QLabel * labelDDFromOtherPlaces
Definition: ui_customizeoptionsdialog.h:315
QLabel * labelAddSelectedItems
Definition: ui_customizeoptionsdialog.h:142
QRadioButton * radioButtonClearPlaylists
Definition: ui_customizeoptionsdialog.h:306
QSpacerItem * vs_playback_fixed_2
Definition: ui_customizeoptionsdialog.h:216
QPushButton * showCustomizeClear
Definition: ui_customizeoptionsdialog.h:106
QVBoxLayout * verticalLayout
Definition: ui_customizeoptionsdialog.h:49
QKeySequenceEdit * moveTracksUp
Definition: ui_customizeoptionsdialog.h:269
QWidget * tabSummary
Definition: ui_customizeoptionsdialog.h:349
QKeySequenceEdit * openFolders
Definition: ui_customizeoptionsdialog.h:91
QButtonGroup * buttonGroup_2
Definition: ui_customizeoptionsdialog.h:353
QLabel * seekBackwardButton
Definition: ui_customizeoptionsdialog.h:181
QLabel * labelRemoveSelectedTracks
Definition: ui_customizeoptionsdialog.h:259
QGroupBox * groupBox_2
Definition: ui_customizeoptionsdialog.h:334
QSpacerItem * verticalSpacer
Definition: ui_customizeoptionsdialog.h:326
Definition: ui_customizeoptionsdialog.h:42
Definition: ui_matchingrecords.h:88
The CustomizeOptionsDialog class is a very important class. It is designed to help one to customize o...
Definition: customizeoptionsdialog.h:17
QCheckBox * playbackRandomGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:244
QPushButton * seekForwardReset
Definition: ui_customizeoptionsdialog.h:211
QPushButton * increaseVolumeReset
Definition: ui_customizeoptionsdialog.h:184
QGroupBox * groupBox
Definition: ui_customizeoptionsdialog.h:329
void retranslateUi(QDialog *CustomizeOptionsDialog)
Definition: ui_customizeoptionsdialog.h:2649
QHBoxLayout * horizontalLayout_11
Definition: ui_customizeoptionsdialog.h:287
QListWidget * listWidgetMusicLocations
Definition: ui_customizeoptionsdialog.h:52
QButtonGroup * buttonGroup_5
Definition: ui_customizeoptionsdialog.h:356
QPushButton * showTabFilesystemReset
Definition: ui_customizeoptionsdialog.h:137
QPushButton * showTabLibraryClear
Definition: ui_customizeoptionsdialog.h:153
QWidget * pagePlayback
Definition: ui_customizeoptionsdialog.h:160
QKeySequenceEdit * seekBackward
Definition: ui_customizeoptionsdialog.h:194
QRadioButton * radioButtonDisableMonitorFS
Definition: ui_customizeoptionsdialog.h:73
QVBoxLayout * verticalLayout_9
Definition: ui_customizeoptionsdialog.h:321
QPushButton * showTabFilesystemClear
Definition: ui_customizeoptionsdialog.h:154
QFrame * line
Definition: ui_customizeoptionsdialog.h:89
QSpacerItem * hs_playback
Definition: ui_customizeoptionsdialog.h:174
QPushButton * showOptionsClear
Definition: ui_customizeoptionsdialog.h:99
QPushButton * playbackCurrentItemOnceClear
Definition: ui_customizeoptionsdialog.h:230
QKeySequenceEdit * sendToCurrentPlaylist
Definition: ui_customizeoptionsdialog.h:149
QPushButton * moveTracksUpClear
Definition: ui_customizeoptionsdialog.h:275
QKeySequenceEdit * seekForward
Definition: ui_customizeoptionsdialog.h:196
QLabel * labelNoteUnsavedPlaylists
Definition: ui_customizeoptionsdialog.h:307
QRadioButton * radioButtonSavePlaylist
Definition: ui_customizeoptionsdialog.h:289
QKeySequenceEdit * showCustomize
Definition: ui_customizeoptionsdialog.h:95
QPushButton * viewUniqueLibraryReset
Definition: ui_customizeoptionsdialog.h:129
QPushButton * viewPlaylistsClear
Definition: ui_customizeoptionsdialog.h:152
QGridLayout * gridLayout_5
Definition: ui_customizeoptionsdialog.h:59
QLabel * labelMoveTrackDown
Definition: ui_customizeoptionsdialog.h:253
QKeySequenceEdit * viewUniqueLibrary
Definition: ui_customizeoptionsdialog.h:145
QPushButton * addPlaylistClear
Definition: ui_customizeoptionsdialog.h:272
QPushButton * decreaseVolumeClear
Definition: ui_customizeoptionsdialog.h:233
QPushButton * muteClear
Definition: ui_customizeoptionsdialog.h:228
PaintableWidget * widgetLanguages
Definition: ui_customizeoptionsdialog.h:81
QKeySequenceEdit * skipForward
Definition: ui_customizeoptionsdialog.h:192
QPushButton * skipBackwardClear
Definition: ui_customizeoptionsdialog.h:163
QPushButton * playbackSequentialReset
Definition: ui_customizeoptionsdialog.h:208
QLabel * labelFileExplorer
Definition: ui_customizeoptionsdialog.h:60
QKeySequenceEdit * openPlaylistManager
Definition: ui_customizeoptionsdialog.h:268
QKeySequenceEdit * showTabFilesystem
Definition: ui_customizeoptionsdialog.h:126
QLabel * repeatButton
Definition: ui_customizeoptionsdialog.h:201
QCheckBox * decreaseVolumeGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:249
QPushButton * removeSelectedTracksReset
Definition: ui_customizeoptionsdialog.h:262
QGroupBox * groupBoxPlaybackOptions
Definition: ui_customizeoptionsdialog.h:280
QHBoxLayout * horizontalLayout_9
Definition: ui_customizeoptionsdialog.h:309
QPushButton * sendToCurrentPlaylistClear
Definition: ui_customizeoptionsdialog.h:156
QLabel * labelOpenPlaylistManager
Definition: ui_customizeoptionsdialog.h:255
QWidget * pagePlayback_2
Definition: ui_customizeoptionsdialog.h:278
QKeySequenceEdit * play
Definition: ui_customizeoptionsdialog.h:190
QKeySequenceEdit * search
Definition: ui_customizeoptionsdialog.h:151
QHBoxLayout * horizontalLayout_6
Definition: ui_customizeoptionsdialog.h:294
QLabel * labelSkipBackward
Definition: ui_customizeoptionsdialog.h:175
QHBoxLayout * horizontalLayout_4
Definition: ui_customizeoptionsdialog.h:80
QPushButton * moveTracksDownReset
Definition: ui_customizeoptionsdialog.h:260
QSpacerItem * vs_musicLocations_bottom
Definition: ui_customizeoptionsdialog.h:57
QGridLayout * gridLayout
Definition: ui_customizeoptionsdialog.h:125
QComboBox * comboBoxDefaultFileExplorer
Definition: ui_customizeoptionsdialog.h:61
QPushButton * playbackLoopReset
Definition: ui_customizeoptionsdialog.h:210
QPushButton * viewPlaylistsReset
Definition: ui_customizeoptionsdialog.h:138
QFrame * frame
Definition: ui_customizeoptionsdialog.h:79
QLabel * labelSkipForward
Definition: ui_customizeoptionsdialog.h:212
QPushButton * showDebugClear
Definition: ui_customizeoptionsdialog.h:122
QHBoxLayout * horizontalLayout_15
Definition: ui_customizeoptionsdialog.h:292
QPushButton * searchClear
Definition: ui_customizeoptionsdialog.h:155
QLabel * label_2
Definition: ui_customizeoptionsdialog.h:235
QKeySequenceEdit * deleteCurrentPlaylist
Definition: ui_customizeoptionsdialog.h:267
QPushButton * playbackCurrentItemOnceReset
Definition: ui_customizeoptionsdialog.h:193
QHBoxLayout * horizontalLayout_5
Definition: ui_customizeoptionsdialog.h:51
QPushButton * sendToTagEditorReset
Definition: ui_customizeoptionsdialog.h:140
QLabel * labelDecreaseVolume
Definition: ui_customizeoptionsdialog.h:218
QGroupBox * groupBoxMusicLocations
Definition: ui_customizeoptionsdialog.h:50
QRadioButton * radioButtonKeepAllColumnsVisible
Definition: ui_customizeoptionsdialog.h:296
QSpinBox * seekTimeSpinBox
Definition: ui_customizeoptionsdialog.h:283
QPushButton * openFoldersClear
Definition: ui_customizeoptionsdialog.h:104
QRadioButton * radioButtonDiscardPlaylist
Definition: ui_customizeoptionsdialog.h:290
QPushButton * playReset
Definition: ui_customizeoptionsdialog.h:173
QSpacerItem * hs_view
Definition: ui_customizeoptionsdialog.h:136
QWidget * pageDragAndDrop
Definition: ui_customizeoptionsdialog.h:311
QPushButton * showOptionsReset
Definition: ui_customizeoptionsdialog.h:97
QRadioButton * radioButtonAskAction
Definition: ui_customizeoptionsdialog.h:288
QButtonGroup * buttonGroup_3
Definition: ui_customizeoptionsdialog.h:352
QKeySequenceEdit * removeSelectedTracks
Definition: ui_customizeoptionsdialog.h:271
QLabel * labelIncreaseVolume
Definition: ui_customizeoptionsdialog.h:197
QCheckBox * playbackLoopGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:243
QWidget * widgetKeepPlaylists
Definition: ui_customizeoptionsdialog.h:308
QLabel * labelShuffle
Definition: ui_customizeoptionsdialog.h:220
QRadioButton * radioButtonDDMovePlaylistTracks
Definition: ui_customizeoptionsdialog.h:324
QCheckBox * increaseVolumeGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:248
QRadioButton * radioButtonIntegrateCover
Definition: ui_customizeoptionsdialog.h:338
QGroupBox * groupBoxDDFromExternalPlaces
Definition: ui_customizeoptionsdialog.h:313
QPushButton * scanLibraryClear
Definition: ui_customizeoptionsdialog.h:111
QLabel * seekForwardButton
Definition: ui_customizeoptionsdialog.h:224
QWidget * pageLibrary
Definition: ui_customizeoptionsdialog.h:48
QCheckBox * playbackSequentialGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:242
QPushButton * scanLibraryReset
Definition: ui_customizeoptionsdialog.h:110
QGroupBox * groupBoxFileExplorer
Definition: ui_customizeoptionsdialog.h:58
QLabel * labelExit
Definition: ui_customizeoptionsdialog.h:94
QLabel * skipBackwardButton
Definition: ui_customizeoptionsdialog.h:178
QHBoxLayout * horizontalLayout_2
Definition: ui_customizeoptionsdialog.h:85
QLabel * labelAddPlaylist
Definition: ui_customizeoptionsdialog.h:261
QLabel * labelMoveTrackUp
Definition: ui_customizeoptionsdialog.h:252
QKeySequenceEdit * scanLibrary
Definition: ui_customizeoptionsdialog.h:105
QWidget * page
Definition: ui_customizeoptionsdialog.h:327
QLabel * labelSendToTagEditor
Definition: ui_customizeoptionsdialog.h:131
QPushButton * removeSelectedTracksClear
Definition: ui_customizeoptionsdialog.h:277
QPushButton * sendToCurrentPlaylistReset
Definition: ui_customizeoptionsdialog.h:133
QPushButton * skipForwardReset
Definition: ui_customizeoptionsdialog.h:213
QPushButton * showTabLibraryReset
Definition: ui_customizeoptionsdialog.h:135
QVBoxLayout * verticalLayout_3
Definition: ui_customizeoptionsdialog.h:298
QCheckBox * enableRemoteControlCheckBox
Definition: ui_customizeoptionsdialog.h:333
QSpinBox * remoteControlPortSpinBox
Definition: ui_customizeoptionsdialog.h:332
QGroupBox * groupBoxDDBetweenPlaylists
Definition: ui_customizeoptionsdialog.h:320
QCheckBox * musicbrainzCheckBox
Definition: ui_customizeoptionsdialog.h:341
QLabel * labelShowHelp
Definition: ui_customizeoptionsdialog.h:116
QPushButton * playbackRandomClear
Definition: ui_customizeoptionsdialog.h:229
QCheckBox * skipForwardGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:241
QCheckBox * amazonCheckBox
Definition: ui_customizeoptionsdialog.h:342
QLabel * labelRestorePlaylists
Definition: ui_customizeoptionsdialog.h:299
QLabel * skipForwardButton
Definition: ui_customizeoptionsdialog.h:217
QLabel * label_4
Definition: ui_customizeoptionsdialog.h:336
QTableWidget * pluginSummaryTableWidget
Definition: ui_customizeoptionsdialog.h:351
QKeySequenceEdit * playbackRandom
Definition: ui_customizeoptionsdialog.h:185
QTabWidget * tabPlugins
Definition: ui_customizeoptionsdialog.h:348
QGridLayout * gridLayout_3
Definition: ui_customizeoptionsdialog.h:88
QLabel * labelShowCustomize
Definition: ui_customizeoptionsdialog.h:98
QLabel * labelDDBetweenPlaylists
Definition: ui_customizeoptionsdialog.h:322
QLabel * labelDDNoteTracks
Definition: ui_customizeoptionsdialog.h:319
QGridLayout * gridLayout_2
Definition: ui_customizeoptionsdialog.h:251
QRadioButton * radioButtonDontRestorePlaylists
Definition: ui_customizeoptionsdialog.h:302
QGroupBox * groupBoxLanguage
Definition: ui_customizeoptionsdialog.h:77
QPushButton * viewTagEditorReset
Definition: ui_customizeoptionsdialog.h:132
QHBoxLayout * horizontalLayout_7
Definition: ui_customizeoptionsdialog.h:304
QVBoxLayout * verticalLayout_8
Definition: ui_customizeoptionsdialog.h:314
QKeySequenceEdit * playbackSequential
Definition: ui_customizeoptionsdialog.h:189
QWidget * pageMenuAndOptions
Definition: ui_customizeoptionsdialog.h:87
QCheckBox * seekBackwardGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:237
QPushButton * moveTracksDownClear
Definition: ui_customizeoptionsdialog.h:276
QLabel * labelKeepPlaylists
Definition: ui_customizeoptionsdialog.h:303
QPushButton * viewTagEditorClear
Definition: ui_customizeoptionsdialog.h:159
QWidget * pageView
Definition: ui_customizeoptionsdialog.h:124
QListWidget * listWidget
Definition: ui_customizeoptionsdialog.h:46
QCheckBox * playGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:238
QPushButton * deleteCurrentPlaylistClear
Definition: ui_customizeoptionsdialog.h:273
QGridLayout * gridLayoutSearchBar
Definition: ui_customizeoptionsdialog.h:65
QVBoxLayout * verticalLayout_7
Definition: ui_customizeoptionsdialog.h:76
QGroupBox * groupBoxSearchBar
Definition: ui_customizeoptionsdialog.h:62
QLabel * labelMonitorFileSystem
Definition: ui_customizeoptionsdialog.h:70
QVBoxLayout * verticalLayout_13
Definition: ui_customizeoptionsdialog.h:328
QLabel * labelShowFileExplorer
Definition: ui_customizeoptionsdialog.h:143
QVBoxLayout * verticalLayout_6
Definition: ui_customizeoptionsdialog.h:279
QCheckBox * playbackCurrentItemOnceGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:245
QKeySequenceEdit * playbackCurrentItemInLoop
Definition: ui_customizeoptionsdialog.h:180
QPushButton * playbackSequentialClear
Definition: ui_customizeoptionsdialog.h:227
QKeySequenceEdit * decreaseVolume
Definition: ui_customizeoptionsdialog.h:206
QLabel * labelClosePlaylist
Definition: ui_customizeoptionsdialog.h:286
QSpacerItem * vs_LibraryPage
Definition: ui_customizeoptionsdialog.h:74
QSpacerItem * vs_playback_fixed_1
Definition: ui_customizeoptionsdialog.h:169
QKeySequenceEdit * playbackCurrentItemOnce
Definition: ui_customizeoptionsdialog.h:187
QPushButton * playbackLoopClear
Definition: ui_customizeoptionsdialog.h:223
QHBoxLayout * horizontalLayout_10
Definition: ui_customizeoptionsdialog.h:337
QLabel * sequentialButton
Definition: ui_customizeoptionsdialog.h:165
QSpacerItem * vs_PlaybackPage
Definition: ui_customizeoptionsdialog.h:310
QRadioButton * radioButtonRestorePlaylists
Definition: ui_customizeoptionsdialog.h:301
QLabel * labelSeekTime
Definition: ui_customizeoptionsdialog.h:282
QLabel * label
Definition: ui_customizeoptionsdialog.h:234
QPushButton * stopClear
Definition: ui_customizeoptionsdialog.h:166
QKeySequenceEdit * showOptions
Definition: ui_customizeoptionsdialog.h:100
QVBoxLayout * verticalLayout_11
Definition: ui_customizeoptionsdialog.h:347
QVBoxLayout * verticalLayout_2
Definition: ui_customizeoptionsdialog.h:63
QButtonGroup * buttonGroup_4
Definition: ui_customizeoptionsdialog.h:357
QKeySequenceEdit * skipBackward
Definition: ui_customizeoptionsdialog.h:188
QLabel * label_5
Definition: ui_customizeoptionsdialog.h:340
QLabel * labelMute
Definition: ui_customizeoptionsdialog.h:209
QPushButton * openPlaylistManagerClear
Definition: ui_customizeoptionsdialog.h:274
QPushButton * seekForwardClear
Definition: ui_customizeoptionsdialog.h:164
QCheckBox * lastfmCheckBox
Definition: ui_customizeoptionsdialog.h:344
QLabel * label_3
Definition: ui_customizeoptionsdialog.h:236
QRadioButton * radioButtonDDOpenPopup
Definition: ui_customizeoptionsdialog.h:316
QPushButton * deleteCurrentPlaylistReset
Definition: ui_customizeoptionsdialog.h:256
QKeySequenceEdit * sendToTagEditor
Definition: ui_customizeoptionsdialog.h:147
QCheckBox * skipBackwardGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:162
QLabel * labelStatusLanguage
Definition: ui_customizeoptionsdialog.h:82
QLabel * labelStop
Definition: ui_customizeoptionsdialog.h:170
QLabel * labelDeleteCurrentPlaylist
Definition: ui_customizeoptionsdialog.h:265
QRadioButton * radioButtonKeepPlaylists
Definition: ui_customizeoptionsdialog.h:305
QPushButton * openFilesClear
Definition: ui_customizeoptionsdialog.h:107
QVBoxLayout * verticalLayout_15
Definition: ui_customizeoptionsdialog.h:335
QHBoxLayout * hl_DDCopyToAnotherPlaylist
Definition: ui_customizeoptionsdialog.h:323
QSpacerItem * hs_playlist
Definition: ui_customizeoptionsdialog.h:258
QPushButton * skipForwardClear
Definition: ui_customizeoptionsdialog.h:226
QPushButton * openFilesReset
Definition: ui_customizeoptionsdialog.h:114
QKeySequenceEdit * showTabLibrary
Definition: ui_customizeoptionsdialog.h:128
QLabel * labelSeekForward
Definition: ui_customizeoptionsdialog.h:222
QHBoxLayout * horizontalLayout_3
Definition: ui_customizeoptionsdialog.h:71
QLabel * labelShowLibrary
Definition: ui_customizeoptionsdialog.h:141
QKeySequenceEdit * showDebug
Definition: ui_customizeoptionsdialog.h:121
QRadioButton * radioButtonSearchAndExclude
Definition: ui_customizeoptionsdialog.h:66
QWidget * pagePlaylist
Definition: ui_customizeoptionsdialog.h:250
QPushButton * pushButtonDeleteLocation
Definition: ui_customizeoptionsdialog.h:56
QLabel * labelSequential
Definition: ui_customizeoptionsdialog.h:177
QLabel * labelOpenFile
Definition: ui_customizeoptionsdialog.h:113
QGridLayout * gridLayout_4
Definition: ui_customizeoptionsdialog.h:161
QLabel * currentItemInLoopButton
Definition: ui_customizeoptionsdialog.h:203
QPushButton * decreaseVolumeReset
Definition: ui_customizeoptionsdialog.h:198
QPushButton * skipBackwardReset
Definition: ui_customizeoptionsdialog.h:182
QLabel * labelResizeColumns
Definition: ui_customizeoptionsdialog.h:293
QPushButton * seekBackwardClear
Definition: ui_customizeoptionsdialog.h:167
QGroupBox * groupBoxMonitorFileSystem
Definition: ui_customizeoptionsdialog.h:68
QPushButton * exitReset
Definition: ui_customizeoptionsdialog.h:109
QLabel * shuffleButton
Definition: ui_customizeoptionsdialog.h:202
QWidget * pageLanguages
Definition: ui_customizeoptionsdialog.h:75
QLabel * labelCurrentItemOnce
Definition: ui_customizeoptionsdialog.h:221
QRadioButton * radioButtonDDAddToLibrary
Definition: ui_customizeoptionsdialog.h:317
QPushButton * seekBackwardReset
Definition: ui_customizeoptionsdialog.h:214
QPushButton * addPlaylistReset
Definition: ui_customizeoptionsdialog.h:263
QKeySequenceEdit * playbackLoop
Definition: ui_customizeoptionsdialog.h:186
QWidget * pagePlugins
Definition: ui_customizeoptionsdialog.h:346
QCheckBox * muteGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:247
QKeySequenceEdit * showHelp
Definition: ui_customizeoptionsdialog.h:117
QPushButton * sendToTagEditorClear
Definition: ui_customizeoptionsdialog.h:157
QSpacerItem * vs_playlist
Definition: ui_customizeoptionsdialog.h:254
QPushButton * muteReset
Definition: ui_customizeoptionsdialog.h:183
QLabel * labelViewTagEditor
Definition: ui_customizeoptionsdialog.h:144
QLabel * labelSearch
Definition: ui_customizeoptionsdialog.h:150
QButtonGroup * buttonGroup
Definition: ui_customizeoptionsdialog.h:355
QKeySequenceEdit * openFiles
Definition: ui_customizeoptionsdialog.h:93
QLabel * currentItemOnceButton
Definition: ui_customizeoptionsdialog.h:199
QRadioButton * radioButtonSearchAndKeep
Definition: ui_customizeoptionsdialog.h:67
QPushButton * viewUniqueLibraryClear
Definition: ui_customizeoptionsdialog.h:158
QHBoxLayout * horizontalLayout
Definition: ui_customizeoptionsdialog.h:45
QGroupBox * groupBoxPlaylists
Definition: ui_customizeoptionsdialog.h:284
QLabel * labelSeekBackward
Definition: ui_customizeoptionsdialog.h:176
QWidget * pageShortcuts
Definition: ui_customizeoptionsdialog.h:84
QCheckBox * playbackCurrentItemInLoopGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:246
QPushButton * showHelpClear
Definition: ui_customizeoptionsdialog.h:119
QKeySequenceEdit * viewPlaylists
Definition: ui_customizeoptionsdialog.h:130
QPushButton * openPlaylistManagerReset
Definition: ui_customizeoptionsdialog.h:264
QSpacerItem * vs_view
Definition: ui_customizeoptionsdialog.h:127
QSpacerItem * verticalSpacer_2
Definition: ui_customizeoptionsdialog.h:83
QStackedWidget * stackedWidget
Definition: ui_customizeoptionsdialog.h:47
QRadioButton * radioButtonEnableMonitorFS
Definition: ui_customizeoptionsdialog.h:72
QKeySequenceEdit * increaseVolume
Definition: ui_customizeoptionsdialog.h:205
QCheckBox * stopBackwardGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:239
QPushButton * showDebugReset
Definition: ui_customizeoptionsdialog.h:123
QSpacerItem * vs_menuOptions
Definition: ui_customizeoptionsdialog.h:92
QHBoxLayout * horizontalLayout_8
Definition: ui_customizeoptionsdialog.h:300
QPushButton * pushButtonAddLocation
Definition: ui_customizeoptionsdialog.h:55
QSpacerItem * hs_menuOptions
Definition: ui_customizeoptionsdialog.h:90
QLabel * labelOpenFolders
Definition: ui_customizeoptionsdialog.h:115
QKeySequenceEdit * exit
Definition: ui_customizeoptionsdialog.h:101
QLabel * labelAskForSearchBehaviour
Definition: ui_customizeoptionsdialog.h:64
QVBoxLayout * verticalLayout_12
Definition: ui_customizeoptionsdialog.h:350
QPushButton * playClear
Definition: ui_customizeoptionsdialog.h:168
QLabel * labelRepeat
Definition: ui_customizeoptionsdialog.h:200
QVBoxLayout * verticalLayout_14
Definition: ui_customizeoptionsdialog.h:285
QSpacerItem * verticalSpacer_3
Definition: ui_customizeoptionsdialog.h:345
QSpacerItem * vs_musicLocations_top
Definition: ui_customizeoptionsdialog.h:54
QPushButton * playbackCurrentItemInLoopReset
Definition: ui_customizeoptionsdialog.h:219
QPushButton * searchReset
Definition: ui_customizeoptionsdialog.h:148
QLabel * labelViewPlaylists
Definition: ui_customizeoptionsdialog.h:139
Definition: ui_customizeoptionsdialog.h:2784
QGridLayout * gridLayout_6
Definition: ui_customizeoptionsdialog.h:330
QRadioButton * radioButtonResizeColumnsContent
Definition: ui_customizeoptionsdialog.h:295
QVBoxLayout * verticalLayoutMusicLocation
Definition: ui_customizeoptionsdialog.h:53
QLabel * labelShowDebug
Definition: ui_customizeoptionsdialog.h:120
QGroupBox * groupBoxStartupExit
Definition: ui_customizeoptionsdialog.h:297
QHBoxLayout * horizontalLayout_12
Definition: ui_customizeoptionsdialog.h:281
QToolBox * shortcutsToolBox
Definition: ui_customizeoptionsdialog.h:86
QRadioButton * radioButtonDDAddToPlaylist
Definition: ui_customizeoptionsdialog.h:318
QCheckBox * seekForwardGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:240
QKeySequenceEdit * stop
Definition: ui_customizeoptionsdialog.h:191