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.14.2
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/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QListView>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QRadioButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QTabWidget>
24 #include <QtWidgets/QVBoxLayout>
25 #include <QtWidgets/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QTabWidget *tab_widget;
34  QWidget *tab_libraries;
35  QGridLayout *gridLayout_5;
36  QVBoxLayout *verticalLayout_2;
37  QPushButton *btnUp;
38  QSpacerItem *verticalSpacer_3;
39  QPushButton *btnNew;
40  QPushButton *btnEdit;
41  QPushButton *btnDelete;
42  QSpacerItem *verticalSpacer_4;
43  QPushButton *btnDown;
44  QListView *lvLibs;
45  QLabel *labCurrentPath;
46  QWidget *tabPlaylistInteraction;
47  QGridLayout *gridLayout_3;
48  QGroupBox *groupBox_2;
49  QGridLayout *gridLayout_2;
50  QRadioButton *rbDdDoNothing;
51  QRadioButton *rbDdStartIfStopped;
52  QSpacerItem *verticalSpacer_2;
53  QGroupBox *groupBox;
54  QVBoxLayout *verticalLayout;
55  QRadioButton *rbDcDoNothing;
56  QRadioButton *rbDcPlayIfStopped;
57  QRadioButton *rbDcPlayImmediatly;
58  QLabel *label;
59  QFrame *line;
60  QWidget *tabOther;
61  QGridLayout *gridLayout_6;
62  QCheckBox *cbShowClearSelectionButton;
63  QSpacerItem *verticalSpacer_5;
64  QCheckBox *cbIgnoreArticle;
65 
66  void setupUi(QWidget *GUI_LibraryPreferences)
67  {
68  if (GUI_LibraryPreferences->objectName().isEmpty())
69  GUI_LibraryPreferences->setObjectName(QString::fromUtf8("GUI_LibraryPreferences"));
70  GUI_LibraryPreferences->resize(445, 381);
71  gridLayout = new QGridLayout(GUI_LibraryPreferences);
72  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
73  gridLayout->setVerticalSpacing(20);
74  tab_widget = new QTabWidget(GUI_LibraryPreferences);
75  tab_widget->setObjectName(QString::fromUtf8("tab_widget"));
76  tab_widget->setFocusPolicy(Qt::NoFocus);
77  tab_libraries = new QWidget();
78  tab_libraries->setObjectName(QString::fromUtf8("tab_libraries"));
79  gridLayout_5 = new QGridLayout(tab_libraries);
80  gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
81  verticalLayout_2 = new QVBoxLayout();
82  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
83  btnUp = new QPushButton(tab_libraries);
84  btnUp->setObjectName(QString::fromUtf8("btnUp"));
85  btnUp->setText(QString::fromUtf8("\342\206\221"));
86 
87  verticalLayout_2->addWidget(btnUp);
88 
89  verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
90 
91  verticalLayout_2->addItem(verticalSpacer_3);
92 
93  btnNew = new QPushButton(tab_libraries);
94  btnNew->setObjectName(QString::fromUtf8("btnNew"));
95  btnNew->setText(QString::fromUtf8("New"));
96 
97  verticalLayout_2->addWidget(btnNew);
98 
99  btnEdit = new QPushButton(tab_libraries);
100  btnEdit->setObjectName(QString::fromUtf8("btnEdit"));
101  btnEdit->setText(QString::fromUtf8("Edit"));
102 
103  verticalLayout_2->addWidget(btnEdit);
104 
105  btnDelete = new QPushButton(tab_libraries);
106  btnDelete->setObjectName(QString::fromUtf8("btnDelete"));
107  btnDelete->setText(QString::fromUtf8("Delete"));
108 
109  verticalLayout_2->addWidget(btnDelete);
110 
111  verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
112 
113  verticalLayout_2->addItem(verticalSpacer_4);
114 
115  btnDown = new QPushButton(tab_libraries);
116  btnDown->setObjectName(QString::fromUtf8("btnDown"));
117  btnDown->setText(QString::fromUtf8("\342\206\223"));
118 
119  verticalLayout_2->addWidget(btnDown);
120 
121 
122  gridLayout_5->addLayout(verticalLayout_2, 2, 1, 1, 1);
123 
124  lvLibs = new QListView(tab_libraries);
125  lvLibs->setObjectName(QString::fromUtf8("lvLibs"));
126  lvLibs->setAlternatingRowColors(true);
127 
128  gridLayout_5->addWidget(lvLibs, 2, 0, 1, 1);
129 
130  labCurrentPath = new QLabel(tab_libraries);
131  labCurrentPath->setObjectName(QString::fromUtf8("labCurrentPath"));
132 
133  gridLayout_5->addWidget(labCurrentPath, 3, 0, 1, 2);
134 
135  tab_widget->addTab(tab_libraries, QString());
136  tabPlaylistInteraction = new QWidget();
137  tabPlaylistInteraction->setObjectName(QString::fromUtf8("tabPlaylistInteraction"));
138  gridLayout_3 = new QGridLayout(tabPlaylistInteraction);
139  gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
140  gridLayout_3->setVerticalSpacing(10);
141  gridLayout_3->setContentsMargins(-1, 10, -1, -1);
142  groupBox_2 = new QGroupBox(tabPlaylistInteraction);
143  groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
144  gridLayout_2 = new QGridLayout(groupBox_2);
145  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
146  rbDdDoNothing = new QRadioButton(groupBox_2);
147  rbDdDoNothing->setObjectName(QString::fromUtf8("rbDdDoNothing"));
148 
149  gridLayout_2->addWidget(rbDdDoNothing, 0, 0, 1, 1);
150 
151  rbDdStartIfStopped = new QRadioButton(groupBox_2);
152  rbDdStartIfStopped->setObjectName(QString::fromUtf8("rbDdStartIfStopped"));
153 
154  gridLayout_2->addWidget(rbDdStartIfStopped, 1, 0, 1, 1);
155 
156 
157  gridLayout_3->addWidget(groupBox_2, 2, 0, 1, 1);
158 
159  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
160 
161  gridLayout_3->addItem(verticalSpacer_2, 3, 0, 1, 1);
162 
163  groupBox = new QGroupBox(tabPlaylistInteraction);
164  groupBox->setObjectName(QString::fromUtf8("groupBox"));
165  verticalLayout = new QVBoxLayout(groupBox);
166  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
167  rbDcDoNothing = new QRadioButton(groupBox);
168  rbDcDoNothing->setObjectName(QString::fromUtf8("rbDcDoNothing"));
169 
170  verticalLayout->addWidget(rbDcDoNothing);
171 
172  rbDcPlayIfStopped = new QRadioButton(groupBox);
173  rbDcPlayIfStopped->setObjectName(QString::fromUtf8("rbDcPlayIfStopped"));
174 
175  verticalLayout->addWidget(rbDcPlayIfStopped);
176 
177  rbDcPlayImmediatly = new QRadioButton(groupBox);
178  rbDcPlayImmediatly->setObjectName(QString::fromUtf8("rbDcPlayImmediatly"));
179 
180  verticalLayout->addWidget(rbDcPlayImmediatly);
181 
182  label = new QLabel(groupBox);
183  label->setObjectName(QString::fromUtf8("label"));
184 
185  verticalLayout->addWidget(label);
186 
187 
188  gridLayout_3->addWidget(groupBox, 0, 0, 1, 1);
189 
190  line = new QFrame(tabPlaylistInteraction);
191  line->setObjectName(QString::fromUtf8("line"));
192  line->setFrameShape(QFrame::HLine);
193  line->setFrameShadow(QFrame::Sunken);
194 
195  gridLayout_3->addWidget(line, 1, 0, 1, 1);
196 
197  tab_widget->addTab(tabPlaylistInteraction, QString());
198  tabOther = new QWidget();
199  tabOther->setObjectName(QString::fromUtf8("tabOther"));
200  gridLayout_6 = new QGridLayout(tabOther);
201  gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
202  cbShowClearSelectionButton = new QCheckBox(tabOther);
203  cbShowClearSelectionButton->setObjectName(QString::fromUtf8("cbShowClearSelectionButton"));
204 
205  gridLayout_6->addWidget(cbShowClearSelectionButton, 0, 0, 1, 1);
206 
207  verticalSpacer_5 = new QSpacerItem(20, 606, QSizePolicy::Minimum, QSizePolicy::Expanding);
208 
209  gridLayout_6->addItem(verticalSpacer_5, 2, 0, 1, 1);
210 
211  cbIgnoreArticle = new QCheckBox(tabOther);
212  cbIgnoreArticle->setObjectName(QString::fromUtf8("cbIgnoreArticle"));
213 
214  gridLayout_6->addWidget(cbIgnoreArticle, 1, 0, 1, 1);
215 
216  tab_widget->addTab(tabOther, QString());
217 
218  gridLayout->addWidget(tab_widget, 0, 0, 1, 1);
219 
220  QWidget::setTabOrder(tab_widget, lvLibs);
221  QWidget::setTabOrder(lvLibs, btnUp);
222  QWidget::setTabOrder(btnUp, btnNew);
223  QWidget::setTabOrder(btnNew, btnEdit);
224  QWidget::setTabOrder(btnEdit, btnDelete);
225  QWidget::setTabOrder(btnDelete, btnDown);
226  QWidget::setTabOrder(btnDown, rbDcDoNothing);
227  QWidget::setTabOrder(rbDcDoNothing, rbDcPlayIfStopped);
228  QWidget::setTabOrder(rbDcPlayIfStopped, rbDcPlayImmediatly);
229  QWidget::setTabOrder(rbDcPlayImmediatly, rbDdDoNothing);
230  QWidget::setTabOrder(rbDdDoNothing, rbDdStartIfStopped);
231  QWidget::setTabOrder(rbDdStartIfStopped, cbShowClearSelectionButton);
232  QWidget::setTabOrder(cbShowClearSelectionButton, cbIgnoreArticle);
233 
234  retranslateUi(GUI_LibraryPreferences);
235 
236  tab_widget->setCurrentIndex(0);
237 
238 
239  QMetaObject::connectSlotsByName(GUI_LibraryPreferences);
240  } // setupUi
241 
242  void retranslateUi(QWidget *GUI_LibraryPreferences)
243  {
244  labCurrentPath->setText(QString());
245  tab_widget->setTabText(tab_widget->indexOf(tab_libraries), QCoreApplication::translate("GUI_LibraryPreferences", "Libraries", nullptr));
246  groupBox_2->setTitle(QCoreApplication::translate("GUI_LibraryPreferences", "When drag and drop into playlist ", nullptr));
247  rbDdDoNothing->setText(QCoreApplication::translate("GUI_LibraryPreferences", "do nothing (default)", nullptr));
248  rbDdStartIfStopped->setText(QCoreApplication::translate("GUI_LibraryPreferences", "start if stopped and playlist is empty", nullptr));
249  groupBox->setTitle(QCoreApplication::translate("GUI_LibraryPreferences", "On double click, create playlist and", nullptr));
250  rbDcDoNothing->setText(QCoreApplication::translate("GUI_LibraryPreferences", "do nothing (default)", nullptr));
251  rbDcPlayIfStopped->setText(QCoreApplication::translate("GUI_LibraryPreferences", "start playback if stopped", nullptr));
252  rbDcPlayImmediatly->setText(QCoreApplication::translate("GUI_LibraryPreferences", "start playback immediately", nullptr));
253  label->setText(QCoreApplication::translate("GUI_LibraryPreferences", "(this is ignored when playlist is in 'append mode')", nullptr));
254  tab_widget->setTabText(tab_widget->indexOf(tabPlaylistInteraction), QCoreApplication::translate("GUI_LibraryPreferences", "Library-Playlist Interaction", nullptr));
255  cbShowClearSelectionButton->setText(QCoreApplication::translate("GUI_LibraryPreferences", "Show \"Clear selection\" buttons", nullptr));
256  cbIgnoreArticle->setText(QCoreApplication::translate("GUI_LibraryPreferences", "Ignore English article \"The\" in artist name", nullptr));
257  tab_widget->setTabText(tab_widget->indexOf(tabOther), QCoreApplication::translate("GUI_LibraryPreferences", "Other", nullptr));
259  } // retranslateUi
260 
261 };
262 
263 namespace Ui {
265 } // namespace Ui
266 
267 QT_END_NAMESPACE
268 
269 #endif // UI_GUI_LIBRARYPREFERENCES_H
GUI_LibraryPreferences
Definition: GUI_LibraryPreferences.h:31
Ui::GUI_LibraryPreferences
Definition: ui_GUI_LibraryPreferences.h:264
Ui_GUI_LibraryPreferences
Definition: ui_GUI_LibraryPreferences.h:30