Sayonara Player
ui_GUI_LibraryPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_LibraryPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_LIBRARYPREFERENCES_H
10 #define UI_GUI_LIBRARYPREFERENCES_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QRadioButton>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QGroupBox *groupBox_2;
30  QGridLayout *gridLayout_2;
31  QRadioButton *rb_dd_do_nothing;
32  QRadioButton *rb_dd_start_if_stopped_and_empty;
33  QGroupBox *groupBox;
34  QVBoxLayout *verticalLayout;
35  QRadioButton *rb_dc_do_nothing;
36  QRadioButton *rb_dc_play_if_stopped;
37  QRadioButton *rb_dc_play_immediately;
38 
39  void setupUi(QWidget *GUI_LibraryPreferences)
40  {
41  if (GUI_LibraryPreferences->objectName().isEmpty())
42  GUI_LibraryPreferences->setObjectName(QStringLiteral("GUI_LibraryPreferences"));
43  GUI_LibraryPreferences->resize(400, 292);
44  gridLayout = new QGridLayout(GUI_LibraryPreferences);
45  gridLayout->setObjectName(QStringLiteral("gridLayout"));
46  gridLayout->setVerticalSpacing(20);
47  groupBox_2 = new QGroupBox(GUI_LibraryPreferences);
48  groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
49  gridLayout_2 = new QGridLayout(groupBox_2);
50  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
51  rb_dd_do_nothing = new QRadioButton(groupBox_2);
52  rb_dd_do_nothing->setObjectName(QStringLiteral("rb_dd_do_nothing"));
53 
54  gridLayout_2->addWidget(rb_dd_do_nothing, 0, 0, 1, 1);
55 
56  rb_dd_start_if_stopped_and_empty = new QRadioButton(groupBox_2);
57  rb_dd_start_if_stopped_and_empty->setObjectName(QStringLiteral("rb_dd_start_if_stopped_and_empty"));
58 
59  gridLayout_2->addWidget(rb_dd_start_if_stopped_and_empty, 1, 0, 1, 1);
60 
61 
62  gridLayout->addWidget(groupBox_2, 1, 0, 1, 1);
63 
64  groupBox = new QGroupBox(GUI_LibraryPreferences);
65  groupBox->setObjectName(QStringLiteral("groupBox"));
66  verticalLayout = new QVBoxLayout(groupBox);
67  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
68  rb_dc_do_nothing = new QRadioButton(groupBox);
69  rb_dc_do_nothing->setObjectName(QStringLiteral("rb_dc_do_nothing"));
70 
71  verticalLayout->addWidget(rb_dc_do_nothing);
72 
73  rb_dc_play_if_stopped = new QRadioButton(groupBox);
74  rb_dc_play_if_stopped->setObjectName(QStringLiteral("rb_dc_play_if_stopped"));
75 
76  verticalLayout->addWidget(rb_dc_play_if_stopped);
77 
78  rb_dc_play_immediately = new QRadioButton(groupBox);
79  rb_dc_play_immediately->setObjectName(QStringLiteral("rb_dc_play_immediately"));
80 
81  verticalLayout->addWidget(rb_dc_play_immediately);
82 
83 
84  gridLayout->addWidget(groupBox, 0, 0, 1, 1);
85 
86 
87  retranslateUi(GUI_LibraryPreferences);
88 
89  QMetaObject::connectSlotsByName(GUI_LibraryPreferences);
90  } // setupUi
91 
92  void retranslateUi(QWidget *GUI_LibraryPreferences)
93  {
94  groupBox_2->setTitle(QApplication::translate("GUI_LibraryPreferences", "When drag and drop into playlist ", 0));
95  rb_dd_do_nothing->setText(QApplication::translate("GUI_LibraryPreferences", "do nothing (default)", 0));
96  rb_dd_start_if_stopped_and_empty->setText(QApplication::translate("GUI_LibraryPreferences", "start if stopped and playlist is empty", 0));
97  groupBox->setTitle(QApplication::translate("GUI_LibraryPreferences", "On double click, create playlist and", 0));
98  rb_dc_do_nothing->setText(QApplication::translate("GUI_LibraryPreferences", "do nothing (default)", 0));
99  rb_dc_play_if_stopped->setText(QApplication::translate("GUI_LibraryPreferences", "start playback if stopped", 0));
100  rb_dc_play_immediately->setText(QApplication::translate("GUI_LibraryPreferences", "start playback immediately", 0));
101  Q_UNUSED(GUI_LibraryPreferences);
102  } // retranslateUi
103 
104 };
105 
106 namespace Ui {
108 } // namespace Ui
109 
110 QT_END_NAMESPACE
111 
112 #endif // UI_GUI_LIBRARYPREFERENCES_H
Definition: ui_GUI_LibraryPreferences.h:25
Definition: ui_GUI_SomaFM.h:200
Definition: ui_GUI_LibraryPreferences.h:107
Definition: GUI_LibraryPreferences.h:30