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> 349 if (CustomizeOptionsDialog->objectName().isEmpty())
350 CustomizeOptionsDialog->setObjectName(QStringLiteral(
"CustomizeOptionsDialog"));
351 CustomizeOptionsDialog->resize(714, 592);
352 horizontalLayout =
new QHBoxLayout(CustomizeOptionsDialog);
353 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
354 listWidget =
new QListWidget(CustomizeOptionsDialog);
356 icon.addFile(QStringLiteral(
":/config/music-library"), QSize(), QIcon::Normal, QIcon::Off);
357 QListWidgetItem *__qlistwidgetitem =
new QListWidgetItem(listWidget);
358 __qlistwidgetitem->setIcon(icon);
360 icon1.addFile(QStringLiteral(
":/config/translate"), QSize(), QIcon::Normal, QIcon::Off);
361 QListWidgetItem *__qlistwidgetitem1 =
new QListWidgetItem(listWidget);
362 __qlistwidgetitem1->setIcon(icon1);
364 icon2.addFile(QStringLiteral(
":/config/keyboard-shortcuts"), QSize(), QIcon::Normal, QIcon::Off);
365 QListWidgetItem *__qlistwidgetitem2 =
new QListWidgetItem(listWidget);
366 __qlistwidgetitem2->setIcon(icon2);
368 icon3.addFile(QStringLiteral(
":/config/music"), QSize(), QIcon::Normal, QIcon::Off);
369 QListWidgetItem *__qlistwidgetitem3 =
new QListWidgetItem(listWidget);
370 __qlistwidgetitem3->setIcon(icon3);
372 icon4.addFile(QStringLiteral(
":/icons/drop-arrow"), QSize(), QIcon::Normal, QIcon::Off);
373 QListWidgetItem *__qlistwidgetitem4 =
new QListWidgetItem(listWidget);
374 __qlistwidgetitem4->setIcon(icon4);
376 icon5.addFile(QStringLiteral(
":/config/advanced"), QSize(), QIcon::Normal, QIcon::Off);
377 QListWidgetItem *__qlistwidgetitem5 =
new QListWidgetItem(listWidget);
378 __qlistwidgetitem5->setIcon(icon5);
380 icon6.addFile(QStringLiteral(
":/icons/plugin"), QSize(), QIcon::Normal, QIcon::Off);
381 QListWidgetItem *__qlistwidgetitem6 =
new QListWidgetItem(listWidget);
382 __qlistwidgetitem6->setIcon(icon6);
383 listWidget->setObjectName(QStringLiteral(
"listWidget"));
384 listWidget->setMinimumSize(QSize(148, 0));
385 listWidget->setMaximumSize(QSize(180, 16777215));
386 listWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
387 listWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
388 listWidget->setProperty(
"showDropIndicator", QVariant(
false));
389 listWidget->setIconSize(QSize(109, 84));
390 listWidget->setMovement(QListView::Static);
391 listWidget->setFlow(QListView::LeftToRight);
392 listWidget->setProperty(
"isWrapping", QVariant(
true));
393 listWidget->setResizeMode(QListView::Adjust);
394 listWidget->setLayoutMode(QListView::SinglePass);
395 listWidget->setSpacing(12);
396 listWidget->setViewMode(QListView::IconMode);
398 horizontalLayout->addWidget(listWidget);
400 stackedWidget =
new QStackedWidget(CustomizeOptionsDialog);
401 stackedWidget->setObjectName(QStringLiteral(
"stackedWidget"));
402 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
403 sizePolicy.setHorizontalStretch(0);
404 sizePolicy.setVerticalStretch(0);
405 sizePolicy.setHeightForWidth(stackedWidget->sizePolicy().hasHeightForWidth());
406 stackedWidget->setSizePolicy(sizePolicy);
407 stackedWidget->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
408 pageLibrary =
new QWidget();
409 pageLibrary->setObjectName(QStringLiteral(
"pageLibrary"));
410 verticalLayout =
new QVBoxLayout(pageLibrary);
411 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
412 groupBoxMusicLocations =
new QGroupBox(pageLibrary);
413 groupBoxMusicLocations->setObjectName(QStringLiteral(
"groupBoxMusicLocations"));
414 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Minimum);
415 sizePolicy1.setHorizontalStretch(0);
416 sizePolicy1.setVerticalStretch(0);
417 sizePolicy1.setHeightForWidth(groupBoxMusicLocations->sizePolicy().hasHeightForWidth());
418 groupBoxMusicLocations->setSizePolicy(sizePolicy1);
419 horizontalLayout_5 =
new QHBoxLayout(groupBoxMusicLocations);
420 horizontalLayout_5->setObjectName(QStringLiteral(
"horizontalLayout_5"));
421 listWidgetMusicLocations =
new QListWidget(groupBoxMusicLocations);
422 listWidgetMusicLocations->setObjectName(QStringLiteral(
"listWidgetMusicLocations"));
423 QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Minimum);
424 sizePolicy2.setHorizontalStretch(0);
425 sizePolicy2.setVerticalStretch(0);
426 sizePolicy2.setHeightForWidth(listWidgetMusicLocations->sizePolicy().hasHeightForWidth());
427 listWidgetMusicLocations->setSizePolicy(sizePolicy2);
428 listWidgetMusicLocations->setMaximumSize(QSize(16777215, 150));
430 horizontalLayout_5->addWidget(listWidgetMusicLocations);
432 verticalLayoutMusicLocation =
new QVBoxLayout();
433 verticalLayoutMusicLocation->setObjectName(QStringLiteral(
"verticalLayoutMusicLocation"));
434 vs_musicLocations_top =
new QSpacerItem(5, 10, QSizePolicy::Minimum, QSizePolicy::Minimum);
436 verticalLayoutMusicLocation->addItem(vs_musicLocations_top);
438 pushButtonAddLocation =
new QPushButton(groupBoxMusicLocations);
439 pushButtonAddLocation->setObjectName(QStringLiteral(
"pushButtonAddLocation"));
441 verticalLayoutMusicLocation->addWidget(pushButtonAddLocation);
443 pushButtonDeleteLocation =
new QPushButton(groupBoxMusicLocations);
444 pushButtonDeleteLocation->setObjectName(QStringLiteral(
"pushButtonDeleteLocation"));
445 pushButtonDeleteLocation->setEnabled(
false);
447 verticalLayoutMusicLocation->addWidget(pushButtonDeleteLocation);
449 vs_musicLocations_bottom =
new QSpacerItem(5, 10, QSizePolicy::Minimum, QSizePolicy::Minimum);
451 verticalLayoutMusicLocation->addItem(vs_musicLocations_bottom);
454 horizontalLayout_5->addLayout(verticalLayoutMusicLocation);
457 verticalLayout->addWidget(groupBoxMusicLocations);
459 groupBoxFileExplorer =
new QGroupBox(pageLibrary);
460 groupBoxFileExplorer->setObjectName(QStringLiteral(
"groupBoxFileExplorer"));
461 sizePolicy1.setHeightForWidth(groupBoxFileExplorer->sizePolicy().hasHeightForWidth());
462 groupBoxFileExplorer->setSizePolicy(sizePolicy1);
463 gridLayout_5 =
new QGridLayout(groupBoxFileExplorer);
464 gridLayout_5->setObjectName(QStringLiteral(
"gridLayout_5"));
465 labelFileExplorer =
new QLabel(groupBoxFileExplorer);
466 labelFileExplorer->setObjectName(QStringLiteral(
"labelFileExplorer"));
468 gridLayout_5->addWidget(labelFileExplorer, 0, 0, 1, 1);
470 comboBoxDefaultFileExplorer =
new QComboBox(groupBoxFileExplorer);
471 comboBoxDefaultFileExplorer->setObjectName(QStringLiteral(
"comboBoxDefaultFileExplorer"));
472 comboBoxDefaultFileExplorer->setInsertPolicy(QComboBox::InsertAlphabetically);
474 gridLayout_5->addWidget(comboBoxDefaultFileExplorer, 0, 1, 1, 1);
477 verticalLayout->addWidget(groupBoxFileExplorer);
479 groupBoxSearchBar =
new QGroupBox(pageLibrary);
480 groupBoxSearchBar->setObjectName(QStringLiteral(
"groupBoxSearchBar"));
481 sizePolicy1.setHeightForWidth(groupBoxSearchBar->sizePolicy().hasHeightForWidth());
482 groupBoxSearchBar->setSizePolicy(sizePolicy1);
483 verticalLayout_2 =
new QVBoxLayout(groupBoxSearchBar);
484 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
485 labelAskForSearchBehaviour =
new QLabel(groupBoxSearchBar);
486 labelAskForSearchBehaviour->setObjectName(QStringLiteral(
"labelAskForSearchBehaviour"));
488 font.setItalic(
true);
489 labelAskForSearchBehaviour->setFont(font);
491 verticalLayout_2->addWidget(labelAskForSearchBehaviour);
493 gridLayoutSearchBar =
new QGridLayout();
494 gridLayoutSearchBar->setObjectName(QStringLiteral(
"gridLayoutSearchBar"));
495 radioButtonSearchAndExclude =
new QRadioButton(groupBoxSearchBar);
496 radioButtonSearchAndExclude->setObjectName(QStringLiteral(
"radioButtonSearchAndExclude"));
497 radioButtonSearchAndExclude->setChecked(
true);
499 gridLayoutSearchBar->addWidget(radioButtonSearchAndExclude, 0, 0, 1, 1);
501 radioButtonSearchAndKeep =
new QRadioButton(groupBoxSearchBar);
502 radioButtonSearchAndKeep->setObjectName(QStringLiteral(
"radioButtonSearchAndKeep"));
503 radioButtonSearchAndKeep->setIconSize(QSize(16, 16));
505 gridLayoutSearchBar->addWidget(radioButtonSearchAndKeep, 0, 1, 1, 1);
508 verticalLayout_2->addLayout(gridLayoutSearchBar);
511 verticalLayout->addWidget(groupBoxSearchBar);
513 groupBoxMonitorFileSystem =
new QGroupBox(pageLibrary);
514 groupBoxMonitorFileSystem->setObjectName(QStringLiteral(
"groupBoxMonitorFileSystem"));
515 sizePolicy1.setHeightForWidth(groupBoxMonitorFileSystem->sizePolicy().hasHeightForWidth());
516 groupBoxMonitorFileSystem->setSizePolicy(sizePolicy1);
517 verticalLayout_5 =
new QVBoxLayout(groupBoxMonitorFileSystem);
518 verticalLayout_5->setObjectName(QStringLiteral(
"verticalLayout_5"));
519 labelMonitorFileSystem =
new QLabel(groupBoxMonitorFileSystem);
520 labelMonitorFileSystem->setObjectName(QStringLiteral(
"labelMonitorFileSystem"));
521 labelMonitorFileSystem->setFont(font);
522 labelMonitorFileSystem->setWordWrap(
true);
524 verticalLayout_5->addWidget(labelMonitorFileSystem);
526 horizontalLayout_3 =
new QHBoxLayout();
527 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
528 radioButtonEnableMonitorFS =
new QRadioButton(groupBoxMonitorFileSystem);
529 buttonGroup =
new QButtonGroup(CustomizeOptionsDialog);
530 buttonGroup->setObjectName(QStringLiteral(
"buttonGroup"));
531 buttonGroup->addButton(radioButtonEnableMonitorFS);
532 radioButtonEnableMonitorFS->setObjectName(QStringLiteral(
"radioButtonEnableMonitorFS"));
534 icon7.addFile(QStringLiteral(
":/icons/warning"), QSize(), QIcon::Normal, QIcon::Off);
535 radioButtonEnableMonitorFS->setIcon(icon7);
536 radioButtonEnableMonitorFS->setChecked(
true);
538 horizontalLayout_3->addWidget(radioButtonEnableMonitorFS);
540 radioButtonDisableMonitorFS =
new QRadioButton(groupBoxMonitorFileSystem);
541 buttonGroup->addButton(radioButtonDisableMonitorFS);
542 radioButtonDisableMonitorFS->setObjectName(QStringLiteral(
"radioButtonDisableMonitorFS"));
544 horizontalLayout_3->addWidget(radioButtonDisableMonitorFS);
547 verticalLayout_5->addLayout(horizontalLayout_3);
550 verticalLayout->addWidget(groupBoxMonitorFileSystem);
552 vs_LibraryPage =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
554 verticalLayout->addItem(vs_LibraryPage);
556 stackedWidget->addWidget(pageLibrary);
557 pageLanguages =
new QWidget();
558 pageLanguages->setObjectName(QStringLiteral(
"pageLanguages"));
559 verticalLayout_7 =
new QVBoxLayout(pageLanguages);
560 verticalLayout_7->setObjectName(QStringLiteral(
"verticalLayout_7"));
561 groupBoxLanguage =
new QGroupBox(pageLanguages);
562 groupBoxLanguage->setObjectName(QStringLiteral(
"groupBoxLanguage"));
563 verticalLayout_4 =
new QVBoxLayout(groupBoxLanguage);
564 verticalLayout_4->setObjectName(QStringLiteral(
"verticalLayout_4"));
565 frame =
new QFrame(groupBoxLanguage);
566 frame->setObjectName(QStringLiteral(
"frame"));
567 frame->setFrameShape(QFrame::Box);
568 frame->setFrameShadow(QFrame::Raised);
569 frame->setLineWidth(0);
570 frame->setMidLineWidth(1);
571 horizontalLayout_4 =
new QHBoxLayout(frame);
572 horizontalLayout_4->setSpacing(0);
573 horizontalLayout_4->setObjectName(QStringLiteral(
"horizontalLayout_4"));
574 horizontalLayout_4->setContentsMargins(1, 1, 1, 1);
576 widgetLanguages->setObjectName(QStringLiteral(
"widgetLanguages"));
578 horizontalLayout_4->addWidget(widgetLanguages);
581 verticalLayout_4->addWidget(frame);
583 labelStatusLanguage =
new QLabel(groupBoxLanguage);
584 labelStatusLanguage->setObjectName(QStringLiteral(
"labelStatusLanguage"));
585 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
586 sizePolicy3.setHorizontalStretch(0);
587 sizePolicy3.setVerticalStretch(0);
588 sizePolicy3.setHeightForWidth(labelStatusLanguage->sizePolicy().hasHeightForWidth());
589 labelStatusLanguage->setSizePolicy(sizePolicy3);
591 verticalLayout_4->addWidget(labelStatusLanguage);
594 verticalLayout_7->addWidget(groupBoxLanguage);
596 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
598 verticalLayout_7->addItem(verticalSpacer_2);
600 stackedWidget->addWidget(pageLanguages);
601 pageShortcuts =
new QWidget();
602 pageShortcuts->setObjectName(QStringLiteral(
"pageShortcuts"));
603 horizontalLayout_2 =
new QHBoxLayout(pageShortcuts);
604 horizontalLayout_2->setObjectName(QStringLiteral(
"horizontalLayout_2"));
605 shortcutsToolBox =
new QToolBox(pageShortcuts);
606 shortcutsToolBox->setObjectName(QStringLiteral(
"shortcutsToolBox"));
607 pageMenuAndOptions =
new QWidget();
608 pageMenuAndOptions->setObjectName(QStringLiteral(
"pageMenuAndOptions"));
609 pageMenuAndOptions->setGeometry(QRect(0, 0, 292, 285));
610 gridLayout_3 =
new QGridLayout(pageMenuAndOptions);
611 gridLayout_3->setObjectName(QStringLiteral(
"gridLayout_3"));
612 line =
new QFrame(pageMenuAndOptions);
613 line->setObjectName(QStringLiteral(
"line"));
614 line->setFrameShape(QFrame::HLine);
615 line->setFrameShadow(QFrame::Sunken);
617 gridLayout_3->addWidget(line, 7, 0, 1, 1);
619 hs_menuOptions =
new QSpacerItem(220, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
621 gridLayout_3->addItem(hs_menuOptions, 0, 1, 1, 1);
623 openFolders =
new QKeySequenceEdit(pageMenuAndOptions);
624 openFolders->setObjectName(QStringLiteral(
"openFolders"));
625 openFolders->setKeySequence(QStringLiteral(
""));
627 gridLayout_3->addWidget(openFolders, 1, 2, 1, 1);
629 vs_menuOptions =
new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
631 gridLayout_3->addItem(vs_menuOptions, 10, 0, 1, 1);
633 openFiles =
new QKeySequenceEdit(pageMenuAndOptions);
634 openFiles->setObjectName(QStringLiteral(
"openFiles"));
635 openFiles->setMinimumSize(QSize(70, 0));
636 openFiles->setKeySequence(QStringLiteral(
""));
638 gridLayout_3->addWidget(openFiles, 0, 2, 1, 1);
640 labelExit =
new QLabel(pageMenuAndOptions);
641 labelExit->setObjectName(QStringLiteral(
"labelExit"));
643 gridLayout_3->addWidget(labelExit, 2, 0, 1, 1);
645 showCustomize =
new QKeySequenceEdit(pageMenuAndOptions);
646 showCustomize->setObjectName(QStringLiteral(
"showCustomize"));
647 showCustomize->setKeySequence(QStringLiteral(
""));
649 gridLayout_3->addWidget(showCustomize, 4, 2, 1, 1);
651 labelShowOptions =
new QLabel(pageMenuAndOptions);
652 labelShowOptions->setObjectName(QStringLiteral(
"labelShowOptions"));
654 gridLayout_3->addWidget(labelShowOptions, 6, 0, 1, 1);
656 showOptionsReset =
new QPushButton(pageMenuAndOptions);
657 showOptionsReset->setObjectName(QStringLiteral(
"showOptionsReset"));
658 showOptionsReset->setMaximumSize(QSize(32, 16777215));
660 font1.setPointSize(7);
661 showOptionsReset->setFont(font1);
662 showOptionsReset->setText(QStringLiteral(
""));
664 icon8.addFile(QStringLiteral(
":/config/resetButton"), QSize(), QIcon::Normal, QIcon::Off);
665 showOptionsReset->setIcon(icon8);
666 showOptionsReset->setFlat(
true);
668 gridLayout_3->addWidget(showOptionsReset, 6, 4, 1, 1);
670 labelShowCustomize =
new QLabel(pageMenuAndOptions);
671 labelShowCustomize->setObjectName(QStringLiteral(
"labelShowCustomize"));
673 gridLayout_3->addWidget(labelShowCustomize, 4, 0, 1, 1);
675 showOptionsClear =
new QPushButton(pageMenuAndOptions);
676 showOptionsClear->setObjectName(QStringLiteral(
"showOptionsClear"));
677 showOptionsClear->setMaximumSize(QSize(32, 16777215));
678 showOptionsClear->setFont(font1);
679 showOptionsClear->setText(QStringLiteral(
""));
681 icon9.addFile(QStringLiteral(
":/config/closeButton"), QSize(), QIcon::Normal, QIcon::Off);
682 showOptionsClear->setIcon(icon9);
683 showOptionsClear->setFlat(
true);
685 gridLayout_3->addWidget(showOptionsClear, 6, 3, 1, 1);
687 showOptions =
new QKeySequenceEdit(pageMenuAndOptions);
688 showOptions->setObjectName(QStringLiteral(
"showOptions"));
689 showOptions->setKeySequence(QStringLiteral(
""));
691 gridLayout_3->addWidget(showOptions, 6, 2, 1, 1);
693 exit =
new QKeySequenceEdit(pageMenuAndOptions);
694 exit->setObjectName(QStringLiteral(
"exit"));
695 exit->setKeySequence(QStringLiteral(
""));
697 gridLayout_3->addWidget(exit, 2, 2, 1, 1);
699 labelRescanLibrary =
new QLabel(pageMenuAndOptions);
700 labelRescanLibrary->setObjectName(QStringLiteral(
"labelRescanLibrary"));
702 gridLayout_3->addWidget(labelRescanLibrary, 3, 0, 1, 1);
704 exitClear =
new QPushButton(pageMenuAndOptions);
705 exitClear->setObjectName(QStringLiteral(
"exitClear"));
706 exitClear->setMaximumSize(QSize(32, 16777215));
707 exitClear->setFont(font1);
708 exitClear->setText(QStringLiteral(
""));
709 exitClear->setIcon(icon9);
710 exitClear->setFlat(
true);
712 gridLayout_3->addWidget(exitClear, 2, 3, 1, 1);
714 openFoldersClear =
new QPushButton(pageMenuAndOptions);
715 openFoldersClear->setObjectName(QStringLiteral(
"openFoldersClear"));
716 openFoldersClear->setMaximumSize(QSize(32, 16777215));
717 openFoldersClear->setFont(font1);
718 openFoldersClear->setText(QStringLiteral(
""));
719 openFoldersClear->setIcon(icon9);
720 openFoldersClear->setFlat(
true);
722 gridLayout_3->addWidget(openFoldersClear, 1, 3, 1, 1);
724 scanLibrary =
new QKeySequenceEdit(pageMenuAndOptions);
725 scanLibrary->setObjectName(QStringLiteral(
"scanLibrary"));
726 scanLibrary->setKeySequence(QStringLiteral(
""));
728 gridLayout_3->addWidget(scanLibrary, 3, 2, 1, 1);
730 showCustomizeClear =
new QPushButton(pageMenuAndOptions);
731 showCustomizeClear->setObjectName(QStringLiteral(
"showCustomizeClear"));
732 showCustomizeClear->setMaximumSize(QSize(32, 16777215));
733 showCustomizeClear->setFont(font1);
734 showCustomizeClear->setText(QStringLiteral(
""));
735 showCustomizeClear->setIcon(icon9);
736 showCustomizeClear->setFlat(
true);
738 gridLayout_3->addWidget(showCustomizeClear, 4, 3, 1, 1);
740 openFilesClear =
new QPushButton(pageMenuAndOptions);
741 openFilesClear->setObjectName(QStringLiteral(
"openFilesClear"));
742 openFilesClear->setMaximumSize(QSize(32, 16777215));
743 openFilesClear->setFont(font1);
744 openFilesClear->setText(QStringLiteral(
""));
745 openFilesClear->setIcon(icon9);
746 openFilesClear->setFlat(
true);
748 gridLayout_3->addWidget(openFilesClear, 0, 3, 1, 1);
750 openFoldersReset =
new QPushButton(pageMenuAndOptions);
751 openFoldersReset->setObjectName(QStringLiteral(
"openFoldersReset"));
752 openFoldersReset->setMaximumSize(QSize(32, 16777215));
753 openFoldersReset->setFont(font1);
754 openFoldersReset->setText(QStringLiteral(
""));
755 openFoldersReset->setIcon(icon8);
756 openFoldersReset->setFlat(
true);
758 gridLayout_3->addWidget(openFoldersReset, 1, 4, 1, 1);
760 exitReset =
new QPushButton(pageMenuAndOptions);
761 exitReset->setObjectName(QStringLiteral(
"exitReset"));
762 exitReset->setMaximumSize(QSize(32, 16777215));
763 exitReset->setFont(font1);
764 exitReset->setText(QStringLiteral(
""));
765 exitReset->setIcon(icon8);
766 exitReset->setFlat(
true);
768 gridLayout_3->addWidget(exitReset, 2, 4, 1, 1);
770 scanLibraryReset =
new QPushButton(pageMenuAndOptions);
771 scanLibraryReset->setObjectName(QStringLiteral(
"scanLibraryReset"));
772 scanLibraryReset->setMaximumSize(QSize(32, 16777215));
773 scanLibraryReset->setFont(font1);
774 scanLibraryReset->setText(QStringLiteral(
""));
775 scanLibraryReset->setIcon(icon8);
776 scanLibraryReset->setFlat(
true);
778 gridLayout_3->addWidget(scanLibraryReset, 3, 4, 1, 1);
780 scanLibraryClear =
new QPushButton(pageMenuAndOptions);
781 scanLibraryClear->setObjectName(QStringLiteral(
"scanLibraryClear"));
782 scanLibraryClear->setMaximumSize(QSize(32, 16777215));
783 scanLibraryClear->setFont(font1);
784 scanLibraryClear->setText(QStringLiteral(
""));
785 scanLibraryClear->setIcon(icon9);
786 scanLibraryClear->setFlat(
true);
788 gridLayout_3->addWidget(scanLibraryClear, 3, 3, 1, 1);
790 showCustomizeReset =
new QPushButton(pageMenuAndOptions);
791 showCustomizeReset->setObjectName(QStringLiteral(
"showCustomizeReset"));
792 showCustomizeReset->setMaximumSize(QSize(32, 16777215));
793 showCustomizeReset->setFont(font1);
794 showCustomizeReset->setText(QStringLiteral(
""));
795 showCustomizeReset->setIcon(icon8);
796 showCustomizeReset->setFlat(
true);
798 gridLayout_3->addWidget(showCustomizeReset, 4, 4, 1, 1);
800 labelOpenFile =
new QLabel(pageMenuAndOptions);
801 labelOpenFile->setObjectName(QStringLiteral(
"labelOpenFile"));
803 gridLayout_3->addWidget(labelOpenFile, 0, 0, 1, 1);
805 openFilesReset =
new QPushButton(pageMenuAndOptions);
806 openFilesReset->setObjectName(QStringLiteral(
"openFilesReset"));
807 openFilesReset->setMaximumSize(QSize(32, 16777215));
808 openFilesReset->setFont(font1);
809 openFilesReset->setText(QStringLiteral(
""));
810 openFilesReset->setIcon(icon8);
811 openFilesReset->setFlat(
true);
813 gridLayout_3->addWidget(openFilesReset, 0, 4, 1, 1);
815 labelOpenFolders =
new QLabel(pageMenuAndOptions);
816 labelOpenFolders->setObjectName(QStringLiteral(
"labelOpenFolders"));
818 gridLayout_3->addWidget(labelOpenFolders, 1, 0, 1, 1);
820 labelShowHelp =
new QLabel(pageMenuAndOptions);
821 labelShowHelp->setObjectName(QStringLiteral(
"labelShowHelp"));
823 gridLayout_3->addWidget(labelShowHelp, 8, 0, 1, 1);
825 showHelp =
new QKeySequenceEdit(pageMenuAndOptions);
826 showHelp->setObjectName(QStringLiteral(
"showHelp"));
827 showHelp->setKeySequence(QStringLiteral(
""));
829 gridLayout_3->addWidget(showHelp, 8, 2, 1, 1);
831 showHelpReset =
new QPushButton(pageMenuAndOptions);
832 showHelpReset->setObjectName(QStringLiteral(
"showHelpReset"));
833 showHelpReset->setMaximumSize(QSize(32, 16777215));
834 showHelpReset->setFont(font1);
835 showHelpReset->setText(QStringLiteral(
""));
836 showHelpReset->setIcon(icon8);
837 showHelpReset->setFlat(
true);
839 gridLayout_3->addWidget(showHelpReset, 8, 4, 1, 1);
841 showHelpClear =
new QPushButton(pageMenuAndOptions);
842 showHelpClear->setObjectName(QStringLiteral(
"showHelpClear"));
843 showHelpClear->setMaximumSize(QSize(32, 16777215));
844 showHelpClear->setFont(font1);
845 showHelpClear->setText(QStringLiteral(
""));
846 showHelpClear->setIcon(icon9);
847 showHelpClear->setFlat(
true);
849 gridLayout_3->addWidget(showHelpClear, 8, 3, 1, 1);
851 labelShowDebug =
new QLabel(pageMenuAndOptions);
852 labelShowDebug->setObjectName(QStringLiteral(
"labelShowDebug"));
854 gridLayout_3->addWidget(labelShowDebug, 9, 0, 1, 1);
856 showDebug =
new QKeySequenceEdit(pageMenuAndOptions);
857 showDebug->setObjectName(QStringLiteral(
"showDebug"));
858 showDebug->setKeySequence(QStringLiteral(
""));
860 gridLayout_3->addWidget(showDebug, 9, 2, 1, 1);
862 showDebugClear =
new QPushButton(pageMenuAndOptions);
863 showDebugClear->setObjectName(QStringLiteral(
"showDebugClear"));
864 showDebugClear->setMaximumSize(QSize(32, 16777215));
865 showDebugClear->setFont(font1);
866 showDebugClear->setText(QStringLiteral(
""));
867 showDebugClear->setIcon(icon9);
868 showDebugClear->setFlat(
true);
870 gridLayout_3->addWidget(showDebugClear, 9, 3, 1, 1);
872 showDebugReset =
new QPushButton(pageMenuAndOptions);
873 showDebugReset->setObjectName(QStringLiteral(
"showDebugReset"));
874 showDebugReset->setMaximumSize(QSize(32, 16777215));
875 showDebugReset->setFont(font1);
876 showDebugReset->setText(QStringLiteral(
""));
877 showDebugReset->setIcon(icon8);
878 showDebugReset->setFlat(
true);
880 gridLayout_3->addWidget(showDebugReset, 9, 4, 1, 1);
882 shortcutsToolBox->addItem(pageMenuAndOptions, QStringLiteral(
"Menu && Options"));
883 pageView =
new QWidget();
884 pageView->setObjectName(QStringLiteral(
"pageView"));
885 pageView->setGeometry(QRect(0, 0, 208, 540));
886 gridLayout =
new QGridLayout(pageView);
887 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
888 showTabFilesystem =
new QKeySequenceEdit(pageView);
889 showTabFilesystem->setObjectName(QStringLiteral(
"showTabFilesystem"));
890 showTabFilesystem->setKeySequence(QStringLiteral(
""));
892 gridLayout->addWidget(showTabFilesystem, 3, 2, 1, 1);
894 vs_view =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
896 gridLayout->addItem(vs_view, 13, 0, 1, 1);
898 showTabLibrary =
new QKeySequenceEdit(pageView);
899 showTabLibrary->setObjectName(QStringLiteral(
"showTabLibrary"));
900 showTabLibrary->setKeySequence(QStringLiteral(
""));
902 gridLayout->addWidget(showTabLibrary, 1, 2, 1, 1);
904 viewUniqueLibraryReset =
new QPushButton(pageView);
905 viewUniqueLibraryReset->setObjectName(QStringLiteral(
"viewUniqueLibraryReset"));
906 viewUniqueLibraryReset->setMaximumSize(QSize(32, 16777215));
907 viewUniqueLibraryReset->setFont(font1);
908 viewUniqueLibraryReset->setText(QStringLiteral(
""));
909 viewUniqueLibraryReset->setIcon(icon8);
910 viewUniqueLibraryReset->setFlat(
true);
912 gridLayout->addWidget(viewUniqueLibraryReset, 9, 4, 1, 1);
914 viewPlaylists =
new QKeySequenceEdit(pageView);
915 viewPlaylists->setObjectName(QStringLiteral(
"viewPlaylists"));
916 viewPlaylists->setKeySequence(QStringLiteral(
""));
918 gridLayout->addWidget(viewPlaylists, 0, 2, 1, 1);
920 labelSendToTagEditor =
new QLabel(pageView);
921 labelSendToTagEditor->setObjectName(QStringLiteral(
"labelSendToTagEditor"));
922 labelSendToTagEditor->setWordWrap(
true);
924 gridLayout->addWidget(labelSendToTagEditor, 7, 0, 1, 1);
926 viewTagEditorReset =
new QPushButton(pageView);
927 viewTagEditorReset->setObjectName(QStringLiteral(
"viewTagEditorReset"));
928 viewTagEditorReset->setMaximumSize(QSize(32, 16777215));
929 viewTagEditorReset->setFont(font1);
930 viewTagEditorReset->setText(QStringLiteral(
""));
931 viewTagEditorReset->setIcon(icon8);
932 viewTagEditorReset->setFlat(
true);
934 gridLayout->addWidget(viewTagEditorReset, 11, 4, 1, 1);
936 sendToCurrentPlaylistReset =
new QPushButton(pageView);
937 sendToCurrentPlaylistReset->setObjectName(QStringLiteral(
"sendToCurrentPlaylistReset"));
938 sendToCurrentPlaylistReset->setMaximumSize(QSize(32, 16777215));
939 sendToCurrentPlaylistReset->setFont(font1);
940 sendToCurrentPlaylistReset->setText(QStringLiteral(
""));
941 sendToCurrentPlaylistReset->setIcon(icon8);
942 sendToCurrentPlaylistReset->setFlat(
true);
944 gridLayout->addWidget(sendToCurrentPlaylistReset, 5, 4, 1, 1);
946 labelViewUniqueLibrary =
new QLabel(pageView);
947 labelViewUniqueLibrary->setObjectName(QStringLiteral(
"labelViewUniqueLibrary"));
948 labelViewUniqueLibrary->setWordWrap(
true);
950 gridLayout->addWidget(labelViewUniqueLibrary, 9, 0, 1, 1);
952 showTabLibraryReset =
new QPushButton(pageView);
953 showTabLibraryReset->setObjectName(QStringLiteral(
"showTabLibraryReset"));
954 showTabLibraryReset->setMaximumSize(QSize(32, 16777215));
955 showTabLibraryReset->setFont(font1);
956 showTabLibraryReset->setText(QStringLiteral(
""));
957 showTabLibraryReset->setIcon(icon8);
958 showTabLibraryReset->setFlat(
true);
960 gridLayout->addWidget(showTabLibraryReset, 1, 4, 1, 1);
962 hs_view =
new QSpacerItem(196, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
964 gridLayout->addItem(hs_view, 0, 1, 1, 1);
966 showTabFilesystemReset =
new QPushButton(pageView);
967 showTabFilesystemReset->setObjectName(QStringLiteral(
"showTabFilesystemReset"));
968 showTabFilesystemReset->setMaximumSize(QSize(32, 16777215));
969 showTabFilesystemReset->setFont(font1);
970 showTabFilesystemReset->setText(QStringLiteral(
""));
971 showTabFilesystemReset->setIcon(icon8);
972 showTabFilesystemReset->setFlat(
true);
974 gridLayout->addWidget(showTabFilesystemReset, 3, 4, 1, 1);
976 viewPlaylistsReset =
new QPushButton(pageView);
977 viewPlaylistsReset->setObjectName(QStringLiteral(
"viewPlaylistsReset"));
978 viewPlaylistsReset->setMaximumSize(QSize(32, 16777215));
979 viewPlaylistsReset->setFont(font1);
980 viewPlaylistsReset->setText(QStringLiteral(
""));
981 viewPlaylistsReset->setIcon(icon8);
982 viewPlaylistsReset->setFlat(
true);
984 gridLayout->addWidget(viewPlaylistsReset, 0, 4, 1, 1);
986 labelViewPlaylists =
new QLabel(pageView);
987 labelViewPlaylists->setObjectName(QStringLiteral(
"labelViewPlaylists"));
988 labelViewPlaylists->setWordWrap(
true);
990 gridLayout->addWidget(labelViewPlaylists, 0, 0, 1, 1);
992 sendToTagEditorReset =
new QPushButton(pageView);
993 sendToTagEditorReset->setObjectName(QStringLiteral(
"sendToTagEditorReset"));
994 sendToTagEditorReset->setMaximumSize(QSize(32, 16777215));
995 sendToTagEditorReset->setFont(font1);
996 sendToTagEditorReset->setText(QStringLiteral(
""));
997 sendToTagEditorReset->setIcon(icon8);
998 sendToTagEditorReset->setFlat(
true);
1000 gridLayout->addWidget(sendToTagEditorReset, 7, 4, 1, 1);
1002 labelShowLibrary =
new QLabel(pageView);
1003 labelShowLibrary->setObjectName(QStringLiteral(
"labelShowLibrary"));
1004 labelShowLibrary->setWordWrap(
true);
1006 gridLayout->addWidget(labelShowLibrary, 1, 0, 1, 1);
1008 labelAddSelectedItems =
new QLabel(pageView);
1009 labelAddSelectedItems->setObjectName(QStringLiteral(
"labelAddSelectedItems"));
1010 labelAddSelectedItems->setWordWrap(
true);
1012 gridLayout->addWidget(labelAddSelectedItems, 5, 0, 1, 1);
1014 labelShowFileExplorer =
new QLabel(pageView);
1015 labelShowFileExplorer->setObjectName(QStringLiteral(
"labelShowFileExplorer"));
1016 labelShowFileExplorer->setWordWrap(
true);
1018 gridLayout->addWidget(labelShowFileExplorer, 3, 0, 1, 1);
1020 labelViewTagEditor =
new QLabel(pageView);
1021 labelViewTagEditor->setObjectName(QStringLiteral(
"labelViewTagEditor"));
1022 labelViewTagEditor->setWordWrap(
true);
1024 gridLayout->addWidget(labelViewTagEditor, 11, 0, 1, 1);
1026 viewUniqueLibrary =
new QKeySequenceEdit(pageView);
1027 viewUniqueLibrary->setObjectName(QStringLiteral(
"viewUniqueLibrary"));
1028 viewUniqueLibrary->setKeySequence(QStringLiteral(
""));
1030 gridLayout->addWidget(viewUniqueLibrary, 9, 2, 1, 1);
1032 viewTagEditor =
new QKeySequenceEdit(pageView);
1033 viewTagEditor->setObjectName(QStringLiteral(
"viewTagEditor"));
1035 gridLayout->addWidget(viewTagEditor, 11, 2, 1, 1);
1037 sendToTagEditor =
new QKeySequenceEdit(pageView);
1038 sendToTagEditor->setObjectName(QStringLiteral(
"sendToTagEditor"));
1039 sendToTagEditor->setKeySequence(QStringLiteral(
""));
1041 gridLayout->addWidget(sendToTagEditor, 7, 2, 1, 1);
1043 searchReset =
new QPushButton(pageView);
1044 searchReset->setObjectName(QStringLiteral(
"searchReset"));
1045 searchReset->setMaximumSize(QSize(32, 16777215));
1046 searchReset->setFont(font1);
1047 searchReset->setText(QStringLiteral(
""));
1048 searchReset->setIcon(icon8);
1049 searchReset->setFlat(
true);
1051 gridLayout->addWidget(searchReset, 4, 4, 1, 1);
1053 sendToCurrentPlaylist =
new QKeySequenceEdit(pageView);
1054 sendToCurrentPlaylist->setObjectName(QStringLiteral(
"sendToCurrentPlaylist"));
1055 sendToCurrentPlaylist->setKeySequence(QStringLiteral(
""));
1057 gridLayout->addWidget(sendToCurrentPlaylist, 5, 2, 1, 1);
1059 labelSearch =
new QLabel(pageView);
1060 labelSearch->setObjectName(QStringLiteral(
"labelSearch"));
1061 labelSearch->setWordWrap(
true);
1063 gridLayout->addWidget(labelSearch, 4, 0, 1, 1);
1065 search =
new QKeySequenceEdit(pageView);
1066 search->setObjectName(QStringLiteral(
"search"));
1067 search->setKeySequence(QStringLiteral(
""));
1069 gridLayout->addWidget(search, 4, 2, 1, 1);
1071 viewPlaylistsClear =
new QPushButton(pageView);
1072 viewPlaylistsClear->setObjectName(QStringLiteral(
"viewPlaylistsClear"));
1073 viewPlaylistsClear->setMaximumSize(QSize(32, 16777215));
1074 viewPlaylistsClear->setFont(font1);
1075 viewPlaylistsClear->setText(QStringLiteral(
""));
1076 viewPlaylistsClear->setIcon(icon9);
1077 viewPlaylistsClear->setFlat(
true);
1079 gridLayout->addWidget(viewPlaylistsClear, 0, 3, 1, 1);
1081 showTabLibraryClear =
new QPushButton(pageView);
1082 showTabLibraryClear->setObjectName(QStringLiteral(
"showTabLibraryClear"));
1083 showTabLibraryClear->setMaximumSize(QSize(32, 16777215));
1084 showTabLibraryClear->setFont(font1);
1085 showTabLibraryClear->setText(QStringLiteral(
""));
1086 showTabLibraryClear->setIcon(icon9);
1087 showTabLibraryClear->setFlat(
true);
1089 gridLayout->addWidget(showTabLibraryClear, 1, 3, 1, 1);
1091 showTabFilesystemClear =
new QPushButton(pageView);
1092 showTabFilesystemClear->setObjectName(QStringLiteral(
"showTabFilesystemClear"));
1093 showTabFilesystemClear->setMaximumSize(QSize(32, 16777215));
1094 showTabFilesystemClear->setFont(font1);
1095 showTabFilesystemClear->setText(QStringLiteral(
""));
1096 showTabFilesystemClear->setIcon(icon9);
1097 showTabFilesystemClear->setFlat(
true);
1099 gridLayout->addWidget(showTabFilesystemClear, 3, 3, 1, 1);
1101 searchClear =
new QPushButton(pageView);
1102 searchClear->setObjectName(QStringLiteral(
"searchClear"));
1103 searchClear->setMaximumSize(QSize(32, 16777215));
1104 searchClear->setFont(font1);
1105 searchClear->setText(QStringLiteral(
""));
1106 searchClear->setIcon(icon9);
1107 searchClear->setFlat(
true);
1109 gridLayout->addWidget(searchClear, 4, 3, 1, 1);
1111 sendToCurrentPlaylistClear =
new QPushButton(pageView);
1112 sendToCurrentPlaylistClear->setObjectName(QStringLiteral(
"sendToCurrentPlaylistClear"));
1113 sendToCurrentPlaylistClear->setMaximumSize(QSize(32, 16777215));
1114 sendToCurrentPlaylistClear->setFont(font1);
1115 sendToCurrentPlaylistClear->setText(QStringLiteral(
""));
1116 sendToCurrentPlaylistClear->setIcon(icon9);
1117 sendToCurrentPlaylistClear->setFlat(
true);
1119 gridLayout->addWidget(sendToCurrentPlaylistClear, 5, 3, 1, 1);
1121 sendToTagEditorClear =
new QPushButton(pageView);
1122 sendToTagEditorClear->setObjectName(QStringLiteral(
"sendToTagEditorClear"));
1123 sendToTagEditorClear->setMaximumSize(QSize(32, 16777215));
1124 sendToTagEditorClear->setFont(font1);
1125 sendToTagEditorClear->setText(QStringLiteral(
""));
1126 sendToTagEditorClear->setIcon(icon9);
1127 sendToTagEditorClear->setFlat(
true);
1129 gridLayout->addWidget(sendToTagEditorClear, 7, 3, 1, 1);
1131 viewUniqueLibraryClear =
new QPushButton(pageView);
1132 viewUniqueLibraryClear->setObjectName(QStringLiteral(
"viewUniqueLibraryClear"));
1133 viewUniqueLibraryClear->setMaximumSize(QSize(32, 16777215));
1134 viewUniqueLibraryClear->setFont(font1);
1135 viewUniqueLibraryClear->setText(QStringLiteral(
""));
1136 viewUniqueLibraryClear->setIcon(icon9);
1137 viewUniqueLibraryClear->setFlat(
true);
1139 gridLayout->addWidget(viewUniqueLibraryClear, 9, 3, 1, 1);
1141 viewTagEditorClear =
new QPushButton(pageView);
1142 viewTagEditorClear->setObjectName(QStringLiteral(
"viewTagEditorClear"));
1143 viewTagEditorClear->setMaximumSize(QSize(32, 16777215));
1144 viewTagEditorClear->setFont(font1);
1145 viewTagEditorClear->setText(QStringLiteral(
""));
1146 viewTagEditorClear->setIcon(icon9);
1147 viewTagEditorClear->setFlat(
true);
1149 gridLayout->addWidget(viewTagEditorClear, 11, 3, 1, 1);
1151 shortcutsToolBox->addItem(pageView, QStringLiteral(
"View"));
1152 pagePlayback =
new QWidget();
1153 pagePlayback->setObjectName(QStringLiteral(
"pagePlayback"));
1154 pagePlayback->setGeometry(QRect(0, 0, 338, 528));
1155 gridLayout_4 =
new QGridLayout(pagePlayback);
1156 gridLayout_4->setObjectName(QStringLiteral(
"gridLayout_4"));
1157 skipBackwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1158 skipBackwardGlobalCheckBox->setObjectName(QStringLiteral(
"skipBackwardGlobalCheckBox"));
1159 skipBackwardGlobalCheckBox->setEnabled(
false);
1160 QSizePolicy sizePolicy4(QSizePolicy::Fixed, QSizePolicy::Fixed);
1161 sizePolicy4.setHorizontalStretch(0);
1162 sizePolicy4.setVerticalStretch(0);
1163 sizePolicy4.setHeightForWidth(skipBackwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1164 skipBackwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1165 skipBackwardGlobalCheckBox->setText(QStringLiteral(
""));
1167 gridLayout_4->addWidget(skipBackwardGlobalCheckBox, 1, 4, 1, 1);
1169 skipBackwardClear =
new QPushButton(pagePlayback);
1170 skipBackwardClear->setObjectName(QStringLiteral(
"skipBackwardClear"));
1171 sizePolicy4.setHeightForWidth(skipBackwardClear->sizePolicy().hasHeightForWidth());
1172 skipBackwardClear->setSizePolicy(sizePolicy4);
1173 skipBackwardClear->setMaximumSize(QSize(32, 16777215));
1174 skipBackwardClear->setFont(font1);
1175 skipBackwardClear->setText(QStringLiteral(
""));
1176 skipBackwardClear->setIcon(icon9);
1177 skipBackwardClear->setFlat(
true);
1179 gridLayout_4->addWidget(skipBackwardClear, 1, 5, 1, 1);
1181 seekForwardClear =
new QPushButton(pagePlayback);
1182 seekForwardClear->setObjectName(QStringLiteral(
"seekForwardClear"));
1183 sizePolicy4.setHeightForWidth(seekForwardClear->sizePolicy().hasHeightForWidth());
1184 seekForwardClear->setSizePolicy(sizePolicy4);
1185 seekForwardClear->setMaximumSize(QSize(32, 16777215));
1186 seekForwardClear->setFont(font1);
1187 seekForwardClear->setText(QStringLiteral(
""));
1188 seekForwardClear->setIcon(icon9);
1189 seekForwardClear->setFlat(
true);
1191 gridLayout_4->addWidget(seekForwardClear, 9, 5, 1, 1);
1193 sequentialButton =
new QLabel(pagePlayback);
1194 sequentialButton->setObjectName(QStringLiteral(
"sequentialButton"));
1195 sizePolicy4.setHeightForWidth(sequentialButton->sizePolicy().hasHeightForWidth());
1196 sequentialButton->setSizePolicy(sizePolicy4);
1197 sequentialButton->setMinimumSize(QSize(22, 22));
1198 sequentialButton->setMaximumSize(QSize(22, 22));
1199 sequentialButton->setText(QStringLiteral(
""));
1200 sequentialButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/sequential")));
1201 sequentialButton->setScaledContents(
true);
1202 sequentialButton->setAlignment(Qt::AlignCenter);
1203 sequentialButton->setTextInteractionFlags(Qt::NoTextInteraction);
1205 gridLayout_4->addWidget(sequentialButton, 13, 1, 1, 1);
1207 stopClear =
new QPushButton(pagePlayback);
1208 stopClear->setObjectName(QStringLiteral(
"stopClear"));
1209 sizePolicy4.setHeightForWidth(stopClear->sizePolicy().hasHeightForWidth());
1210 stopClear->setSizePolicy(sizePolicy4);
1211 stopClear->setMaximumSize(QSize(32, 16777215));
1212 stopClear->setFont(font1);
1213 stopClear->setText(QStringLiteral(
""));
1214 stopClear->setIcon(icon9);
1215 stopClear->setFlat(
true);
1217 gridLayout_4->addWidget(stopClear, 7, 5, 1, 1);
1219 seekBackwardClear =
new QPushButton(pagePlayback);
1220 seekBackwardClear->setObjectName(QStringLiteral(
"seekBackwardClear"));
1221 sizePolicy4.setHeightForWidth(seekBackwardClear->sizePolicy().hasHeightForWidth());
1222 seekBackwardClear->setSizePolicy(sizePolicy4);
1223 seekBackwardClear->setMaximumSize(QSize(32, 16777215));
1224 seekBackwardClear->setFont(font1);
1225 seekBackwardClear->setText(QStringLiteral(
""));
1226 seekBackwardClear->setIcon(icon9);
1227 seekBackwardClear->setFlat(
true);
1229 gridLayout_4->addWidget(seekBackwardClear, 3, 5, 1, 1);
1231 playClear =
new QPushButton(pagePlayback);
1232 playClear->setObjectName(QStringLiteral(
"playClear"));
1233 sizePolicy4.setHeightForWidth(playClear->sizePolicy().hasHeightForWidth());
1234 playClear->setSizePolicy(sizePolicy4);
1235 playClear->setMaximumSize(QSize(32, 16777215));
1236 playClear->setFont(font1);
1237 playClear->setText(QStringLiteral(
""));
1238 playClear->setIcon(icon9);
1239 playClear->setFlat(
true);
1241 gridLayout_4->addWidget(playClear, 5, 5, 1, 1);
1243 vs_playback_fixed_1 =
new QSpacerItem(0, 14, QSizePolicy::Minimum, QSizePolicy::Fixed);
1245 gridLayout_4->addItem(vs_playback_fixed_1, 12, 0, 1, 1);
1247 labelStop =
new QLabel(pagePlayback);
1248 labelStop->setObjectName(QStringLiteral(
"labelStop"));
1249 sizePolicy4.setHeightForWidth(labelStop->sizePolicy().hasHeightForWidth());
1250 labelStop->setSizePolicy(sizePolicy4);
1252 gridLayout_4->addWidget(labelStop, 7, 0, 1, 1);
1254 stopButton =
new QLabel(pagePlayback);
1255 stopButton->setObjectName(QStringLiteral(
"stopButton"));
1256 sizePolicy4.setHeightForWidth(stopButton->sizePolicy().hasHeightForWidth());
1257 stopButton->setSizePolicy(sizePolicy4);
1258 stopButton->setMinimumSize(QSize(22, 22));
1259 stopButton->setMaximumSize(QSize(22, 22));
1260 stopButton->setText(QStringLiteral(
""));
1261 stopButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/stop")));
1262 stopButton->setScaledContents(
true);
1263 stopButton->setAlignment(Qt::AlignCenter);
1264 stopButton->setTextInteractionFlags(Qt::NoTextInteraction);
1266 gridLayout_4->addWidget(stopButton, 7, 1, 1, 1);
1268 playButton =
new QLabel(pagePlayback);
1269 playButton->setObjectName(QStringLiteral(
"playButton"));
1270 sizePolicy4.setHeightForWidth(playButton->sizePolicy().hasHeightForWidth());
1271 playButton->setSizePolicy(sizePolicy4);
1272 playButton->setMinimumSize(QSize(22, 22));
1273 playButton->setMaximumSize(QSize(22, 22));
1274 playButton->setText(QStringLiteral(
""));
1275 playButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/play")));
1276 playButton->setScaledContents(
true);
1277 playButton->setAlignment(Qt::AlignCenter);
1278 playButton->setTextInteractionFlags(Qt::NoTextInteraction);
1280 gridLayout_4->addWidget(playButton, 5, 1, 1, 1);
1282 playReset =
new QPushButton(pagePlayback);
1283 playReset->setObjectName(QStringLiteral(
"playReset"));
1284 sizePolicy4.setHeightForWidth(playReset->sizePolicy().hasHeightForWidth());
1285 playReset->setSizePolicy(sizePolicy4);
1286 playReset->setMaximumSize(QSize(32, 16777215));
1287 playReset->setFont(font1);
1288 playReset->setText(QStringLiteral(
""));
1289 playReset->setIcon(icon8);
1290 playReset->setFlat(
true);
1292 gridLayout_4->addWidget(playReset, 5, 6, 1, 1);
1294 hs_playback =
new QSpacerItem(201, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
1296 gridLayout_4->addItem(hs_playback, 1, 2, 1, 1);
1298 labelSkipBackward =
new QLabel(pagePlayback);
1299 labelSkipBackward->setObjectName(QStringLiteral(
"labelSkipBackward"));
1300 sizePolicy4.setHeightForWidth(labelSkipBackward->sizePolicy().hasHeightForWidth());
1301 labelSkipBackward->setSizePolicy(sizePolicy4);
1303 gridLayout_4->addWidget(labelSkipBackward, 1, 0, 1, 1);
1305 labelSeekBackward =
new QLabel(pagePlayback);
1306 labelSeekBackward->setObjectName(QStringLiteral(
"labelSeekBackward"));
1307 sizePolicy4.setHeightForWidth(labelSeekBackward->sizePolicy().hasHeightForWidth());
1308 labelSeekBackward->setSizePolicy(sizePolicy4);
1310 gridLayout_4->addWidget(labelSeekBackward, 3, 0, 1, 1);
1312 labelSequential =
new QLabel(pagePlayback);
1313 labelSequential->setObjectName(QStringLiteral(
"labelSequential"));
1314 sizePolicy4.setHeightForWidth(labelSequential->sizePolicy().hasHeightForWidth());
1315 labelSequential->setSizePolicy(sizePolicy4);
1317 gridLayout_4->addWidget(labelSequential, 13, 0, 1, 1);
1319 skipBackwardButton =
new QLabel(pagePlayback);
1320 skipBackwardButton->setObjectName(QStringLiteral(
"skipBackwardButton"));
1321 sizePolicy4.setHeightForWidth(skipBackwardButton->sizePolicy().hasHeightForWidth());
1322 skipBackwardButton->setSizePolicy(sizePolicy4);
1323 skipBackwardButton->setMinimumSize(QSize(22, 22));
1324 skipBackwardButton->setMaximumSize(QSize(22, 22));
1325 skipBackwardButton->setText(QStringLiteral(
""));
1326 skipBackwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/skipBackward")));
1327 skipBackwardButton->setScaledContents(
true);
1328 skipBackwardButton->setAlignment(Qt::AlignCenter);
1329 skipBackwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1331 gridLayout_4->addWidget(skipBackwardButton, 1, 1, 1, 1);
1333 vs_playback =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1335 gridLayout_4->addItem(vs_playback, 29, 0, 1, 1);
1337 playbackCurrentItemInLoop =
new QKeySequenceEdit(pagePlayback);
1338 playbackCurrentItemInLoop->setObjectName(QStringLiteral(
"playbackCurrentItemInLoop"));
1339 playbackCurrentItemInLoop->setKeySequence(QStringLiteral(
""));
1341 gridLayout_4->addWidget(playbackCurrentItemInLoop, 22, 3, 1, 1);
1343 seekBackwardButton =
new QLabel(pagePlayback);
1344 seekBackwardButton->setObjectName(QStringLiteral(
"seekBackwardButton"));
1345 sizePolicy4.setHeightForWidth(seekBackwardButton->sizePolicy().hasHeightForWidth());
1346 seekBackwardButton->setSizePolicy(sizePolicy4);
1347 seekBackwardButton->setMinimumSize(QSize(22, 22));
1348 seekBackwardButton->setMaximumSize(QSize(22, 22));
1349 seekBackwardButton->setText(QStringLiteral(
""));
1350 seekBackwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/seekBackward")));
1351 seekBackwardButton->setScaledContents(
true);
1352 seekBackwardButton->setAlignment(Qt::AlignCenter);
1353 seekBackwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1355 gridLayout_4->addWidget(seekBackwardButton, 3, 1, 1, 1);
1357 skipBackwardReset =
new QPushButton(pagePlayback);
1358 skipBackwardReset->setObjectName(QStringLiteral(
"skipBackwardReset"));
1359 sizePolicy4.setHeightForWidth(skipBackwardReset->sizePolicy().hasHeightForWidth());
1360 skipBackwardReset->setSizePolicy(sizePolicy4);
1361 skipBackwardReset->setMaximumSize(QSize(32, 16777215));
1362 skipBackwardReset->setFont(font1);
1363 skipBackwardReset->setText(QStringLiteral(
""));
1364 skipBackwardReset->setIcon(icon8);
1365 skipBackwardReset->setFlat(
true);
1367 gridLayout_4->addWidget(skipBackwardReset, 1, 6, 1, 1);
1369 muteReset =
new QPushButton(pagePlayback);
1370 muteReset->setObjectName(QStringLiteral(
"muteReset"));
1371 sizePolicy4.setHeightForWidth(muteReset->sizePolicy().hasHeightForWidth());
1372 muteReset->setSizePolicy(sizePolicy4);
1373 muteReset->setMaximumSize(QSize(32, 16777215));
1374 muteReset->setFont(font1);
1375 muteReset->setText(QStringLiteral(
""));
1376 muteReset->setIcon(icon8);
1377 muteReset->setFlat(
true);
1379 gridLayout_4->addWidget(muteReset, 24, 6, 1, 1);
1381 increaseVolumeReset =
new QPushButton(pagePlayback);
1382 increaseVolumeReset->setObjectName(QStringLiteral(
"increaseVolumeReset"));
1383 sizePolicy4.setHeightForWidth(increaseVolumeReset->sizePolicy().hasHeightForWidth());
1384 increaseVolumeReset->setSizePolicy(sizePolicy4);
1385 increaseVolumeReset->setMaximumSize(QSize(32, 16777215));
1386 increaseVolumeReset->setFont(font1);
1387 increaseVolumeReset->setText(QStringLiteral(
""));
1388 increaseVolumeReset->setIcon(icon8);
1389 increaseVolumeReset->setFlat(
true);
1391 gridLayout_4->addWidget(increaseVolumeReset, 26, 6, 1, 1);
1393 playbackRandom =
new QKeySequenceEdit(pagePlayback);
1394 playbackRandom->setObjectName(QStringLiteral(
"playbackRandom"));
1395 playbackRandom->setKeySequence(QStringLiteral(
""));
1397 gridLayout_4->addWidget(playbackRandom, 17, 3, 1, 1);
1399 playbackLoop =
new QKeySequenceEdit(pagePlayback);
1400 playbackLoop->setObjectName(QStringLiteral(
"playbackLoop"));
1401 playbackLoop->setKeySequence(QStringLiteral(
""));
1403 gridLayout_4->addWidget(playbackLoop, 15, 3, 1, 1);
1405 playbackCurrentItemOnce =
new QKeySequenceEdit(pagePlayback);
1406 playbackCurrentItemOnce->setObjectName(QStringLiteral(
"playbackCurrentItemOnce"));
1407 playbackCurrentItemOnce->setKeySequence(QStringLiteral(
""));
1409 gridLayout_4->addWidget(playbackCurrentItemOnce, 20, 3, 1, 1);
1411 skipBackward =
new QKeySequenceEdit(pagePlayback);
1412 skipBackward->setObjectName(QStringLiteral(
"skipBackward"));
1413 skipBackward->setKeySequence(QStringLiteral(
""));
1415 gridLayout_4->addWidget(skipBackward, 1, 3, 1, 1);
1417 playbackSequential =
new QKeySequenceEdit(pagePlayback);
1418 playbackSequential->setObjectName(QStringLiteral(
"playbackSequential"));
1419 playbackSequential->setKeySequence(QStringLiteral(
""));
1421 gridLayout_4->addWidget(playbackSequential, 13, 3, 1, 1);
1423 play =
new QKeySequenceEdit(pagePlayback);
1424 play->setObjectName(QStringLiteral(
"play"));
1425 play->setKeySequence(QStringLiteral(
""));
1427 gridLayout_4->addWidget(play, 5, 3, 1, 1);
1429 stop =
new QKeySequenceEdit(pagePlayback);
1430 stop->setObjectName(QStringLiteral(
"stop"));
1431 stop->setKeySequence(QStringLiteral(
""));
1433 gridLayout_4->addWidget(stop, 7, 3, 1, 1);
1435 skipForward =
new QKeySequenceEdit(pagePlayback);
1436 skipForward->setObjectName(QStringLiteral(
"skipForward"));
1437 skipForward->setKeySequence(QStringLiteral(
""));
1439 gridLayout_4->addWidget(skipForward, 11, 3, 1, 1);
1441 playbackCurrentItemOnceReset =
new QPushButton(pagePlayback);
1442 playbackCurrentItemOnceReset->setObjectName(QStringLiteral(
"playbackCurrentItemOnceReset"));
1443 sizePolicy4.setHeightForWidth(playbackCurrentItemOnceReset->sizePolicy().hasHeightForWidth());
1444 playbackCurrentItemOnceReset->setSizePolicy(sizePolicy4);
1445 playbackCurrentItemOnceReset->setMaximumSize(QSize(32, 16777215));
1446 playbackCurrentItemOnceReset->setFont(font1);
1447 playbackCurrentItemOnceReset->setText(QStringLiteral(
""));
1448 playbackCurrentItemOnceReset->setIcon(icon8);
1449 playbackCurrentItemOnceReset->setFlat(
true);
1451 gridLayout_4->addWidget(playbackCurrentItemOnceReset, 20, 6, 1, 1);
1453 seekBackward =
new QKeySequenceEdit(pagePlayback);
1454 seekBackward->setObjectName(QStringLiteral(
"seekBackward"));
1455 seekBackward->setKeySequence(QStringLiteral(
""));
1457 gridLayout_4->addWidget(seekBackward, 3, 3, 1, 1);
1459 playbackRandomReset =
new QPushButton(pagePlayback);
1460 playbackRandomReset->setObjectName(QStringLiteral(
"playbackRandomReset"));
1461 sizePolicy4.setHeightForWidth(playbackRandomReset->sizePolicy().hasHeightForWidth());
1462 playbackRandomReset->setSizePolicy(sizePolicy4);
1463 playbackRandomReset->setMaximumSize(QSize(32, 16777215));
1464 playbackRandomReset->setFont(font1);
1465 playbackRandomReset->setText(QStringLiteral(
""));
1466 playbackRandomReset->setIcon(icon8);
1467 playbackRandomReset->setFlat(
true);
1469 gridLayout_4->addWidget(playbackRandomReset, 17, 6, 1, 1);
1471 seekForward =
new QKeySequenceEdit(pagePlayback);
1472 seekForward->setObjectName(QStringLiteral(
"seekForward"));
1473 seekForward->setKeySequence(QStringLiteral(
""));
1475 gridLayout_4->addWidget(seekForward, 9, 3, 1, 1);
1477 labelIncreaseVolume =
new QLabel(pagePlayback);
1478 labelIncreaseVolume->setObjectName(QStringLiteral(
"labelIncreaseVolume"));
1479 sizePolicy4.setHeightForWidth(labelIncreaseVolume->sizePolicy().hasHeightForWidth());
1480 labelIncreaseVolume->setSizePolicy(sizePolicy4);
1482 gridLayout_4->addWidget(labelIncreaseVolume, 26, 0, 1, 1);
1484 decreaseVolumeReset =
new QPushButton(pagePlayback);
1485 decreaseVolumeReset->setObjectName(QStringLiteral(
"decreaseVolumeReset"));
1486 sizePolicy4.setHeightForWidth(decreaseVolumeReset->sizePolicy().hasHeightForWidth());
1487 decreaseVolumeReset->setSizePolicy(sizePolicy4);
1488 decreaseVolumeReset->setMaximumSize(QSize(32, 16777215));
1489 decreaseVolumeReset->setFont(font1);
1490 decreaseVolumeReset->setText(QStringLiteral(
""));
1491 decreaseVolumeReset->setIcon(icon8);
1492 decreaseVolumeReset->setFlat(
true);
1494 gridLayout_4->addWidget(decreaseVolumeReset, 28, 6, 1, 1);
1496 currentItemOnceButton =
new QLabel(pagePlayback);
1497 currentItemOnceButton->setObjectName(QStringLiteral(
"currentItemOnceButton"));
1498 sizePolicy4.setHeightForWidth(currentItemOnceButton->sizePolicy().hasHeightForWidth());
1499 currentItemOnceButton->setSizePolicy(sizePolicy4);
1500 currentItemOnceButton->setMinimumSize(QSize(22, 22));
1501 currentItemOnceButton->setMaximumSize(QSize(22, 22));
1502 currentItemOnceButton->setText(QStringLiteral(
""));
1503 currentItemOnceButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/itemOnce")));
1504 currentItemOnceButton->setScaledContents(
true);
1505 currentItemOnceButton->setAlignment(Qt::AlignCenter);
1506 currentItemOnceButton->setTextInteractionFlags(Qt::NoTextInteraction);
1508 gridLayout_4->addWidget(currentItemOnceButton, 20, 1, 1, 1);
1510 labelRepeat =
new QLabel(pagePlayback);
1511 labelRepeat->setObjectName(QStringLiteral(
"labelRepeat"));
1512 sizePolicy4.setHeightForWidth(labelRepeat->sizePolicy().hasHeightForWidth());
1513 labelRepeat->setSizePolicy(sizePolicy4);
1515 gridLayout_4->addWidget(labelRepeat, 15, 0, 1, 1);
1517 repeatButton =
new QLabel(pagePlayback);
1518 repeatButton->setObjectName(QStringLiteral(
"repeatButton"));
1519 sizePolicy4.setHeightForWidth(repeatButton->sizePolicy().hasHeightForWidth());
1520 repeatButton->setSizePolicy(sizePolicy4);
1521 repeatButton->setMinimumSize(QSize(22, 22));
1522 repeatButton->setMaximumSize(QSize(22, 22));
1523 repeatButton->setText(QStringLiteral(
""));
1524 repeatButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/repeat")));
1525 repeatButton->setScaledContents(
true);
1526 repeatButton->setAlignment(Qt::AlignCenter);
1527 repeatButton->setTextInteractionFlags(Qt::NoTextInteraction);
1529 gridLayout_4->addWidget(repeatButton, 15, 1, 1, 1);
1531 shuffleButton =
new QLabel(pagePlayback);
1532 shuffleButton->setObjectName(QStringLiteral(
"shuffleButton"));
1533 sizePolicy4.setHeightForWidth(shuffleButton->sizePolicy().hasHeightForWidth());
1534 shuffleButton->setSizePolicy(sizePolicy4);
1535 shuffleButton->setMinimumSize(QSize(22, 22));
1536 shuffleButton->setMaximumSize(QSize(22, 22));
1537 shuffleButton->setText(QStringLiteral(
""));
1538 shuffleButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/shuffle")));
1539 shuffleButton->setScaledContents(
true);
1540 shuffleButton->setAlignment(Qt::AlignCenter);
1541 shuffleButton->setTextInteractionFlags(Qt::NoTextInteraction);
1543 gridLayout_4->addWidget(shuffleButton, 17, 1, 1, 1);
1545 currentItemInLoopButton =
new QLabel(pagePlayback);
1546 currentItemInLoopButton->setObjectName(QStringLiteral(
"currentItemInLoopButton"));
1547 sizePolicy4.setHeightForWidth(currentItemInLoopButton->sizePolicy().hasHeightForWidth());
1548 currentItemInLoopButton->setSizePolicy(sizePolicy4);
1549 currentItemInLoopButton->setMinimumSize(QSize(22, 22));
1550 currentItemInLoopButton->setMaximumSize(QSize(22, 22));
1551 currentItemInLoopButton->setText(QStringLiteral(
""));
1552 currentItemInLoopButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/itemLoop")));
1553 currentItemInLoopButton->setScaledContents(
true);
1554 currentItemInLoopButton->setAlignment(Qt::AlignCenter);
1555 currentItemInLoopButton->setTextInteractionFlags(Qt::NoTextInteraction);
1557 gridLayout_4->addWidget(currentItemInLoopButton, 22, 1, 1, 1);
1559 mute =
new QKeySequenceEdit(pagePlayback);
1560 mute->setObjectName(QStringLiteral(
"mute"));
1561 mute->setKeySequence(QStringLiteral(
""));
1563 gridLayout_4->addWidget(mute, 24, 3, 1, 1);
1565 increaseVolume =
new QKeySequenceEdit(pagePlayback);
1566 increaseVolume->setObjectName(QStringLiteral(
"increaseVolume"));
1567 increaseVolume->setKeySequence(QStringLiteral(
""));
1569 gridLayout_4->addWidget(increaseVolume, 26, 3, 1, 1);
1571 decreaseVolume =
new QKeySequenceEdit(pagePlayback);
1572 decreaseVolume->setObjectName(QStringLiteral(
"decreaseVolume"));
1573 decreaseVolume->setKeySequence(QStringLiteral(
""));
1575 gridLayout_4->addWidget(decreaseVolume, 28, 3, 1, 1);
1577 labelCurrentItemInLoop =
new QLabel(pagePlayback);
1578 labelCurrentItemInLoop->setObjectName(QStringLiteral(
"labelCurrentItemInLoop"));
1579 sizePolicy4.setHeightForWidth(labelCurrentItemInLoop->sizePolicy().hasHeightForWidth());
1580 labelCurrentItemInLoop->setSizePolicy(sizePolicy4);
1582 gridLayout_4->addWidget(labelCurrentItemInLoop, 22, 0, 1, 1);
1584 playbackSequentialReset =
new QPushButton(pagePlayback);
1585 playbackSequentialReset->setObjectName(QStringLiteral(
"playbackSequentialReset"));
1586 sizePolicy4.setHeightForWidth(playbackSequentialReset->sizePolicy().hasHeightForWidth());
1587 playbackSequentialReset->setSizePolicy(sizePolicy4);
1588 playbackSequentialReset->setMaximumSize(QSize(32, 16777215));
1589 playbackSequentialReset->setFont(font1);
1590 playbackSequentialReset->setText(QStringLiteral(
""));
1591 playbackSequentialReset->setIcon(icon8);
1592 playbackSequentialReset->setFlat(
true);
1594 gridLayout_4->addWidget(playbackSequentialReset, 13, 6, 1, 1);
1596 labelMute =
new QLabel(pagePlayback);
1597 labelMute->setObjectName(QStringLiteral(
"labelMute"));
1598 sizePolicy4.setHeightForWidth(labelMute->sizePolicy().hasHeightForWidth());
1599 labelMute->setSizePolicy(sizePolicy4);
1601 gridLayout_4->addWidget(labelMute, 24, 0, 1, 1);
1603 playbackLoopReset =
new QPushButton(pagePlayback);
1604 playbackLoopReset->setObjectName(QStringLiteral(
"playbackLoopReset"));
1605 sizePolicy4.setHeightForWidth(playbackLoopReset->sizePolicy().hasHeightForWidth());
1606 playbackLoopReset->setSizePolicy(sizePolicy4);
1607 playbackLoopReset->setMaximumSize(QSize(32, 16777215));
1608 playbackLoopReset->setFont(font1);
1609 playbackLoopReset->setText(QStringLiteral(
""));
1610 playbackLoopReset->setIcon(icon8);
1611 playbackLoopReset->setFlat(
true);
1613 gridLayout_4->addWidget(playbackLoopReset, 15, 6, 1, 1);
1615 seekForwardReset =
new QPushButton(pagePlayback);
1616 seekForwardReset->setObjectName(QStringLiteral(
"seekForwardReset"));
1617 sizePolicy4.setHeightForWidth(seekForwardReset->sizePolicy().hasHeightForWidth());
1618 seekForwardReset->setSizePolicy(sizePolicy4);
1619 seekForwardReset->setMaximumSize(QSize(32, 16777215));
1620 seekForwardReset->setFont(font1);
1621 seekForwardReset->setText(QStringLiteral(
""));
1622 seekForwardReset->setIcon(icon8);
1623 seekForwardReset->setFlat(
true);
1625 gridLayout_4->addWidget(seekForwardReset, 9, 6, 1, 1);
1627 labelSkipForward =
new QLabel(pagePlayback);
1628 labelSkipForward->setObjectName(QStringLiteral(
"labelSkipForward"));
1629 sizePolicy4.setHeightForWidth(labelSkipForward->sizePolicy().hasHeightForWidth());
1630 labelSkipForward->setSizePolicy(sizePolicy4);
1632 gridLayout_4->addWidget(labelSkipForward, 11, 0, 1, 1);
1634 skipForwardReset =
new QPushButton(pagePlayback);
1635 skipForwardReset->setObjectName(QStringLiteral(
"skipForwardReset"));
1636 sizePolicy4.setHeightForWidth(skipForwardReset->sizePolicy().hasHeightForWidth());
1637 skipForwardReset->setSizePolicy(sizePolicy4);
1638 skipForwardReset->setMaximumSize(QSize(32, 16777215));
1639 skipForwardReset->setFont(font1);
1640 skipForwardReset->setText(QStringLiteral(
""));
1641 skipForwardReset->setIcon(icon8);
1642 skipForwardReset->setFlat(
true);
1644 gridLayout_4->addWidget(skipForwardReset, 11, 6, 1, 1);
1646 seekBackwardReset =
new QPushButton(pagePlayback);
1647 seekBackwardReset->setObjectName(QStringLiteral(
"seekBackwardReset"));
1648 sizePolicy4.setHeightForWidth(seekBackwardReset->sizePolicy().hasHeightForWidth());
1649 seekBackwardReset->setSizePolicy(sizePolicy4);
1650 seekBackwardReset->setMaximumSize(QSize(32, 16777215));
1651 seekBackwardReset->setFont(font1);
1652 seekBackwardReset->setText(QStringLiteral(
""));
1653 seekBackwardReset->setIcon(icon8);
1654 seekBackwardReset->setFlat(
true);
1656 gridLayout_4->addWidget(seekBackwardReset, 3, 6, 1, 1);
1658 stopReset =
new QPushButton(pagePlayback);
1659 stopReset->setObjectName(QStringLiteral(
"stopReset"));
1660 sizePolicy4.setHeightForWidth(stopReset->sizePolicy().hasHeightForWidth());
1661 stopReset->setSizePolicy(sizePolicy4);
1662 stopReset->setMaximumSize(QSize(32, 16777215));
1663 stopReset->setFont(font1);
1664 stopReset->setText(QStringLiteral(
""));
1665 stopReset->setIcon(icon8);
1666 stopReset->setFlat(
true);
1668 gridLayout_4->addWidget(stopReset, 7, 6, 1, 1);
1670 vs_playback_fixed_2 =
new QSpacerItem(0, 14, QSizePolicy::Minimum, QSizePolicy::Fixed);
1672 gridLayout_4->addItem(vs_playback_fixed_2, 23, 0, 1, 1);
1674 skipForwardButton =
new QLabel(pagePlayback);
1675 skipForwardButton->setObjectName(QStringLiteral(
"skipForwardButton"));
1676 sizePolicy4.setHeightForWidth(skipForwardButton->sizePolicy().hasHeightForWidth());
1677 skipForwardButton->setSizePolicy(sizePolicy4);
1678 skipForwardButton->setMinimumSize(QSize(22, 22));
1679 skipForwardButton->setMaximumSize(QSize(22, 22));
1680 skipForwardButton->setText(QStringLiteral(
""));
1681 skipForwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/skipForward")));
1682 skipForwardButton->setScaledContents(
true);
1683 skipForwardButton->setAlignment(Qt::AlignCenter);
1684 skipForwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1686 gridLayout_4->addWidget(skipForwardButton, 11, 1, 1, 1);
1688 labelDecreaseVolume =
new QLabel(pagePlayback);
1689 labelDecreaseVolume->setObjectName(QStringLiteral(
"labelDecreaseVolume"));
1690 sizePolicy4.setHeightForWidth(labelDecreaseVolume->sizePolicy().hasHeightForWidth());
1691 labelDecreaseVolume->setSizePolicy(sizePolicy4);
1693 gridLayout_4->addWidget(labelDecreaseVolume, 28, 0, 1, 1);
1695 playbackCurrentItemInLoopReset =
new QPushButton(pagePlayback);
1696 playbackCurrentItemInLoopReset->setObjectName(QStringLiteral(
"playbackCurrentItemInLoopReset"));
1697 sizePolicy4.setHeightForWidth(playbackCurrentItemInLoopReset->sizePolicy().hasHeightForWidth());
1698 playbackCurrentItemInLoopReset->setSizePolicy(sizePolicy4);
1699 playbackCurrentItemInLoopReset->setMaximumSize(QSize(32, 16777215));
1700 playbackCurrentItemInLoopReset->setFont(font1);
1701 playbackCurrentItemInLoopReset->setText(QStringLiteral(
""));
1702 playbackCurrentItemInLoopReset->setIcon(icon8);
1703 playbackCurrentItemInLoopReset->setFlat(
true);
1705 gridLayout_4->addWidget(playbackCurrentItemInLoopReset, 22, 6, 1, 1);
1707 labelShuffle =
new QLabel(pagePlayback);
1708 labelShuffle->setObjectName(QStringLiteral(
"labelShuffle"));
1709 sizePolicy4.setHeightForWidth(labelShuffle->sizePolicy().hasHeightForWidth());
1710 labelShuffle->setSizePolicy(sizePolicy4);
1712 gridLayout_4->addWidget(labelShuffle, 17, 0, 1, 1);
1714 labelCurrentItemOnce =
new QLabel(pagePlayback);
1715 labelCurrentItemOnce->setObjectName(QStringLiteral(
"labelCurrentItemOnce"));
1716 sizePolicy4.setHeightForWidth(labelCurrentItemOnce->sizePolicy().hasHeightForWidth());
1717 labelCurrentItemOnce->setSizePolicy(sizePolicy4);
1719 gridLayout_4->addWidget(labelCurrentItemOnce, 20, 0, 1, 1);
1721 labelSeekForward =
new QLabel(pagePlayback);
1722 labelSeekForward->setObjectName(QStringLiteral(
"labelSeekForward"));
1723 sizePolicy4.setHeightForWidth(labelSeekForward->sizePolicy().hasHeightForWidth());
1724 labelSeekForward->setSizePolicy(sizePolicy4);
1726 gridLayout_4->addWidget(labelSeekForward, 9, 0, 1, 1);
1728 playbackLoopClear =
new QPushButton(pagePlayback);
1729 playbackLoopClear->setObjectName(QStringLiteral(
"playbackLoopClear"));
1730 sizePolicy4.setHeightForWidth(playbackLoopClear->sizePolicy().hasHeightForWidth());
1731 playbackLoopClear->setSizePolicy(sizePolicy4);
1732 playbackLoopClear->setMaximumSize(QSize(32, 16777215));
1733 playbackLoopClear->setFont(font1);
1734 playbackLoopClear->setText(QStringLiteral(
""));
1735 playbackLoopClear->setIcon(icon9);
1736 playbackLoopClear->setFlat(
true);
1738 gridLayout_4->addWidget(playbackLoopClear, 15, 5, 1, 1);
1740 seekForwardButton =
new QLabel(pagePlayback);
1741 seekForwardButton->setObjectName(QStringLiteral(
"seekForwardButton"));
1742 sizePolicy4.setHeightForWidth(seekForwardButton->sizePolicy().hasHeightForWidth());
1743 seekForwardButton->setSizePolicy(sizePolicy4);
1744 seekForwardButton->setMinimumSize(QSize(22, 22));
1745 seekForwardButton->setMaximumSize(QSize(22, 22));
1746 seekForwardButton->setText(QStringLiteral(
""));
1747 seekForwardButton->setPixmap(QPixmap(QString::fromUtf8(
":/player/oxygen/seekForward")));
1748 seekForwardButton->setScaledContents(
true);
1749 seekForwardButton->setAlignment(Qt::AlignCenter);
1750 seekForwardButton->setTextInteractionFlags(Qt::NoTextInteraction);
1752 gridLayout_4->addWidget(seekForwardButton, 9, 1, 1, 1);
1754 labelPlayPause =
new QLabel(pagePlayback);
1755 labelPlayPause->setObjectName(QStringLiteral(
"labelPlayPause"));
1756 sizePolicy4.setHeightForWidth(labelPlayPause->sizePolicy().hasHeightForWidth());
1757 labelPlayPause->setSizePolicy(sizePolicy4);
1759 gridLayout_4->addWidget(labelPlayPause, 5, 0, 1, 1);
1761 skipForwardClear =
new QPushButton(pagePlayback);
1762 skipForwardClear->setObjectName(QStringLiteral(
"skipForwardClear"));
1763 sizePolicy4.setHeightForWidth(skipForwardClear->sizePolicy().hasHeightForWidth());
1764 skipForwardClear->setSizePolicy(sizePolicy4);
1765 skipForwardClear->setMaximumSize(QSize(32, 16777215));
1766 skipForwardClear->setFont(font1);
1767 skipForwardClear->setText(QStringLiteral(
""));
1768 skipForwardClear->setIcon(icon9);
1769 skipForwardClear->setFlat(
true);
1771 gridLayout_4->addWidget(skipForwardClear, 11, 5, 1, 1);
1773 playbackSequentialClear =
new QPushButton(pagePlayback);
1774 playbackSequentialClear->setObjectName(QStringLiteral(
"playbackSequentialClear"));
1775 sizePolicy4.setHeightForWidth(playbackSequentialClear->sizePolicy().hasHeightForWidth());
1776 playbackSequentialClear->setSizePolicy(sizePolicy4);
1777 playbackSequentialClear->setMaximumSize(QSize(32, 16777215));
1778 playbackSequentialClear->setFont(font1);
1779 playbackSequentialClear->setText(QStringLiteral(
""));
1780 playbackSequentialClear->setIcon(icon9);
1781 playbackSequentialClear->setFlat(
true);
1783 gridLayout_4->addWidget(playbackSequentialClear, 13, 5, 1, 1);
1785 muteClear =
new QPushButton(pagePlayback);
1786 muteClear->setObjectName(QStringLiteral(
"muteClear"));
1787 sizePolicy4.setHeightForWidth(muteClear->sizePolicy().hasHeightForWidth());
1788 muteClear->setSizePolicy(sizePolicy4);
1789 muteClear->setMaximumSize(QSize(32, 16777215));
1790 muteClear->setFont(font1);
1791 muteClear->setText(QStringLiteral(
""));
1792 muteClear->setIcon(icon9);
1793 muteClear->setFlat(
true);
1795 gridLayout_4->addWidget(muteClear, 24, 5, 1, 1);
1797 playbackRandomClear =
new QPushButton(pagePlayback);
1798 playbackRandomClear->setObjectName(QStringLiteral(
"playbackRandomClear"));
1799 sizePolicy4.setHeightForWidth(playbackRandomClear->sizePolicy().hasHeightForWidth());
1800 playbackRandomClear->setSizePolicy(sizePolicy4);
1801 playbackRandomClear->setMaximumSize(QSize(32, 16777215));
1802 playbackRandomClear->setFont(font1);
1803 playbackRandomClear->setText(QStringLiteral(
""));
1804 playbackRandomClear->setIcon(icon9);
1805 playbackRandomClear->setFlat(
true);
1807 gridLayout_4->addWidget(playbackRandomClear, 17, 5, 1, 1);
1809 playbackCurrentItemOnceClear =
new QPushButton(pagePlayback);
1810 playbackCurrentItemOnceClear->setObjectName(QStringLiteral(
"playbackCurrentItemOnceClear"));
1811 sizePolicy4.setHeightForWidth(playbackCurrentItemOnceClear->sizePolicy().hasHeightForWidth());
1812 playbackCurrentItemOnceClear->setSizePolicy(sizePolicy4);
1813 playbackCurrentItemOnceClear->setMaximumSize(QSize(32, 16777215));
1814 playbackCurrentItemOnceClear->setFont(font1);
1815 playbackCurrentItemOnceClear->setText(QStringLiteral(
""));
1816 playbackCurrentItemOnceClear->setIcon(icon9);
1817 playbackCurrentItemOnceClear->setFlat(
true);
1819 gridLayout_4->addWidget(playbackCurrentItemOnceClear, 20, 5, 1, 1);
1821 playbackCurrentItemInLoopClear =
new QPushButton(pagePlayback);
1822 playbackCurrentItemInLoopClear->setObjectName(QStringLiteral(
"playbackCurrentItemInLoopClear"));
1823 sizePolicy4.setHeightForWidth(playbackCurrentItemInLoopClear->sizePolicy().hasHeightForWidth());
1824 playbackCurrentItemInLoopClear->setSizePolicy(sizePolicy4);
1825 playbackCurrentItemInLoopClear->setMaximumSize(QSize(32, 16777215));
1826 playbackCurrentItemInLoopClear->setFont(font1);
1827 playbackCurrentItemInLoopClear->setText(QStringLiteral(
""));
1828 playbackCurrentItemInLoopClear->setIcon(icon9);
1829 playbackCurrentItemInLoopClear->setFlat(
true);
1831 gridLayout_4->addWidget(playbackCurrentItemInLoopClear, 22, 5, 1, 1);
1833 increaseVolumeClear =
new QPushButton(pagePlayback);
1834 increaseVolumeClear->setObjectName(QStringLiteral(
"increaseVolumeClear"));
1835 sizePolicy4.setHeightForWidth(increaseVolumeClear->sizePolicy().hasHeightForWidth());
1836 increaseVolumeClear->setSizePolicy(sizePolicy4);
1837 increaseVolumeClear->setMaximumSize(QSize(32, 16777215));
1838 increaseVolumeClear->setFont(font1);
1839 increaseVolumeClear->setText(QStringLiteral(
""));
1840 increaseVolumeClear->setIcon(icon9);
1841 increaseVolumeClear->setFlat(
true);
1843 gridLayout_4->addWidget(increaseVolumeClear, 26, 5, 1, 1);
1845 decreaseVolumeClear =
new QPushButton(pagePlayback);
1846 decreaseVolumeClear->setObjectName(QStringLiteral(
"decreaseVolumeClear"));
1847 sizePolicy4.setHeightForWidth(decreaseVolumeClear->sizePolicy().hasHeightForWidth());
1848 decreaseVolumeClear->setSizePolicy(sizePolicy4);
1849 decreaseVolumeClear->setMaximumSize(QSize(32, 16777215));
1850 decreaseVolumeClear->setFont(font1);
1851 decreaseVolumeClear->setText(QStringLiteral(
""));
1852 decreaseVolumeClear->setIcon(icon9);
1853 decreaseVolumeClear->setFlat(
true);
1855 gridLayout_4->addWidget(decreaseVolumeClear, 28, 5, 1, 1);
1857 label =
new QLabel(pagePlayback);
1858 label->setObjectName(QStringLiteral(
"label"));
1859 label->setEnabled(
false);
1860 sizePolicy4.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
1861 label->setSizePolicy(sizePolicy4);
1863 gridLayout_4->addWidget(label, 0, 4, 1, 1);
1865 label_2 =
new QLabel(pagePlayback);
1866 label_2->setObjectName(QStringLiteral(
"label_2"));
1867 sizePolicy4.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
1868 label_2->setSizePolicy(sizePolicy4);
1870 gridLayout_4->addWidget(label_2, 0, 5, 1, 1);
1872 label_3 =
new QLabel(pagePlayback);
1873 label_3->setObjectName(QStringLiteral(
"label_3"));
1874 sizePolicy4.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
1875 label_3->setSizePolicy(sizePolicy4);
1877 gridLayout_4->addWidget(label_3, 0, 6, 1, 1);
1879 seekBackwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1880 seekBackwardGlobalCheckBox->setObjectName(QStringLiteral(
"seekBackwardGlobalCheckBox"));
1881 seekBackwardGlobalCheckBox->setEnabled(
false);
1882 sizePolicy4.setHeightForWidth(seekBackwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1883 seekBackwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1884 seekBackwardGlobalCheckBox->setText(QStringLiteral(
""));
1886 gridLayout_4->addWidget(seekBackwardGlobalCheckBox, 3, 4, 1, 1);
1888 playGlobalCheckBox =
new QCheckBox(pagePlayback);
1889 playGlobalCheckBox->setObjectName(QStringLiteral(
"playGlobalCheckBox"));
1890 playGlobalCheckBox->setEnabled(
false);
1891 sizePolicy4.setHeightForWidth(playGlobalCheckBox->sizePolicy().hasHeightForWidth());
1892 playGlobalCheckBox->setSizePolicy(sizePolicy4);
1893 playGlobalCheckBox->setText(QStringLiteral(
""));
1895 gridLayout_4->addWidget(playGlobalCheckBox, 5, 4, 1, 1);
1897 stopBackwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1898 stopBackwardGlobalCheckBox->setObjectName(QStringLiteral(
"stopBackwardGlobalCheckBox"));
1899 stopBackwardGlobalCheckBox->setEnabled(
false);
1900 sizePolicy4.setHeightForWidth(stopBackwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1901 stopBackwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1902 stopBackwardGlobalCheckBox->setText(QStringLiteral(
""));
1904 gridLayout_4->addWidget(stopBackwardGlobalCheckBox, 7, 4, 1, 1);
1906 seekForwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1907 seekForwardGlobalCheckBox->setObjectName(QStringLiteral(
"seekForwardGlobalCheckBox"));
1908 seekForwardGlobalCheckBox->setEnabled(
false);
1909 sizePolicy4.setHeightForWidth(seekForwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1910 seekForwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1911 seekForwardGlobalCheckBox->setText(QStringLiteral(
""));
1913 gridLayout_4->addWidget(seekForwardGlobalCheckBox, 9, 4, 1, 1);
1915 skipForwardGlobalCheckBox =
new QCheckBox(pagePlayback);
1916 skipForwardGlobalCheckBox->setObjectName(QStringLiteral(
"skipForwardGlobalCheckBox"));
1917 skipForwardGlobalCheckBox->setEnabled(
false);
1918 sizePolicy4.setHeightForWidth(skipForwardGlobalCheckBox->sizePolicy().hasHeightForWidth());
1919 skipForwardGlobalCheckBox->setSizePolicy(sizePolicy4);
1920 skipForwardGlobalCheckBox->setText(QStringLiteral(
""));
1922 gridLayout_4->addWidget(skipForwardGlobalCheckBox, 11, 4, 1, 1);
1924 playbackSequentialGlobalCheckBox =
new QCheckBox(pagePlayback);
1925 playbackSequentialGlobalCheckBox->setObjectName(QStringLiteral(
"playbackSequentialGlobalCheckBox"));
1926 playbackSequentialGlobalCheckBox->setEnabled(
false);
1927 sizePolicy4.setHeightForWidth(playbackSequentialGlobalCheckBox->sizePolicy().hasHeightForWidth());
1928 playbackSequentialGlobalCheckBox->setSizePolicy(sizePolicy4);
1929 playbackSequentialGlobalCheckBox->setText(QStringLiteral(
""));
1931 gridLayout_4->addWidget(playbackSequentialGlobalCheckBox, 13, 4, 1, 1);
1933 playbackLoopGlobalCheckBox =
new QCheckBox(pagePlayback);
1934 playbackLoopGlobalCheckBox->setObjectName(QStringLiteral(
"playbackLoopGlobalCheckBox"));
1935 playbackLoopGlobalCheckBox->setEnabled(
false);
1936 sizePolicy4.setHeightForWidth(playbackLoopGlobalCheckBox->sizePolicy().hasHeightForWidth());
1937 playbackLoopGlobalCheckBox->setSizePolicy(sizePolicy4);
1938 playbackLoopGlobalCheckBox->setText(QStringLiteral(
""));
1940 gridLayout_4->addWidget(playbackLoopGlobalCheckBox, 15, 4, 1, 1);
1942 playbackRandomGlobalCheckBox =
new QCheckBox(pagePlayback);
1943 playbackRandomGlobalCheckBox->setObjectName(QStringLiteral(
"playbackRandomGlobalCheckBox"));
1944 playbackRandomGlobalCheckBox->setEnabled(
false);
1945 sizePolicy4.setHeightForWidth(playbackRandomGlobalCheckBox->sizePolicy().hasHeightForWidth());
1946 playbackRandomGlobalCheckBox->setSizePolicy(sizePolicy4);
1947 playbackRandomGlobalCheckBox->setText(QStringLiteral(
""));
1949 gridLayout_4->addWidget(playbackRandomGlobalCheckBox, 17, 4, 1, 1);
1951 playbackCurrentItemOnceGlobalCheckBox =
new QCheckBox(pagePlayback);
1952 playbackCurrentItemOnceGlobalCheckBox->setObjectName(QStringLiteral(
"playbackCurrentItemOnceGlobalCheckBox"));
1953 playbackCurrentItemOnceGlobalCheckBox->setEnabled(
false);
1954 sizePolicy4.setHeightForWidth(playbackCurrentItemOnceGlobalCheckBox->sizePolicy().hasHeightForWidth());
1955 playbackCurrentItemOnceGlobalCheckBox->setSizePolicy(sizePolicy4);
1956 playbackCurrentItemOnceGlobalCheckBox->setText(QStringLiteral(
""));
1958 gridLayout_4->addWidget(playbackCurrentItemOnceGlobalCheckBox, 20, 4, 1, 1);
1960 playbackCurrentItemInLoopGlobalCheckBox =
new QCheckBox(pagePlayback);
1961 playbackCurrentItemInLoopGlobalCheckBox->setObjectName(QStringLiteral(
"playbackCurrentItemInLoopGlobalCheckBox"));
1962 playbackCurrentItemInLoopGlobalCheckBox->setEnabled(
false);
1963 sizePolicy4.setHeightForWidth(playbackCurrentItemInLoopGlobalCheckBox->sizePolicy().hasHeightForWidth());
1964 playbackCurrentItemInLoopGlobalCheckBox->setSizePolicy(sizePolicy4);
1965 playbackCurrentItemInLoopGlobalCheckBox->setText(QStringLiteral(
""));
1967 gridLayout_4->addWidget(playbackCurrentItemInLoopGlobalCheckBox, 22, 4, 1, 1);
1969 muteGlobalCheckBox =
new QCheckBox(pagePlayback);
1970 muteGlobalCheckBox->setObjectName(QStringLiteral(
"muteGlobalCheckBox"));
1971 muteGlobalCheckBox->setEnabled(
false);
1972 sizePolicy4.setHeightForWidth(muteGlobalCheckBox->sizePolicy().hasHeightForWidth());
1973 muteGlobalCheckBox->setSizePolicy(sizePolicy4);
1974 muteGlobalCheckBox->setText(QStringLiteral(
""));
1976 gridLayout_4->addWidget(muteGlobalCheckBox, 24, 4, 1, 1);
1978 increaseVolumeGlobalCheckBox =
new QCheckBox(pagePlayback);
1979 increaseVolumeGlobalCheckBox->setObjectName(QStringLiteral(
"increaseVolumeGlobalCheckBox"));
1980 increaseVolumeGlobalCheckBox->setEnabled(
false);
1981 sizePolicy4.setHeightForWidth(increaseVolumeGlobalCheckBox->sizePolicy().hasHeightForWidth());
1982 increaseVolumeGlobalCheckBox->setSizePolicy(sizePolicy4);
1983 increaseVolumeGlobalCheckBox->setText(QStringLiteral(
""));
1985 gridLayout_4->addWidget(increaseVolumeGlobalCheckBox, 26, 4, 1, 1);
1987 decreaseVolumeGlobalCheckBox =
new QCheckBox(pagePlayback);
1988 decreaseVolumeGlobalCheckBox->setObjectName(QStringLiteral(
"decreaseVolumeGlobalCheckBox"));
1989 decreaseVolumeGlobalCheckBox->setEnabled(
false);
1990 sizePolicy4.setHeightForWidth(decreaseVolumeGlobalCheckBox->sizePolicy().hasHeightForWidth());
1991 decreaseVolumeGlobalCheckBox->setSizePolicy(sizePolicy4);
1992 decreaseVolumeGlobalCheckBox->setText(QStringLiteral(
""));
1994 gridLayout_4->addWidget(decreaseVolumeGlobalCheckBox, 28, 4, 1, 1);
1996 shortcutsToolBox->addItem(pagePlayback, QStringLiteral(
"Playback"));
1997 pagePlaylist =
new QWidget();
1998 pagePlaylist->setObjectName(QStringLiteral(
"pagePlaylist"));
1999 pagePlaylist->setGeometry(QRect(0, 0, 307, 212));
2000 gridLayout_2 =
new QGridLayout(pagePlaylist);
2001 gridLayout_2->setObjectName(QStringLiteral(
"gridLayout_2"));
2002 labelMoveTrackUp =
new QLabel(pagePlaylist);
2003 labelMoveTrackUp->setObjectName(QStringLiteral(
"labelMoveTrackUp"));
2005 gridLayout_2->addWidget(labelMoveTrackUp, 7, 0, 1, 1);
2007 labelMoveTrackDown =
new QLabel(pagePlaylist);
2008 labelMoveTrackDown->setObjectName(QStringLiteral(
"labelMoveTrackDown"));
2010 gridLayout_2->addWidget(labelMoveTrackDown, 9, 0, 1, 1);
2012 vs_playlist =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2014 gridLayout_2->addItem(vs_playlist, 13, 0, 1, 1);
2016 labelOpenPlaylistManager =
new QLabel(pagePlaylist);
2017 labelOpenPlaylistManager->setObjectName(QStringLiteral(
"labelOpenPlaylistManager"));
2019 gridLayout_2->addWidget(labelOpenPlaylistManager, 5, 0, 1, 1);
2021 deleteCurrentPlaylistReset =
new QPushButton(pagePlaylist);
2022 deleteCurrentPlaylistReset->setObjectName(QStringLiteral(
"deleteCurrentPlaylistReset"));
2023 deleteCurrentPlaylistReset->setMaximumSize(QSize(32, 16777215));
2024 deleteCurrentPlaylistReset->setFont(font1);
2025 deleteCurrentPlaylistReset->setText(QStringLiteral(
""));
2026 deleteCurrentPlaylistReset->setIcon(icon8);
2027 deleteCurrentPlaylistReset->setFlat(
true);
2029 gridLayout_2->addWidget(deleteCurrentPlaylistReset, 3, 4, 1, 1);
2031 moveTracksUpReset =
new QPushButton(pagePlaylist);
2032 moveTracksUpReset->setObjectName(QStringLiteral(
"moveTracksUpReset"));
2033 moveTracksUpReset->setMaximumSize(QSize(32, 16777215));
2034 moveTracksUpReset->setFont(font1);
2035 moveTracksUpReset->setText(QStringLiteral(
""));
2036 moveTracksUpReset->setIcon(icon8);
2037 moveTracksUpReset->setFlat(
true);
2039 gridLayout_2->addWidget(moveTracksUpReset, 7, 4, 1, 1);
2041 hs_playlist =
new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
2043 gridLayout_2->addItem(hs_playlist, 1, 1, 1, 1);
2045 labelRemoveSelectedTracks =
new QLabel(pagePlaylist);
2046 labelRemoveSelectedTracks->setObjectName(QStringLiteral(
"labelRemoveSelectedTracks"));
2048 gridLayout_2->addWidget(labelRemoveSelectedTracks, 11, 0, 1, 1);
2050 moveTracksDownReset =
new QPushButton(pagePlaylist);
2051 moveTracksDownReset->setObjectName(QStringLiteral(
"moveTracksDownReset"));
2052 moveTracksDownReset->setMaximumSize(QSize(32, 16777215));
2053 moveTracksDownReset->setFont(font1);
2054 moveTracksDownReset->setText(QStringLiteral(
""));
2055 moveTracksDownReset->setIcon(icon8);
2056 moveTracksDownReset->setFlat(
true);
2058 gridLayout_2->addWidget(moveTracksDownReset, 9, 4, 1, 1);
2060 labelAddPlaylist =
new QLabel(pagePlaylist);
2061 labelAddPlaylist->setObjectName(QStringLiteral(
"labelAddPlaylist"));
2062 QSizePolicy sizePolicy5(QSizePolicy::Fixed, QSizePolicy::Preferred);
2063 sizePolicy5.setHorizontalStretch(0);
2064 sizePolicy5.setVerticalStretch(0);
2065 sizePolicy5.setHeightForWidth(labelAddPlaylist->sizePolicy().hasHeightForWidth());
2066 labelAddPlaylist->setSizePolicy(sizePolicy5);
2068 gridLayout_2->addWidget(labelAddPlaylist, 1, 0, 1, 1);
2070 removeSelectedTracksReset =
new QPushButton(pagePlaylist);
2071 removeSelectedTracksReset->setObjectName(QStringLiteral(
"removeSelectedTracksReset"));
2072 removeSelectedTracksReset->setMaximumSize(QSize(32, 16777215));
2073 removeSelectedTracksReset->setFont(font1);
2074 removeSelectedTracksReset->setText(QStringLiteral(
""));
2075 removeSelectedTracksReset->setIcon(icon8);
2076 removeSelectedTracksReset->setFlat(
true);
2078 gridLayout_2->addWidget(removeSelectedTracksReset, 11, 4, 1, 1);
2080 addPlaylistReset =
new QPushButton(pagePlaylist);
2081 addPlaylistReset->setObjectName(QStringLiteral(
"addPlaylistReset"));
2082 addPlaylistReset->setMaximumSize(QSize(32, 16777215));
2083 addPlaylistReset->setFont(font1);
2084 addPlaylistReset->setText(QStringLiteral(
""));
2085 addPlaylistReset->setIcon(icon8);
2086 addPlaylistReset->setFlat(
true);
2088 gridLayout_2->addWidget(addPlaylistReset, 1, 4, 1, 1);
2090 openPlaylistManagerReset =
new QPushButton(pagePlaylist);
2091 openPlaylistManagerReset->setObjectName(QStringLiteral(
"openPlaylistManagerReset"));
2092 openPlaylistManagerReset->setMaximumSize(QSize(32, 16777215));
2093 openPlaylistManagerReset->setFont(font1);
2094 openPlaylistManagerReset->setText(QStringLiteral(
""));
2095 openPlaylistManagerReset->setIcon(icon8);
2096 openPlaylistManagerReset->setFlat(
true);
2098 gridLayout_2->addWidget(openPlaylistManagerReset, 5, 4, 1, 1);
2100 labelDeleteCurrentPlaylist =
new QLabel(pagePlaylist);
2101 labelDeleteCurrentPlaylist->setObjectName(QStringLiteral(
"labelDeleteCurrentPlaylist"));
2102 sizePolicy5.setHeightForWidth(labelDeleteCurrentPlaylist->sizePolicy().hasHeightForWidth());
2103 labelDeleteCurrentPlaylist->setSizePolicy(sizePolicy5);
2105 gridLayout_2->addWidget(labelDeleteCurrentPlaylist, 3, 0, 1, 1);
2107 addPlaylist =
new QKeySequenceEdit(pagePlaylist);
2108 addPlaylist->setObjectName(QStringLiteral(
"addPlaylist"));
2109 addPlaylist->setKeySequence(QStringLiteral(
""));
2111 gridLayout_2->addWidget(addPlaylist, 1, 2, 1, 1);
2113 deleteCurrentPlaylist =
new QKeySequenceEdit(pagePlaylist);
2114 deleteCurrentPlaylist->setObjectName(QStringLiteral(
"deleteCurrentPlaylist"));
2115 deleteCurrentPlaylist->setKeySequence(QStringLiteral(
""));
2117 gridLayout_2->addWidget(deleteCurrentPlaylist, 3, 2, 1, 1);
2119 openPlaylistManager =
new QKeySequenceEdit(pagePlaylist);
2120 openPlaylistManager->setObjectName(QStringLiteral(
"openPlaylistManager"));
2121 openPlaylistManager->setKeySequence(QStringLiteral(
""));
2123 gridLayout_2->addWidget(openPlaylistManager, 5, 2, 1, 1);
2125 moveTracksUp =
new QKeySequenceEdit(pagePlaylist);
2126 moveTracksUp->setObjectName(QStringLiteral(
"moveTracksUp"));
2127 moveTracksUp->setKeySequence(QStringLiteral(
""));
2129 gridLayout_2->addWidget(moveTracksUp, 7, 2, 1, 1);
2131 moveTracksDown =
new QKeySequenceEdit(pagePlaylist);
2132 moveTracksDown->setObjectName(QStringLiteral(
"moveTracksDown"));
2133 moveTracksDown->setKeySequence(QStringLiteral(
""));
2135 gridLayout_2->addWidget(moveTracksDown, 9, 2, 1, 1);
2137 removeSelectedTracks =
new QKeySequenceEdit(pagePlaylist);
2138 removeSelectedTracks->setObjectName(QStringLiteral(
"removeSelectedTracks"));
2139 removeSelectedTracks->setKeySequence(QStringLiteral(
""));
2141 gridLayout_2->addWidget(removeSelectedTracks, 11, 2, 1, 1);
2143 addPlaylistClear =
new QPushButton(pagePlaylist);
2144 addPlaylistClear->setObjectName(QStringLiteral(
"addPlaylistClear"));
2145 addPlaylistClear->setMaximumSize(QSize(32, 16777215));
2146 addPlaylistClear->setFont(font1);
2147 addPlaylistClear->setText(QStringLiteral(
""));
2148 addPlaylistClear->setIcon(icon9);
2149 addPlaylistClear->setFlat(
true);
2151 gridLayout_2->addWidget(addPlaylistClear, 1, 3, 1, 1);
2153 deleteCurrentPlaylistClear =
new QPushButton(pagePlaylist);
2154 deleteCurrentPlaylistClear->setObjectName(QStringLiteral(
"deleteCurrentPlaylistClear"));
2155 deleteCurrentPlaylistClear->setMaximumSize(QSize(32, 16777215));
2156 deleteCurrentPlaylistClear->setFont(font1);
2157 deleteCurrentPlaylistClear->setText(QStringLiteral(
""));
2158 deleteCurrentPlaylistClear->setIcon(icon9);
2159 deleteCurrentPlaylistClear->setFlat(
true);
2161 gridLayout_2->addWidget(deleteCurrentPlaylistClear, 3, 3, 1, 1);
2163 openPlaylistManagerClear =
new QPushButton(pagePlaylist);
2164 openPlaylistManagerClear->setObjectName(QStringLiteral(
"openPlaylistManagerClear"));
2165 openPlaylistManagerClear->setMaximumSize(QSize(32, 16777215));
2166 openPlaylistManagerClear->setFont(font1);
2167 openPlaylistManagerClear->setText(QStringLiteral(
""));
2168 openPlaylistManagerClear->setIcon(icon9);
2169 openPlaylistManagerClear->setFlat(
true);
2171 gridLayout_2->addWidget(openPlaylistManagerClear, 5, 3, 1, 1);
2173 moveTracksUpClear =
new QPushButton(pagePlaylist);
2174 moveTracksUpClear->setObjectName(QStringLiteral(
"moveTracksUpClear"));
2175 moveTracksUpClear->setMaximumSize(QSize(32, 16777215));
2176 moveTracksUpClear->setFont(font1);
2177 moveTracksUpClear->setText(QStringLiteral(
""));
2178 moveTracksUpClear->setIcon(icon9);
2179 moveTracksUpClear->setFlat(
true);
2181 gridLayout_2->addWidget(moveTracksUpClear, 7, 3, 1, 1);
2183 moveTracksDownClear =
new QPushButton(pagePlaylist);
2184 moveTracksDownClear->setObjectName(QStringLiteral(
"moveTracksDownClear"));
2185 moveTracksDownClear->setMaximumSize(QSize(32, 16777215));
2186 moveTracksDownClear->setFont(font1);
2187 moveTracksDownClear->setText(QStringLiteral(
""));
2188 moveTracksDownClear->setIcon(icon9);
2189 moveTracksDownClear->setFlat(
true);
2191 gridLayout_2->addWidget(moveTracksDownClear, 9, 3, 1, 1);
2193 removeSelectedTracksClear =
new QPushButton(pagePlaylist);
2194 removeSelectedTracksClear->setObjectName(QStringLiteral(
"removeSelectedTracksClear"));
2195 removeSelectedTracksClear->setMaximumSize(QSize(32, 16777215));
2196 removeSelectedTracksClear->setFont(font1);
2197 removeSelectedTracksClear->setText(QStringLiteral(
""));
2198 removeSelectedTracksClear->setIcon(icon9);
2199 removeSelectedTracksClear->setFlat(
true);
2201 gridLayout_2->addWidget(removeSelectedTracksClear, 11, 3, 1, 1);
2203 shortcutsToolBox->addItem(pagePlaylist, QStringLiteral(
"Playlist"));
2205 horizontalLayout_2->addWidget(shortcutsToolBox);
2207 stackedWidget->addWidget(pageShortcuts);
2208 pagePlayback_2 =
new QWidget();
2209 pagePlayback_2->setObjectName(QStringLiteral(
"pagePlayback_2"));
2210 verticalLayout_6 =
new QVBoxLayout(pagePlayback_2);
2211 verticalLayout_6->setObjectName(QStringLiteral(
"verticalLayout_6"));
2212 groupBoxPlaybackOptions =
new QGroupBox(pagePlayback_2);
2213 groupBoxPlaybackOptions->setObjectName(QStringLiteral(
"groupBoxPlaybackOptions"));
2214 horizontalLayout_12 =
new QHBoxLayout(groupBoxPlaybackOptions);
2215 horizontalLayout_12->setObjectName(QStringLiteral(
"horizontalLayout_12"));
2216 labelSeekTime =
new QLabel(groupBoxPlaybackOptions);
2217 labelSeekTime->setObjectName(QStringLiteral(
"labelSeekTime"));
2219 horizontalLayout_12->addWidget(labelSeekTime);
2221 seekTimeSpinBox =
new QSpinBox(groupBoxPlaybackOptions);
2222 seekTimeSpinBox->setObjectName(QStringLiteral(
"seekTimeSpinBox"));
2223 seekTimeSpinBox->setMinimum(1);
2224 seekTimeSpinBox->setMaximum(100);
2225 seekTimeSpinBox->setValue(5);
2227 horizontalLayout_12->addWidget(seekTimeSpinBox);
2230 verticalLayout_6->addWidget(groupBoxPlaybackOptions);
2232 groupBoxPlaylists =
new QGroupBox(pagePlayback_2);
2233 groupBoxPlaylists->setObjectName(QStringLiteral(
"groupBoxPlaylists"));
2234 verticalLayout_14 =
new QVBoxLayout(groupBoxPlaylists);
2235 verticalLayout_14->setObjectName(QStringLiteral(
"verticalLayout_14"));
2236 labelClosePlaylist =
new QLabel(groupBoxPlaylists);
2237 labelClosePlaylist->setObjectName(QStringLiteral(
"labelClosePlaylist"));
2238 labelClosePlaylist->setFont(font);
2239 labelClosePlaylist->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
2240 labelClosePlaylist->setWordWrap(
true);
2242 verticalLayout_14->addWidget(labelClosePlaylist);
2244 horizontalLayout_11 =
new QHBoxLayout();
2245 horizontalLayout_11->setObjectName(QStringLiteral(
"horizontalLayout_11"));
2246 radioButtonAskAction =
new QRadioButton(groupBoxPlaylists);
2247 buttonGroup_2 =
new QButtonGroup(CustomizeOptionsDialog);
2248 buttonGroup_2->setObjectName(QStringLiteral(
"buttonGroup_2"));
2249 buttonGroup_2->addButton(radioButtonAskAction);
2250 radioButtonAskAction->setObjectName(QStringLiteral(
"radioButtonAskAction"));
2251 radioButtonAskAction->setChecked(
true);
2253 horizontalLayout_11->addWidget(radioButtonAskAction);
2255 radioButtonSavePlaylist =
new QRadioButton(groupBoxPlaylists);
2256 buttonGroup_2->addButton(radioButtonSavePlaylist);
2257 radioButtonSavePlaylist->setObjectName(QStringLiteral(
"radioButtonSavePlaylist"));
2258 radioButtonSavePlaylist->setChecked(
false);
2260 horizontalLayout_11->addWidget(radioButtonSavePlaylist);
2262 radioButtonDiscardPlaylist =
new QRadioButton(groupBoxPlaylists);
2263 buttonGroup_2->addButton(radioButtonDiscardPlaylist);
2264 radioButtonDiscardPlaylist->setObjectName(QStringLiteral(
"radioButtonDiscardPlaylist"));
2265 radioButtonDiscardPlaylist->setChecked(
false);
2267 horizontalLayout_11->addWidget(radioButtonDiscardPlaylist);
2270 verticalLayout_14->addLayout(horizontalLayout_11);
2272 widgetKeepPlaylists_2 =
new QWidget(groupBoxPlaylists);
2273 widgetKeepPlaylists_2->setObjectName(QStringLiteral(
"widgetKeepPlaylists_2"));
2274 horizontalLayout_15 =
new QHBoxLayout(widgetKeepPlaylists_2);
2275 horizontalLayout_15->setObjectName(QStringLiteral(
"horizontalLayout_15"));
2276 horizontalLayout_15->setContentsMargins(0, 0, 0, 0);
2278 verticalLayout_14->addWidget(widgetKeepPlaylists_2);
2280 labelResizeColumns =
new QLabel(groupBoxPlaylists);
2281 labelResizeColumns->setObjectName(QStringLiteral(
"labelResizeColumns"));
2282 labelResizeColumns->setFont(font);
2283 labelResizeColumns->setWordWrap(
true);
2285 verticalLayout_14->addWidget(labelResizeColumns);
2287 horizontalLayout_6 =
new QHBoxLayout();
2288 horizontalLayout_6->setObjectName(QStringLiteral(
"horizontalLayout_6"));
2289 radioButtonResizeColumnsContent =
new QRadioButton(groupBoxPlaylists);
2290 buttonGroup_5 =
new QButtonGroup(CustomizeOptionsDialog);
2291 buttonGroup_5->setObjectName(QStringLiteral(
"buttonGroup_5"));
2292 buttonGroup_5->addButton(radioButtonResizeColumnsContent);
2293 radioButtonResizeColumnsContent->setObjectName(QStringLiteral(
"radioButtonResizeColumnsContent"));
2294 radioButtonResizeColumnsContent->setChecked(
true);
2296 horizontalLayout_6->addWidget(radioButtonResizeColumnsContent);
2298 radioButtonKeepAllColumnsVisible =
new QRadioButton(groupBoxPlaylists);
2299 buttonGroup_5->addButton(radioButtonKeepAllColumnsVisible);
2300 radioButtonKeepAllColumnsVisible->setObjectName(QStringLiteral(
"radioButtonKeepAllColumnsVisible"));
2301 radioButtonKeepAllColumnsVisible->setIcon(icon7);
2302 radioButtonKeepAllColumnsVisible->setIconSize(QSize(16, 16));
2304 horizontalLayout_6->addWidget(radioButtonKeepAllColumnsVisible);
2307 verticalLayout_14->addLayout(horizontalLayout_6);
2310 verticalLayout_6->addWidget(groupBoxPlaylists);
2312 groupBoxStartupExit =
new QGroupBox(pagePlayback_2);
2313 groupBoxStartupExit->setObjectName(QStringLiteral(
"groupBoxStartupExit"));
2314 verticalLayout_3 =
new QVBoxLayout(groupBoxStartupExit);
2315 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
2316 labelRestorePlaylists =
new QLabel(groupBoxStartupExit);
2317 labelRestorePlaylists->setObjectName(QStringLiteral(
"labelRestorePlaylists"));
2318 labelRestorePlaylists->setFont(font);
2319 labelRestorePlaylists->setWordWrap(
true);
2321 verticalLayout_3->addWidget(labelRestorePlaylists);
2323 horizontalLayout_8 =
new QHBoxLayout();
2324 horizontalLayout_8->setObjectName(QStringLiteral(
"horizontalLayout_8"));
2325 horizontalLayout_8->setContentsMargins(-1, -1, -1, 10);
2326 radioButtonRestorePlaylists =
new QRadioButton(groupBoxStartupExit);
2327 buttonGroup_4 =
new QButtonGroup(CustomizeOptionsDialog);
2328 buttonGroup_4->setObjectName(QStringLiteral(
"buttonGroup_4"));
2329 buttonGroup_4->addButton(radioButtonRestorePlaylists);
2330 radioButtonRestorePlaylists->setObjectName(QStringLiteral(
"radioButtonRestorePlaylists"));
2331 radioButtonRestorePlaylists->setChecked(
false);
2333 horizontalLayout_8->addWidget(radioButtonRestorePlaylists);
2335 radioButtonDontRestorePlaylists =
new QRadioButton(groupBoxStartupExit);
2336 buttonGroup_4->addButton(radioButtonDontRestorePlaylists);
2337 radioButtonDontRestorePlaylists->setObjectName(QStringLiteral(
"radioButtonDontRestorePlaylists"));
2338 radioButtonDontRestorePlaylists->setChecked(
true);
2340 horizontalLayout_8->addWidget(radioButtonDontRestorePlaylists);
2343 verticalLayout_3->addLayout(horizontalLayout_8);
2345 labelKeepPlaylists =
new QLabel(groupBoxStartupExit);
2346 labelKeepPlaylists->setObjectName(QStringLiteral(
"labelKeepPlaylists"));
2347 labelKeepPlaylists->setFont(font);
2348 labelKeepPlaylists->setWordWrap(
true);
2350 verticalLayout_3->addWidget(labelKeepPlaylists);
2352 horizontalLayout_7 =
new QHBoxLayout();
2353 horizontalLayout_7->setObjectName(QStringLiteral(
"horizontalLayout_7"));
2354 radioButtonKeepPlaylists =
new QRadioButton(groupBoxStartupExit);
2355 buttonGroup_3 =
new QButtonGroup(CustomizeOptionsDialog);
2356 buttonGroup_3->setObjectName(QStringLiteral(
"buttonGroup_3"));
2357 buttonGroup_3->addButton(radioButtonKeepPlaylists);
2358 radioButtonKeepPlaylists->setObjectName(QStringLiteral(
"radioButtonKeepPlaylists"));
2359 radioButtonKeepPlaylists->setChecked(
false);
2361 horizontalLayout_7->addWidget(radioButtonKeepPlaylists);
2363 radioButtonClearPlaylists =
new QRadioButton(groupBoxStartupExit);
2364 buttonGroup_3->addButton(radioButtonClearPlaylists);
2365 radioButtonClearPlaylists->setObjectName(QStringLiteral(
"radioButtonClearPlaylists"));
2366 radioButtonClearPlaylists->setChecked(
true);
2368 horizontalLayout_7->addWidget(radioButtonClearPlaylists);
2371 verticalLayout_3->addLayout(horizontalLayout_7);
2373 labelNoteUnsavedPlaylists =
new QLabel(groupBoxStartupExit);
2374 labelNoteUnsavedPlaylists->setObjectName(QStringLiteral(
"labelNoteUnsavedPlaylists"));
2375 labelNoteUnsavedPlaylists->setWordWrap(
true);
2377 verticalLayout_3->addWidget(labelNoteUnsavedPlaylists);
2379 widgetKeepPlaylists =
new QWidget(groupBoxStartupExit);
2380 widgetKeepPlaylists->setObjectName(QStringLiteral(
"widgetKeepPlaylists"));
2381 horizontalLayout_9 =
new QHBoxLayout(widgetKeepPlaylists);
2382 horizontalLayout_9->setObjectName(QStringLiteral(
"horizontalLayout_9"));
2383 horizontalLayout_9->setContentsMargins(0, 0, 0, 0);
2385 verticalLayout_3->addWidget(widgetKeepPlaylists);
2388 verticalLayout_6->addWidget(groupBoxStartupExit);
2390 vs_PlaybackPage =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2392 verticalLayout_6->addItem(vs_PlaybackPage);
2394 stackedWidget->addWidget(pagePlayback_2);
2395 pageDragAndDrop =
new QWidget();
2396 pageDragAndDrop->setObjectName(QStringLiteral(
"pageDragAndDrop"));
2397 verticalLayout_10 =
new QVBoxLayout(pageDragAndDrop);
2398 verticalLayout_10->setObjectName(QStringLiteral(
"verticalLayout_10"));
2399 groupBoxDDFromExternalPlaces =
new QGroupBox(pageDragAndDrop);
2400 groupBoxDDFromExternalPlaces->setObjectName(QStringLiteral(
"groupBoxDDFromExternalPlaces"));
2401 verticalLayout_8 =
new QVBoxLayout(groupBoxDDFromExternalPlaces);
2402 verticalLayout_8->setObjectName(QStringLiteral(
"verticalLayout_8"));
2403 labelDDFromOtherPlaces =
new QLabel(groupBoxDDFromExternalPlaces);
2404 labelDDFromOtherPlaces->setObjectName(QStringLiteral(
"labelDDFromOtherPlaces"));
2405 labelDDFromOtherPlaces->setFont(font);
2406 labelDDFromOtherPlaces->setWordWrap(
true);
2408 verticalLayout_8->addWidget(labelDDFromOtherPlaces);
2410 radioButtonDDOpenPopup =
new QRadioButton(groupBoxDDFromExternalPlaces);
2411 radioButtonDDOpenPopup->setObjectName(QStringLiteral(
"radioButtonDDOpenPopup"));
2412 radioButtonDDOpenPopup->setChecked(
true);
2414 verticalLayout_8->addWidget(radioButtonDDOpenPopup);
2416 radioButtonDDAddToLibrary =
new QRadioButton(groupBoxDDFromExternalPlaces);
2417 radioButtonDDAddToLibrary->setObjectName(QStringLiteral(
"radioButtonDDAddToLibrary"));
2419 verticalLayout_8->addWidget(radioButtonDDAddToLibrary);
2421 radioButtonDDAddToPlaylist =
new QRadioButton(groupBoxDDFromExternalPlaces);
2422 radioButtonDDAddToPlaylist->setObjectName(QStringLiteral(
"radioButtonDDAddToPlaylist"));
2424 verticalLayout_8->addWidget(radioButtonDDAddToPlaylist);
2426 labelDDNoteTracks =
new QLabel(groupBoxDDFromExternalPlaces);
2427 labelDDNoteTracks->setObjectName(QStringLiteral(
"labelDDNoteTracks"));
2429 verticalLayout_8->addWidget(labelDDNoteTracks);
2432 verticalLayout_10->addWidget(groupBoxDDFromExternalPlaces);
2434 groupBoxDDBetweenPlaylists =
new QGroupBox(pageDragAndDrop);
2435 groupBoxDDBetweenPlaylists->setObjectName(QStringLiteral(
"groupBoxDDBetweenPlaylists"));
2436 verticalLayout_9 =
new QVBoxLayout(groupBoxDDBetweenPlaylists);
2437 verticalLayout_9->setObjectName(QStringLiteral(
"verticalLayout_9"));
2438 labelDDBetweenPlaylists =
new QLabel(groupBoxDDBetweenPlaylists);
2439 labelDDBetweenPlaylists->setObjectName(QStringLiteral(
"labelDDBetweenPlaylists"));
2440 labelDDBetweenPlaylists->setFont(font);
2441 labelDDBetweenPlaylists->setWordWrap(
true);
2443 verticalLayout_9->addWidget(labelDDBetweenPlaylists);
2445 hl_DDCopyToAnotherPlaylist =
new QHBoxLayout();
2446 hl_DDCopyToAnotherPlaylist->setObjectName(QStringLiteral(
"hl_DDCopyToAnotherPlaylist"));
2447 radioButtonDDMovePlaylistTracks =
new QRadioButton(groupBoxDDBetweenPlaylists);
2448 radioButtonDDMovePlaylistTracks->setObjectName(QStringLiteral(
"radioButtonDDMovePlaylistTracks"));
2449 radioButtonDDMovePlaylistTracks->setChecked(
true);
2451 hl_DDCopyToAnotherPlaylist->addWidget(radioButtonDDMovePlaylistTracks);
2453 radioButtonDDCopyPlaylistTracks =
new QRadioButton(groupBoxDDBetweenPlaylists);
2454 radioButtonDDCopyPlaylistTracks->setObjectName(QStringLiteral(
"radioButtonDDCopyPlaylistTracks"));
2456 hl_DDCopyToAnotherPlaylist->addWidget(radioButtonDDCopyPlaylistTracks);
2459 verticalLayout_9->addLayout(hl_DDCopyToAnotherPlaylist);
2462 verticalLayout_10->addWidget(groupBoxDDBetweenPlaylists);
2464 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2466 verticalLayout_10->addItem(verticalSpacer);
2468 stackedWidget->addWidget(pageDragAndDrop);
2469 page =
new QWidget();
2470 page->setObjectName(QStringLiteral(
"page"));
2471 verticalLayout_13 =
new QVBoxLayout(page);
2472 verticalLayout_13->setObjectName(QStringLiteral(
"verticalLayout_13"));
2473 groupBox =
new QGroupBox(page);
2474 groupBox->setObjectName(QStringLiteral(
"groupBox"));
2475 gridLayout_6 =
new QGridLayout(groupBox);
2476 gridLayout_6->setObjectName(QStringLiteral(
"gridLayout_6"));
2477 remoteControlLabelPort =
new QLabel(groupBox);
2478 remoteControlLabelPort->setObjectName(QStringLiteral(
"remoteControlLabelPort"));
2479 remoteControlLabelPort->setEnabled(
false);
2481 gridLayout_6->addWidget(remoteControlLabelPort, 1, 0, 1, 1);
2483 remoteControlPortSpinBox =
new QSpinBox(groupBox);
2484 remoteControlPortSpinBox->setObjectName(QStringLiteral(
"remoteControlPortSpinBox"));
2485 remoteControlPortSpinBox->setEnabled(
false);
2486 remoteControlPortSpinBox->setMinimum(1025);
2487 remoteControlPortSpinBox->setMaximum(65535);
2488 remoteControlPortSpinBox->setValue(5600);
2490 gridLayout_6->addWidget(remoteControlPortSpinBox, 1, 1, 1, 1);
2492 enableRemoteControlCheckBox =
new QCheckBox(groupBox);
2493 enableRemoteControlCheckBox->setObjectName(QStringLiteral(
"enableRemoteControlCheckBox"));
2495 gridLayout_6->addWidget(enableRemoteControlCheckBox, 0, 0, 1, 1);
2498 verticalLayout_13->addWidget(groupBox);
2500 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
2502 verticalLayout_13->addItem(verticalSpacer_3);
2504 stackedWidget->addWidget(page);
2505 pagePlugins =
new QWidget();
2506 pagePlugins->setObjectName(QStringLiteral(
"pagePlugins"));
2507 verticalLayout_11 =
new QVBoxLayout(pagePlugins);
2508 verticalLayout_11->setObjectName(QStringLiteral(
"verticalLayout_11"));
2509 tabPlugins =
new QTabWidget(pagePlugins);
2510 tabPlugins->setObjectName(QStringLiteral(
"tabPlugins"));
2511 tabSummary =
new QWidget();
2512 tabSummary->setObjectName(QStringLiteral(
"tabSummary"));
2513 verticalLayout_12 =
new QVBoxLayout(tabSummary);
2514 verticalLayout_12->setObjectName(QStringLiteral(
"verticalLayout_12"));
2515 pluginSummaryTableWidget =
new QTableWidget(tabSummary);
2516 if (pluginSummaryTableWidget->columnCount() < 3)
2517 pluginSummaryTableWidget->setColumnCount(3);
2518 QTableWidgetItem *__qtablewidgetitem =
new QTableWidgetItem();
2519 pluginSummaryTableWidget->setHorizontalHeaderItem(0, __qtablewidgetitem);
2520 QTableWidgetItem *__qtablewidgetitem1 =
new QTableWidgetItem();
2521 pluginSummaryTableWidget->setHorizontalHeaderItem(1, __qtablewidgetitem1);
2522 QTableWidgetItem *__qtablewidgetitem2 =
new QTableWidgetItem();
2523 pluginSummaryTableWidget->setHorizontalHeaderItem(2, __qtablewidgetitem2);
2524 pluginSummaryTableWidget->setObjectName(QStringLiteral(
"pluginSummaryTableWidget"));
2525 pluginSummaryTableWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
2526 pluginSummaryTableWidget->setProperty(
"showDropIndicator", QVariant(
false));
2527 pluginSummaryTableWidget->setShowGrid(
false);
2528 pluginSummaryTableWidget->setCornerButtonEnabled(
false);
2529 pluginSummaryTableWidget->horizontalHeader()->setDefaultSectionSize(200);
2530 pluginSummaryTableWidget->horizontalHeader()->setHighlightSections(
false);
2531 pluginSummaryTableWidget->horizontalHeader()->setStretchLastSection(
true);
2532 pluginSummaryTableWidget->verticalHeader()->setVisible(
false);
2534 verticalLayout_12->addWidget(pluginSummaryTableWidget);
2536 tabPlugins->addTab(tabSummary, QString());
2538 verticalLayout_11->addWidget(tabPlugins);
2540 stackedWidget->addWidget(pagePlugins);
2542 horizontalLayout->addWidget(stackedWidget);
2546 QObject::connect(listWidget, SIGNAL(currentRowChanged(
int)), stackedWidget, SLOT(setCurrentIndex(
int)));
2548 listWidget->setCurrentRow(-1);
2549 stackedWidget->setCurrentIndex(0);
2550 shortcutsToolBox->setCurrentIndex(0);
2551 tabPlugins->setCurrentIndex(0);
2554 QMetaObject::connectSlotsByName(CustomizeOptionsDialog);
2559 CustomizeOptionsDialog->setWindowTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Customize general options", 0));
2561 const bool __sortingEnabled = listWidget->isSortingEnabled();
2562 listWidget->setSortingEnabled(
false);
2563 QListWidgetItem *___qlistwidgetitem = listWidget->item(0);
2564 ___qlistwidgetitem->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Library", 0));
2565 QListWidgetItem *___qlistwidgetitem1 = listWidget->item(1);
2566 ___qlistwidgetitem1->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Languages", 0));
2567 QListWidgetItem *___qlistwidgetitem2 = listWidget->item(2);
2568 ___qlistwidgetitem2->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Shortcuts", 0));
2569 QListWidgetItem *___qlistwidgetitem3 = listWidget->item(3);
2570 ___qlistwidgetitem3->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Playback", 0));
2571 QListWidgetItem *___qlistwidgetitem4 = listWidget->item(4);
2572 ___qlistwidgetitem4->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Drag & Drop", 0));
2573 QListWidgetItem *___qlistwidgetitem5 = listWidget->item(5);
2574 ___qlistwidgetitem5->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Advanced", 0));
2575 QListWidgetItem *___qlistwidgetitem6 = listWidget->item(6);
2576 ___qlistwidgetitem6->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Plugins", 0));
2577 listWidget->setSortingEnabled(__sortingEnabled);
2579 groupBoxMusicLocations->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Where is your music?", 0));
2580 pushButtonAddLocation->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add location...", 0));
2581 pushButtonDeleteLocation->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Delete selected location", 0));
2582 groupBoxFileExplorer->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"File Explorer", 0));
2583 labelFileExplorer->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Default folder", 0));
2584 groupBoxSearchBar->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Search bar", 0));
2585 labelAskForSearchBehaviour->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What to do when typing text?", 0));
2586 radioButtonSearchAndExclude->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Filter results and exclude everything else", 0));
2587 radioButtonSearchAndKeep->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Highlight only matching text", 0));
2588 groupBoxMonitorFileSystem->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Keep your library up to date", 0));
2589 labelMonitorFileSystem->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Should I look for changes in your music folders? Your library will always be synchronized automatically.", 0));
2590 radioButtonEnableMonitorFS->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2591 radioButtonDisableMonitorFS->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2592 groupBoxLanguage->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Language of Miam Player", 0));
2593 labelStatusLanguage->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Translation status: OK!",
"status"));
2594 labelExit->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Exit", 0));
2595 labelShowOptions->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open general options", 0));
2596 labelShowCustomize->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open appearance", 0));
2597 labelRescanLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Rescan library", 0));
2598 labelOpenFile->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open files...", 0));
2599 labelOpenFolders->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open folders...", 0));
2600 labelShowHelp->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Help", 0));
2601 labelShowDebug->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show Debug Dialog", 0));
2602 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pageMenuAndOptions), QApplication::translate(
"CustomizeOptionsDialog",
"Menu && Options", 0));
2603 labelSendToTagEditor->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add selected items to Tag Editor", 0));
2604 labelViewUniqueLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show view Unique Library", 0));
2605 labelViewPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show view Playlists", 0));
2606 labelShowLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Switch to Library tab", 0));
2607 labelAddSelectedItems->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add selected items to current playlist", 0));
2608 labelShowFileExplorer->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Switch to File Explorer tab", 0));
2609 labelViewTagEditor->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Show view Tag Editor", 0));
2610 labelSearch->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Search", 0));
2611 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pageView), QApplication::translate(
"CustomizeOptionsDialog",
"View", 0));
2612 labelStop->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Stop", 0));
2613 labelSkipBackward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Skip backward", 0));
2614 labelSeekBackward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Seek backward", 0));
2615 labelSequential->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Normal", 0));
2616 labelIncreaseVolume->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Increase volume", 0));
2617 labelRepeat->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Repeat", 0));
2618 labelCurrentItemInLoop->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Current item in loop", 0));
2619 labelMute->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Mute", 0));
2620 labelSkipForward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Skip forward", 0));
2621 labelDecreaseVolume->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Decrease volume", 0));
2622 labelShuffle->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Shuffle", 0));
2623 labelCurrentItemOnce->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Current item once", 0));
2624 labelSeekForward->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Seek forward", 0));
2625 labelPlayPause->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Play / Pause", 0));
2626 label->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Global", 0));
2627 label_2->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Clear", 0));
2628 label_3->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Reset", 0));
2629 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pagePlayback), QApplication::translate(
"CustomizeOptionsDialog",
"Playback", 0));
2630 labelMoveTrackUp->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Move selected track down", 0));
2631 labelMoveTrackDown->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Move selected track up", 0));
2632 labelOpenPlaylistManager->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open playlist manager...", 0));
2633 labelRemoveSelectedTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Remove selected tracks", 0));
2634 labelAddPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add a new playlist", 0));
2635 labelDeleteCurrentPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Delete current playlist", 0));
2636 shortcutsToolBox->setItemText(shortcutsToolBox->indexOf(pagePlaylist), QApplication::translate(
"CustomizeOptionsDialog",
"Playlist", 0));
2637 groupBoxPlaybackOptions->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Playback options", 0));
2638 labelSeekTime->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Seek time (forward or backward)", 0));
2639 groupBoxPlaylists->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Playlists", 0));
2640 labelClosePlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What should I do when you're closing a playlist?", 0));
2641 radioButtonAskAction->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Let me decide", 0));
2642 radioButtonSavePlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Save", 0));
2643 radioButtonDiscardPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Discard", 0));
2644 labelResizeColumns->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What is the behaviour for columns?", 0));
2645 radioButtonResizeColumnsContent->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Resize columns to contents", 0));
2646 #ifndef QT_NO_TOOLTIP 2647 radioButtonKeepAllColumnsVisible->setToolTip(QApplication::translate(
"CustomizeOptionsDialog",
"Currently under development", 0));
2648 #endif // QT_NO_TOOLTIP 2649 radioButtonKeepAllColumnsVisible->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Keep all columns visible", 0));
2650 groupBoxStartupExit->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Startup && Exit", 0));
2651 labelRestorePlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Would you like to restore existing playlists at startup?", 0));
2652 radioButtonRestorePlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2653 radioButtonDontRestorePlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2654 labelKeepPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Would you like to keep your playlists in memory before exiting?", 0));
2655 radioButtonKeepPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Yes", 0));
2656 radioButtonClearPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"No", 0));
2657 labelNoteUnsavedPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Note: unsaved playlists will be automatically saved, modified ones will be overwritten.", 0));
2658 groupBoxDDFromExternalPlaces->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Drag and drop from external places", 0));
2659 labelDDFromOtherPlaces->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What should I do when you're dropping here items from another application?", 0));
2660 radioButtonDDOpenPopup->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Open a Popup and ask how to proceed", 0));
2661 radioButtonDDAddToLibrary->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add folders to the library", 0));
2662 radioButtonDDAddToPlaylist->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Add folders to the current playlist", 0));
2663 labelDDNoteTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Note: tracks are automatically sent to the current playlist", 0));
2664 groupBoxDDBetweenPlaylists->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Drag and drop between two playlists", 0));
2665 labelDDBetweenPlaylists->setText(QApplication::translate(
"CustomizeOptionsDialog",
"What should I do when you're dragging tracks into another playlist?", 0));
2666 radioButtonDDMovePlaylistTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Just move them", 0));
2667 radioButtonDDCopyPlaylistTracks->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Copy tracks in the new playlist", 0));
2668 groupBox->setTitle(QApplication::translate(
"CustomizeOptionsDialog",
"Remote control", 0));
2669 remoteControlLabelPort->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Port", 0));
2670 enableRemoteControlCheckBox->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Enable remote control", 0));
2671 QTableWidgetItem *___qtablewidgetitem = pluginSummaryTableWidget->horizontalHeaderItem(0);
2672 ___qtablewidgetitem->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Name", 0));
2673 QTableWidgetItem *___qtablewidgetitem1 = pluginSummaryTableWidget->horizontalHeaderItem(1);
2674 ___qtablewidgetitem1->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Loaded", 0));
2675 QTableWidgetItem *___qtablewidgetitem2 = pluginSummaryTableWidget->horizontalHeaderItem(2);
2676 ___qtablewidgetitem2->setText(QApplication::translate(
"CustomizeOptionsDialog",
"Version", 0));
2677 tabPlugins->setTabText(tabPlugins->indexOf(tabSummary), QApplication::translate(
"CustomizeOptionsDialog",
"Summary", 0));
2688 #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
void setupUi(QDialog *CustomizeOptionsDialog)
Definition: ui_customizeoptionsdialog.h:347
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
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:338
QKeySequenceEdit * openFolders
Definition: ui_customizeoptionsdialog.h:91
QButtonGroup * buttonGroup_2
Definition: ui_customizeoptionsdialog.h:344
QLabel * seekBackwardButton
Definition: ui_customizeoptionsdialog.h:181
QLabel * labelRemoveSelectedTracks
Definition: ui_customizeoptionsdialog.h:259
QSpacerItem * verticalSpacer
Definition: ui_customizeoptionsdialog.h:326
Definition: ui_customizeoptionsdialog.h:42
Definition: ui_libraryorderdialog.h:197
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:2557
QHBoxLayout * horizontalLayout_11
Definition: ui_customizeoptionsdialog.h:287
QListWidget * listWidgetMusicLocations
Definition: ui_customizeoptionsdialog.h:52
QButtonGroup * buttonGroup_5
Definition: ui_customizeoptionsdialog.h:345
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:341
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
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
QLabel * labelShowHelp
Definition: ui_customizeoptionsdialog.h:116
QPushButton * playbackRandomClear
Definition: ui_customizeoptionsdialog.h:229
QCheckBox * skipForwardGlobalCheckBox
Definition: ui_customizeoptionsdialog.h:241
QLabel * labelRestorePlaylists
Definition: ui_customizeoptionsdialog.h:299
QLabel * skipForwardButton
Definition: ui_customizeoptionsdialog.h:217
QTableWidget * pluginSummaryTableWidget
Definition: ui_customizeoptionsdialog.h:340
QKeySequenceEdit * playbackRandom
Definition: ui_customizeoptionsdialog.h:185
QTabWidget * tabPlugins
Definition: ui_customizeoptionsdialog.h:337
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
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:336
QVBoxLayout * verticalLayout_2
Definition: ui_customizeoptionsdialog.h:63
QButtonGroup * buttonGroup_4
Definition: ui_customizeoptionsdialog.h:342
QKeySequenceEdit * skipBackward
Definition: ui_customizeoptionsdialog.h:188
QLabel * labelMute
Definition: ui_customizeoptionsdialog.h:209
QPushButton * openPlaylistManagerClear
Definition: ui_customizeoptionsdialog.h:274
QPushButton * seekForwardClear
Definition: ui_customizeoptionsdialog.h:164
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
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:335
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:343
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:339
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:334
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:2683
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