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