Sayonara Player
ui_GUI_PlaylistPreferences.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_PlaylistPreferences.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_PLAYLISTPREFERENCES_H
10#define UI_GUI_PLAYLISTPREFERENCES_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/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QLineEdit>
21#include <QtWidgets/QPushButton>
22#include <QtWidgets/QScrollArea>
23#include <QtWidgets/QSpacerItem>
24#include <QtWidgets/QTabWidget>
25#include <QtWidgets/QVBoxLayout>
26#include <QtWidgets/QWidget>
27
28QT_BEGIN_NAMESPACE
29
31{
32public:
33 QGridLayout *gridLayout;
34 QTabWidget *tabWidget;
35 QWidget *tab;
36 QGridLayout *gridLayout_4;
37 QFrame *line;
38 QScrollArea *scrollArea;
39 QWidget *scrollAreaWidgetContents;
40 QVBoxLayout *verticalLayout_5;
41 QGroupBox *groupBox;
42 QVBoxLayout *verticalLayout;
43 QCheckBox *cbLoadTemporaryPlaylists;
44 QCheckBox *cbLoadSavedPlaylists;
45 QFrame *line_3;
46 QCheckBox *cbStartPlaying;
47 QCheckBox *cbLoadLastTrack;
48 QCheckBox *cbRememberTime;
49 QGroupBox *groupBox_2;
50 QVBoxLayout *verticalLayout_2;
51 QCheckBox *cbRememberAfterStop;
52 QGroupBox *gbCurrentTrack;
53 QVBoxLayout *verticalLayout_3;
54 QCheckBox *cbJumpToCurrentTrack;
55 QGroupBox *gbSearch;
56 QVBoxLayout *verticalLayout_4;
57 QCheckBox *cbPlayTrackAfterSearch;
58 QSpacerItem *verticalSpacer_3;
59 QWidget *tab_2;
60 QVBoxLayout *verticalLayout_7;
61 QGroupBox *groupBox_4;
62 QVBoxLayout *verticalLayout_9;
63 QCheckBox *cbShowClearButton;
64 QCheckBox *cbShowBottomBar;
65 QCheckBox *cbShowNumbers;
66 QCheckBox *cbShowCovers;
67 QCheckBox *cbShowRating;
68 QGroupBox *groupBox_5;
69 QGridLayout *gridLayout_3;
70 QCheckBox *cbCustomColorStandard;
71 QCheckBox *cbCustomColorDark;
72 QPushButton *btnCustomColorDark;
73 QPushButton *btnCustomColorStandard;
74 QSpacerItem *verticalSpacer;
75 QWidget *tab_3;
76 QVBoxLayout *verticalLayout_8;
77 QGroupBox *groupBox_6;
78 QVBoxLayout *verticalLayout_10;
79 QHBoxLayout *horizontalLayout;
80 QLineEdit *leExpression;
81 QPushButton *btnDefault;
82 QPushButton *btnTemplateHelp;
83 QWidget *widgetTemplateHelp;
84 QGridLayout *gridLayout_2;
85 QLabel *label_9;
86 QLabel *filenameTitle;
87 QLabel *label_6;
88 QLabel *label_2;
89 QLabel *label_10;
90 QLabel *label_4;
91 QLabel *labTitle;
92 QLabel *label_8;
93 QLabel *labAlbum;
94 QLabel *label_5;
95 QLabel *labTrackNumber;
96 QLabel *labArtist;
97 QLabel *label_7;
98 QLabel *label;
99 QFrame *line_4;
100 QSpacerItem *verticalSpacer_2;
101 QWidget *tab_4;
102 QVBoxLayout *verticalLayout_11;
103 QGroupBox *groupBox_3;
104 QVBoxLayout *verticalLayout_6;
105 QCheckBox *cb_startupPlaybackWorkaround263;
106 QSpacerItem *verticalSpacer_4;
107
108 void setupUi(QWidget *GUI_PlaylistPreferences)
109 {
110 if (GUI_PlaylistPreferences->objectName().isEmpty())
111 GUI_PlaylistPreferences->setObjectName(QString::fromUtf8("GUI_PlaylistPreferences"));
112 GUI_PlaylistPreferences->resize(854, 909);
113 gridLayout = new QGridLayout(GUI_PlaylistPreferences);
114 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
115 gridLayout->setContentsMargins(0, 0, 0, 0);
116 tabWidget = new QTabWidget(GUI_PlaylistPreferences);
117 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
118 tabWidget->setFocusPolicy(Qt::NoFocus);
119 tab = new QWidget();
120 tab->setObjectName(QString::fromUtf8("tab"));
121 gridLayout_4 = new QGridLayout(tab);
122 gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
123 line = new QFrame(tab);
124 line->setObjectName(QString::fromUtf8("line"));
125 line->setFrameShape(QFrame::HLine);
126 line->setFrameShadow(QFrame::Sunken);
127
128 gridLayout_4->addWidget(line, 5, 0, 1, 1);
129
130 scrollArea = new QScrollArea(tab);
131 scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
132 scrollArea->setWidgetResizable(true);
133 scrollAreaWidgetContents = new QWidget();
134 scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
135 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 826, 837));
136 verticalLayout_5 = new QVBoxLayout(scrollAreaWidgetContents);
137 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
138 groupBox = new QGroupBox(scrollAreaWidgetContents);
139 groupBox->setObjectName(QString::fromUtf8("groupBox"));
140 verticalLayout = new QVBoxLayout(groupBox);
141 verticalLayout->setSpacing(6);
142 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
143 verticalLayout->setContentsMargins(-1, 6, -1, 6);
144 cbLoadTemporaryPlaylists = new QCheckBox(groupBox);
145 cbLoadTemporaryPlaylists->setObjectName(QString::fromUtf8("cbLoadTemporaryPlaylists"));
146
147 verticalLayout->addWidget(cbLoadTemporaryPlaylists);
148
149 cbLoadSavedPlaylists = new QCheckBox(groupBox);
150 cbLoadSavedPlaylists->setObjectName(QString::fromUtf8("cbLoadSavedPlaylists"));
151 cbLoadSavedPlaylists->setChecked(true);
152
153 verticalLayout->addWidget(cbLoadSavedPlaylists);
154
155 line_3 = new QFrame(groupBox);
156 line_3->setObjectName(QString::fromUtf8("line_3"));
157 line_3->setFrameShape(QFrame::HLine);
158 line_3->setFrameShadow(QFrame::Sunken);
159
160 verticalLayout->addWidget(line_3);
161
162 cbStartPlaying = new QCheckBox(groupBox);
163 cbStartPlaying->setObjectName(QString::fromUtf8("cbStartPlaying"));
164
165 verticalLayout->addWidget(cbStartPlaying);
166
167 cbLoadLastTrack = new QCheckBox(groupBox);
168 cbLoadLastTrack->setObjectName(QString::fromUtf8("cbLoadLastTrack"));
169
170 verticalLayout->addWidget(cbLoadLastTrack);
171
172 cbRememberTime = new QCheckBox(groupBox);
173 cbRememberTime->setObjectName(QString::fromUtf8("cbRememberTime"));
174
175 verticalLayout->addWidget(cbRememberTime);
176
177
178 verticalLayout_5->addWidget(groupBox);
179
180 groupBox_2 = new QGroupBox(scrollAreaWidgetContents);
181 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
182 verticalLayout_2 = new QVBoxLayout(groupBox_2);
183 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
184 verticalLayout_2->setContentsMargins(-1, 6, -1, 6);
185 cbRememberAfterStop = new QCheckBox(groupBox_2);
186 cbRememberAfterStop->setObjectName(QString::fromUtf8("cbRememberAfterStop"));
187
188 verticalLayout_2->addWidget(cbRememberAfterStop);
189
190
191 verticalLayout_5->addWidget(groupBox_2);
192
193 gbCurrentTrack = new QGroupBox(scrollAreaWidgetContents);
194 gbCurrentTrack->setObjectName(QString::fromUtf8("gbCurrentTrack"));
195 verticalLayout_3 = new QVBoxLayout(gbCurrentTrack);
196 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
197 cbJumpToCurrentTrack = new QCheckBox(gbCurrentTrack);
198 cbJumpToCurrentTrack->setObjectName(QString::fromUtf8("cbJumpToCurrentTrack"));
199
200 verticalLayout_3->addWidget(cbJumpToCurrentTrack);
201
202
203 verticalLayout_5->addWidget(gbCurrentTrack);
204
205 gbSearch = new QGroupBox(scrollAreaWidgetContents);
206 gbSearch->setObjectName(QString::fromUtf8("gbSearch"));
207 verticalLayout_4 = new QVBoxLayout(gbSearch);
208 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
209 cbPlayTrackAfterSearch = new QCheckBox(gbSearch);
210 cbPlayTrackAfterSearch->setObjectName(QString::fromUtf8("cbPlayTrackAfterSearch"));
211
212 verticalLayout_4->addWidget(cbPlayTrackAfterSearch);
213
214
215 verticalLayout_5->addWidget(gbSearch);
216
217 verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
218
219 verticalLayout_5->addItem(verticalSpacer_3);
220
221 scrollArea->setWidget(scrollAreaWidgetContents);
222
223 gridLayout_4->addWidget(scrollArea, 6, 0, 1, 1);
224
225 tabWidget->addTab(tab, QString());
226 tab_2 = new QWidget();
227 tab_2->setObjectName(QString::fromUtf8("tab_2"));
228 verticalLayout_7 = new QVBoxLayout(tab_2);
229 verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
230 groupBox_4 = new QGroupBox(tab_2);
231 groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
232 verticalLayout_9 = new QVBoxLayout(groupBox_4);
233 verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9"));
234 cbShowClearButton = new QCheckBox(groupBox_4);
235 cbShowClearButton->setObjectName(QString::fromUtf8("cbShowClearButton"));
236
237 verticalLayout_9->addWidget(cbShowClearButton);
238
239 cbShowBottomBar = new QCheckBox(groupBox_4);
240 cbShowBottomBar->setObjectName(QString::fromUtf8("cbShowBottomBar"));
241
242 verticalLayout_9->addWidget(cbShowBottomBar);
243
244 cbShowNumbers = new QCheckBox(groupBox_4);
245 cbShowNumbers->setObjectName(QString::fromUtf8("cbShowNumbers"));
246
247 verticalLayout_9->addWidget(cbShowNumbers);
248
249 cbShowCovers = new QCheckBox(groupBox_4);
250 cbShowCovers->setObjectName(QString::fromUtf8("cbShowCovers"));
251
252 verticalLayout_9->addWidget(cbShowCovers);
253
254 cbShowRating = new QCheckBox(groupBox_4);
255 cbShowRating->setObjectName(QString::fromUtf8("cbShowRating"));
256
257 verticalLayout_9->addWidget(cbShowRating);
258
259
260 verticalLayout_7->addWidget(groupBox_4);
261
262 groupBox_5 = new QGroupBox(tab_2);
263 groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
264 gridLayout_3 = new QGridLayout(groupBox_5);
265 gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
266 cbCustomColorStandard = new QCheckBox(groupBox_5);
267 cbCustomColorStandard->setObjectName(QString::fromUtf8("cbCustomColorStandard"));
268
269 gridLayout_3->addWidget(cbCustomColorStandard, 0, 0, 1, 1);
270
271 cbCustomColorDark = new QCheckBox(groupBox_5);
272 cbCustomColorDark->setObjectName(QString::fromUtf8("cbCustomColorDark"));
273
274 gridLayout_3->addWidget(cbCustomColorDark, 1, 0, 1, 1);
275
276 btnCustomColorDark = new QPushButton(groupBox_5);
277 btnCustomColorDark->setObjectName(QString::fromUtf8("btnCustomColorDark"));
278 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
279 sizePolicy.setHorizontalStretch(0);
280 sizePolicy.setVerticalStretch(0);
281 sizePolicy.setHeightForWidth(btnCustomColorDark->sizePolicy().hasHeightForWidth());
282 btnCustomColorDark->setSizePolicy(sizePolicy);
283 btnCustomColorDark->setText(QString::fromUtf8("..."));
284
285 gridLayout_3->addWidget(btnCustomColorDark, 1, 1, 1, 1);
286
287 btnCustomColorStandard = new QPushButton(groupBox_5);
288 btnCustomColorStandard->setObjectName(QString::fromUtf8("btnCustomColorStandard"));
289 sizePolicy.setHeightForWidth(btnCustomColorStandard->sizePolicy().hasHeightForWidth());
290 btnCustomColorStandard->setSizePolicy(sizePolicy);
291 btnCustomColorStandard->setText(QString::fromUtf8("..."));
292
293 gridLayout_3->addWidget(btnCustomColorStandard, 0, 1, 1, 1);
294
295
296 verticalLayout_7->addWidget(groupBox_5);
297
298 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
299
300 verticalLayout_7->addItem(verticalSpacer);
301
302 tabWidget->addTab(tab_2, QString());
303 tab_3 = new QWidget();
304 tab_3->setObjectName(QString::fromUtf8("tab_3"));
305 verticalLayout_8 = new QVBoxLayout(tab_3);
306 verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8"));
307 groupBox_6 = new QGroupBox(tab_3);
308 groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
309 verticalLayout_10 = new QVBoxLayout(groupBox_6);
310 verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
311 horizontalLayout = new QHBoxLayout();
312 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
313 leExpression = new QLineEdit(groupBox_6);
314 leExpression->setObjectName(QString::fromUtf8("leExpression"));
315
316 horizontalLayout->addWidget(leExpression);
317
318 btnDefault = new QPushButton(groupBox_6);
319 btnDefault->setObjectName(QString::fromUtf8("btnDefault"));
320 btnDefault->setText(QString::fromUtf8("Default"));
321
322 horizontalLayout->addWidget(btnDefault);
323
324 btnTemplateHelp = new QPushButton(groupBox_6);
325 btnTemplateHelp->setObjectName(QString::fromUtf8("btnTemplateHelp"));
326
327 horizontalLayout->addWidget(btnTemplateHelp);
328
329
330 verticalLayout_10->addLayout(horizontalLayout);
331
332 widgetTemplateHelp = new QWidget(groupBox_6);
333 widgetTemplateHelp->setObjectName(QString::fromUtf8("widgetTemplateHelp"));
334 gridLayout_2 = new QGridLayout(widgetTemplateHelp);
335 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
336 label_9 = new QLabel(widgetTemplateHelp);
337 label_9->setObjectName(QString::fromUtf8("label_9"));
338
339 gridLayout_2->addWidget(label_9, 8, 0, 1, 1);
340
341 filenameTitle = new QLabel(widgetTemplateHelp);
342 filenameTitle->setObjectName(QString::fromUtf8("filenameTitle"));
343 filenameTitle->setText(QString::fromUtf8("File name"));
344
345 gridLayout_2->addWidget(filenameTitle, 7, 0, 1, 1);
346
347 label_6 = new QLabel(widgetTemplateHelp);
348 label_6->setObjectName(QString::fromUtf8("label_6"));
349 label_6->setText(QString::fromUtf8("%title%"));
350
351 gridLayout_2->addWidget(label_6, 4, 1, 1, 1);
352
353 label_2 = new QLabel(widgetTemplateHelp);
354 label_2->setObjectName(QString::fromUtf8("label_2"));
355 label_2->setText(QString::fromUtf8(" %nr% - '%title%' - %artist%"));
356
357 gridLayout_2->addWidget(label_2, 8, 1, 1, 1);
358
359 label_10 = new QLabel(widgetTemplateHelp);
360 label_10->setObjectName(QString::fromUtf8("label_10"));
361 label_10->setText(QString::fromUtf8("%filename%"));
362
363 gridLayout_2->addWidget(label_10, 7, 1, 1, 1);
364
365 label_4 = new QLabel(widgetTemplateHelp);
366 label_4->setObjectName(QString::fromUtf8("label_4"));
367 QFont font;
368 font.setItalic(true);
369 label_4->setFont(font);
370
371 gridLayout_2->addWidget(label_4, 1, 0, 1, 1);
372
373 labTitle = new QLabel(widgetTemplateHelp);
374 labTitle->setObjectName(QString::fromUtf8("labTitle"));
375 labTitle->setText(QString::fromUtf8("title"));
376
377 gridLayout_2->addWidget(labTitle, 4, 0, 1, 1);
378
379 label_8 = new QLabel(widgetTemplateHelp);
380 label_8->setObjectName(QString::fromUtf8("label_8"));
381 label_8->setText(QString::fromUtf8("%album%"));
382
383 gridLayout_2->addWidget(label_8, 6, 1, 1, 1);
384
385 labAlbum = new QLabel(widgetTemplateHelp);
386 labAlbum->setObjectName(QString::fromUtf8("labAlbum"));
387 labAlbum->setText(QString::fromUtf8("album"));
388
389 gridLayout_2->addWidget(labAlbum, 6, 0, 1, 1);
390
391 label_5 = new QLabel(widgetTemplateHelp);
392 label_5->setObjectName(QString::fromUtf8("label_5"));
393 label_5->setText(QString::fromUtf8("%nr%"));
394
395 gridLayout_2->addWidget(label_5, 3, 1, 1, 1);
396
397 labTrackNumber = new QLabel(widgetTemplateHelp);
398 labTrackNumber->setObjectName(QString::fromUtf8("labTrackNumber"));
399 labTrackNumber->setText(QString::fromUtf8("track number"));
400
401 gridLayout_2->addWidget(labTrackNumber, 3, 0, 1, 1);
402
403 labArtist = new QLabel(widgetTemplateHelp);
404 labArtist->setObjectName(QString::fromUtf8("labArtist"));
405 labArtist->setText(QString::fromUtf8("artist"));
406
407 gridLayout_2->addWidget(labArtist, 5, 0, 1, 1);
408
409 label_7 = new QLabel(widgetTemplateHelp);
410 label_7->setObjectName(QString::fromUtf8("label_7"));
411 label_7->setText(QString::fromUtf8("%artist%"));
412
413 gridLayout_2->addWidget(label_7, 5, 1, 1, 1);
414
415 label = new QLabel(widgetTemplateHelp);
416 label->setObjectName(QString::fromUtf8("label"));
417 QFont font1;
418 font1.setBold(true);
419 font1.setWeight(75);
420 label->setFont(font1);
421
422 gridLayout_2->addWidget(label, 2, 0, 1, 1);
423
424
425 verticalLayout_10->addWidget(widgetTemplateHelp);
426
427
428 verticalLayout_8->addWidget(groupBox_6);
429
430 line_4 = new QFrame(tab_3);
431 line_4->setObjectName(QString::fromUtf8("line_4"));
432 line_4->setFrameShape(QFrame::HLine);
433 line_4->setFrameShadow(QFrame::Sunken);
434
435 verticalLayout_8->addWidget(line_4);
436
437 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
438
439 verticalLayout_8->addItem(verticalSpacer_2);
440
441 tabWidget->addTab(tab_3, QString());
442 tab_4 = new QWidget();
443 tab_4->setObjectName(QString::fromUtf8("tab_4"));
444 verticalLayout_11 = new QVBoxLayout(tab_4);
445 verticalLayout_11->setObjectName(QString::fromUtf8("verticalLayout_11"));
446 groupBox_3 = new QGroupBox(tab_4);
447 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
448 verticalLayout_6 = new QVBoxLayout(groupBox_3);
449 verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
450 cb_startupPlaybackWorkaround263 = new QCheckBox(groupBox_3);
451 cb_startupPlaybackWorkaround263->setObjectName(QString::fromUtf8("cb_startupPlaybackWorkaround263"));
452 cb_startupPlaybackWorkaround263->setText(QString::fromUtf8("Fix startup playback issue"));
453
454 verticalLayout_6->addWidget(cb_startupPlaybackWorkaround263);
455
456
457 verticalLayout_11->addWidget(groupBox_3);
458
459 verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
460
461 verticalLayout_11->addItem(verticalSpacer_4);
462
463 tabWidget->addTab(tab_4, QString());
464
465 gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
466
467 QWidget::setTabOrder(cbLoadTemporaryPlaylists, cbLoadSavedPlaylists);
468 QWidget::setTabOrder(cbLoadSavedPlaylists, cbRememberAfterStop);
469
470 retranslateUi(GUI_PlaylistPreferences);
471
472 tabWidget->setCurrentIndex(3);
473
474
475 QMetaObject::connectSlotsByName(GUI_PlaylistPreferences);
476 } // setupUi
477
478 void retranslateUi(QWidget *GUI_PlaylistPreferences)
479 {
480 groupBox->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Start up", nullptr));
481 cbLoadTemporaryPlaylists->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load temporary playlists", nullptr));
482 cbLoadSavedPlaylists->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load saved playlists", nullptr));
483 cbStartPlaying->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Start playing", nullptr));
484 cbLoadLastTrack->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load last track on startup", nullptr));
485 cbRememberTime->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Remember time of last track", nullptr));
486 groupBox_2->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Stop behaviour", nullptr));
487 cbRememberAfterStop->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Load last track after pressing stop", nullptr));
488 gbCurrentTrack->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Current track", nullptr));
489 cbJumpToCurrentTrack->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Jump to current track when track changes", nullptr));
490 gbSearch->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Search", nullptr));
491 cbPlayTrackAfterSearch->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Play track after search", nullptr));
492 tabWidget->setTabText(tabWidget->indexOf(tab), QCoreApplication::translate("GUI_PlaylistPreferences", "Behavior", nullptr));
493 groupBox_4->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Visible items", nullptr));
494 cbShowClearButton->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show clear button", nullptr));
495 cbShowBottomBar->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show footer", nullptr));
496 cbShowNumbers->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show numbers", nullptr));
497 cbShowCovers->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show covers", nullptr));
498 cbShowRating->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Show rating", nullptr));
499 groupBox_5->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Current track", nullptr));
500 cbCustomColorStandard->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom font color in standard theme", nullptr));
501 cbCustomColorDark->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Custom font color in dark theme", nullptr));
502 tabWidget->setTabText(tabWidget->indexOf(tab_2), QCoreApplication::translate("GUI_PlaylistPreferences", "Look", nullptr));
503 groupBox_6->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Row style", nullptr));
504 btnTemplateHelp->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Help", nullptr));
505 label_9->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "Example", nullptr));
506 label_4->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "'italic text'", nullptr));
507 label->setText(QCoreApplication::translate("GUI_PlaylistPreferences", "*bold text*", nullptr));
508 tabWidget->setTabText(tabWidget->indexOf(tab_3), QCoreApplication::translate("GUI_PlaylistPreferences", "Row style", nullptr));
509 groupBox_3->setTitle(QCoreApplication::translate("GUI_PlaylistPreferences", "Workarounds", nullptr));
510 tabWidget->setTabText(tabWidget->indexOf(tab_4), QCoreApplication::translate("GUI_PlaylistPreferences", "Workarounds", nullptr));
512 } // retranslateUi
513
514};
515
516namespace Ui {
518} // namespace Ui
519
520QT_END_NAMESPACE
521
522#endif // UI_GUI_PLAYLISTPREFERENCES_H
Definition: GUI_PlaylistPreferences.h:33
Definition: ui_GUI_PlaylistPreferences.h:517
Definition: ui_GUI_PlaylistPreferences.h:31