9 #ifndef UI_GUI_TAGEDIT_H 10 #define UI_GUI_TAGEDIT_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QCheckBox> 17 #include <QtWidgets/QFrame> 18 #include <QtWidgets/QGridLayout> 19 #include <QtWidgets/QHBoxLayout> 20 #include <QtWidgets/QHeaderView> 21 #include <QtWidgets/QLabel> 22 #include <QtWidgets/QProgressBar> 23 #include <QtWidgets/QPushButton> 24 #include <QtWidgets/QRadioButton> 25 #include <QtWidgets/QSpacerItem> 26 #include <QtWidgets/QSpinBox> 27 #include <QtWidgets/QVBoxLayout> 28 #include <QtWidgets/QWidget> 29 #include "GUI/Covers/CoverButton.h" 30 #include "GUI/Helper/RatingLabel/RatingLabel.h" 31 #include "GUI/TagEdit/TagLineEdit.h" 32 #include "GUI/TagEdit/TagTextInput.h" 39 QGridLayout *gridLayout;
40 QGridLayout *gridLayout_5;
42 QGridLayout *gridLayout_4;
43 QCheckBox *cb_rating_all;
44 QSpinBox *sb_track_num;
46 QHBoxLayout *horizontalLayout_4;
48 QSpacerItem *horizontalSpacer_2;
51 QSpinBox *sb_discnumber;
52 QCheckBox *cb_discnumber_all;
54 QCheckBox *cb_year_all;
57 QGridLayout *gridLayout_3;
58 QLabel *lab_track_title;
59 QCheckBox *cb_artist_all;
62 QCheckBox *cb_album_all;
68 QCheckBox *cb_genre_all;
71 QGridLayout *gridLayout_6;
72 QPushButton *btn_cover_original;
74 QSpacerItem *horizontalSpacer_3;
76 QSpacerItem *verticalSpacer;
77 QLabel *lab_replacement;
79 QCheckBox *cb_cover_all;
80 QVBoxLayout *verticalLayout;
81 QRadioButton *rb_dont_replace;
82 QRadioButton *rb_replace;
83 QWidget *frame_tag_from_path;
84 QGridLayout *gridLayout_2;
87 QPushButton *btn_tag_help;
88 QHBoxLayout *horizontalLayout_3;
89 QPushButton *btn_title;
90 QPushButton *btn_album;
91 QPushButton *btn_artist;
92 QPushButton *btn_year;
93 QPushButton *btn_disc_nr;
94 QPushButton *btn_track_nr;
95 QPushButton *btn_apply_tag;
96 QPushButton *btn_apply_tag_all;
97 QCheckBox *cb_tag_from_path;
100 QLabel *lab_filepath;
101 QHBoxLayout *horizontalLayout;
102 QPushButton *btn_prev;
103 QLabel *lab_track_num;
104 QPushButton *btn_next;
107 QHBoxLayout *horizontalLayout_2;
108 QProgressBar *pb_progress;
109 QSpacerItem *horizontalSpacer;
110 QPushButton *btn_undo_all;
111 QPushButton *btn_undo;
112 QPushButton *btn_cancel;
117 if (GUI_TagEdit->objectName().isEmpty())
118 GUI_TagEdit->setObjectName(QStringLiteral(
"GUI_TagEdit"));
119 GUI_TagEdit->resize(938, 562);
120 gridLayout =
new QGridLayout(GUI_TagEdit);
121 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
122 gridLayout->setVerticalSpacing(10);
123 gridLayout_5 =
new QGridLayout();
124 gridLayout_5->setObjectName(QStringLiteral(
"gridLayout_5"));
125 gridLayout_5->setHorizontalSpacing(30);
126 widget_2 =
new QWidget(GUI_TagEdit);
127 widget_2->setObjectName(QStringLiteral(
"widget_2"));
128 gridLayout_4 =
new QGridLayout(widget_2);
129 gridLayout_4->setObjectName(QStringLiteral(
"gridLayout_4"));
130 gridLayout_4->setVerticalSpacing(6);
131 gridLayout_4->setContentsMargins(-1, 6, -1, 6);
132 cb_rating_all =
new QCheckBox(widget_2);
133 cb_rating_all->setObjectName(QStringLiteral(
"cb_rating_all"));
135 gridLayout_4->addWidget(cb_rating_all, 3, 2, 1, 1);
137 sb_track_num =
new QSpinBox(widget_2);
138 sb_track_num->setObjectName(QStringLiteral(
"sb_track_num"));
139 sb_track_num->setMaximum(999);
141 gridLayout_4->addWidget(sb_track_num, 0, 1, 1, 1);
143 sb_year =
new QSpinBox(widget_2);
144 sb_year->setObjectName(QStringLiteral(
"sb_year"));
145 sb_year->setMinimum(-1);
146 sb_year->setMaximum(2100);
147 sb_year->setValue(2011);
149 gridLayout_4->addWidget(sb_year, 1, 1, 1, 1);
151 horizontalLayout_4 =
new QHBoxLayout();
152 horizontalLayout_4->setObjectName(QStringLiteral(
"horizontalLayout_4"));
154 lab_rating->setObjectName(QStringLiteral(
"lab_rating"));
155 lab_rating->setMinimumSize(QSize(80, 22));
156 lab_rating->setMaximumSize(QSize(16777215, 22));
157 lab_rating->setFocusPolicy(Qt::TabFocus);
159 horizontalLayout_4->addWidget(lab_rating);
161 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
163 horizontalLayout_4->addItem(horizontalSpacer_2);
166 gridLayout_4->addLayout(horizontalLayout_4, 3, 1, 1, 1);
168 label_4 =
new QLabel(widget_2);
169 label_4->setObjectName(QStringLiteral(
"label_4"));
171 gridLayout_4->addWidget(label_4, 1, 0, 1, 1);
173 label_3 =
new QLabel(widget_2);
174 label_3->setObjectName(QStringLiteral(
"label_3"));
176 gridLayout_4->addWidget(label_3, 0, 0, 1, 1);
178 sb_discnumber =
new QSpinBox(widget_2);
179 sb_discnumber->setObjectName(QStringLiteral(
"sb_discnumber"));
180 sb_discnumber->setMinimum(-1);
181 sb_discnumber->setValue(1);
183 gridLayout_4->addWidget(sb_discnumber, 2, 1, 1, 1);
185 cb_discnumber_all =
new QCheckBox(widget_2);
186 cb_discnumber_all->setObjectName(QStringLiteral(
"cb_discnumber_all"));
187 cb_discnumber_all->setFocusPolicy(Qt::StrongFocus);
189 gridLayout_4->addWidget(cb_discnumber_all, 2, 2, 1, 1);
191 label_9 =
new QLabel(widget_2);
192 label_9->setObjectName(QStringLiteral(
"label_9"));
194 gridLayout_4->addWidget(label_9, 2, 0, 1, 1);
196 cb_year_all =
new QCheckBox(widget_2);
197 cb_year_all->setObjectName(QStringLiteral(
"cb_year_all"));
198 cb_year_all->setFocusPolicy(Qt::StrongFocus);
199 cb_year_all->setLayoutDirection(Qt::LeftToRight);
201 gridLayout_4->addWidget(cb_year_all, 1, 2, 1, 1);
203 label_10 =
new QLabel(widget_2);
204 label_10->setObjectName(QStringLiteral(
"label_10"));
206 gridLayout_4->addWidget(label_10, 3, 0, 1, 1);
209 gridLayout_5->addWidget(widget_2, 0, 3, 1, 1);
211 widget =
new QWidget(GUI_TagEdit);
212 widget->setObjectName(QStringLiteral(
"widget"));
213 gridLayout_3 =
new QGridLayout(widget);
214 gridLayout_3->setObjectName(QStringLiteral(
"gridLayout_3"));
215 gridLayout_3->setVerticalSpacing(6);
216 gridLayout_3->setContentsMargins(-1, 6, -1, 6);
217 lab_track_title =
new QLabel(widget);
218 lab_track_title->setObjectName(QStringLiteral(
"lab_track_title"));
220 gridLayout_3->addWidget(lab_track_title, 0, 0, 1, 1);
222 cb_artist_all =
new QCheckBox(widget);
223 cb_artist_all->setObjectName(QStringLiteral(
"cb_artist_all"));
224 cb_artist_all->setFocusPolicy(Qt::StrongFocus);
226 gridLayout_3->addWidget(cb_artist_all, 2, 2, 1, 1);
228 label_2 =
new QLabel(widget);
229 label_2->setObjectName(QStringLiteral(
"label_2"));
231 gridLayout_3->addWidget(label_2, 2, 0, 1, 1);
233 label =
new QLabel(widget);
234 label->setObjectName(QStringLiteral(
"label"));
236 gridLayout_3->addWidget(label, 1, 0, 1, 1);
238 cb_album_all =
new QCheckBox(widget);
239 cb_album_all->setObjectName(QStringLiteral(
"cb_album_all"));
240 cb_album_all->setFocusPolicy(Qt::StrongFocus);
242 gridLayout_3->addWidget(cb_album_all, 1, 2, 1, 1);
245 le_album->setObjectName(QStringLiteral(
"le_album"));
247 gridLayout_3->addWidget(le_album, 1, 1, 1, 1);
250 le_title->setObjectName(QStringLiteral(
"le_title"));
252 gridLayout_3->addWidget(le_title, 0, 1, 1, 1);
255 le_artist->setObjectName(QStringLiteral(
"le_artist"));
257 gridLayout_3->addWidget(le_artist, 2, 1, 1, 1);
260 le_genre->setObjectName(QStringLiteral(
"le_genre"));
262 gridLayout_3->addWidget(le_genre, 3, 1, 1, 1);
264 label_5 =
new QLabel(widget);
265 label_5->setObjectName(QStringLiteral(
"label_5"));
267 gridLayout_3->addWidget(label_5, 3, 0, 1, 1);
269 cb_genre_all =
new QCheckBox(widget);
270 cb_genre_all->setObjectName(QStringLiteral(
"cb_genre_all"));
271 cb_genre_all->setFocusPolicy(Qt::StrongFocus);
273 gridLayout_3->addWidget(cb_genre_all, 3, 2, 1, 1);
276 gridLayout_5->addWidget(widget, 0, 0, 1, 1);
278 line_5 =
new QFrame(GUI_TagEdit);
279 line_5->setObjectName(QStringLiteral(
"line_5"));
280 line_5->setFrameShape(QFrame::VLine);
281 line_5->setFrameShadow(QFrame::Sunken);
283 gridLayout_5->addWidget(line_5, 0, 2, 1, 1);
285 frame_cover =
new QFrame(GUI_TagEdit);
286 frame_cover->setObjectName(QStringLiteral(
"frame_cover"));
287 frame_cover->setFrameShape(QFrame::StyledPanel);
288 frame_cover->setFrameShadow(QFrame::Raised);
289 gridLayout_6 =
new QGridLayout(frame_cover);
290 gridLayout_6->setObjectName(QStringLiteral(
"gridLayout_6"));
291 btn_cover_original =
new QPushButton(frame_cover);
292 btn_cover_original->setObjectName(QStringLiteral(
"btn_cover_original"));
293 btn_cover_original->setMinimumSize(QSize(80, 80));
294 btn_cover_original->setMaximumSize(QSize(80, 80));
295 btn_cover_original->setIconSize(QSize(80, 80));
297 gridLayout_6->addWidget(btn_cover_original, 3, 1, 1, 1);
299 label_7 =
new QLabel(frame_cover);
300 label_7->setObjectName(QStringLiteral(
"label_7"));
302 gridLayout_6->addWidget(label_7, 1, 1, 1, 1);
304 horizontalSpacer_3 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
306 gridLayout_6->addItem(horizontalSpacer_3, 1, 5, 1, 1);
308 label_6 =
new QLabel(frame_cover);
309 label_6->setObjectName(QStringLiteral(
"label_6"));
311 gridLayout_6->addWidget(label_6, 1, 0, 3, 1);
313 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
315 gridLayout_6->addItem(verticalSpacer, 3, 5, 1, 1);
317 lab_replacement =
new QLabel(frame_cover);
318 lab_replacement->setObjectName(QStringLiteral(
"lab_replacement"));
320 gridLayout_6->addWidget(lab_replacement, 1, 3, 1, 1);
322 btn_cover_replacement =
new CoverButton(frame_cover);
323 btn_cover_replacement->setObjectName(QStringLiteral(
"btn_cover_replacement"));
324 btn_cover_replacement->setMinimumSize(QSize(80, 80));
325 btn_cover_replacement->setMaximumSize(QSize(80, 80));
326 btn_cover_replacement->setIconSize(QSize(80, 80));
328 gridLayout_6->addWidget(btn_cover_replacement, 3, 3, 1, 1);
330 cb_cover_all =
new QCheckBox(frame_cover);
331 cb_cover_all->setObjectName(QStringLiteral(
"cb_cover_all"));
333 gridLayout_6->addWidget(cb_cover_all, 3, 4, 1, 1);
335 verticalLayout =
new QVBoxLayout();
336 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
337 rb_dont_replace =
new QRadioButton(frame_cover);
338 rb_dont_replace->setObjectName(QStringLiteral(
"rb_dont_replace"));
339 rb_dont_replace->setChecked(
true);
341 verticalLayout->addWidget(rb_dont_replace);
343 rb_replace =
new QRadioButton(frame_cover);
344 rb_replace->setObjectName(QStringLiteral(
"rb_replace"));
346 verticalLayout->addWidget(rb_replace);
349 gridLayout_6->addLayout(verticalLayout, 3, 2, 1, 1);
352 gridLayout_5->addWidget(frame_cover, 1, 0, 1, 4);
355 gridLayout->addLayout(gridLayout_5, 7, 0, 1, 1);
357 frame_tag_from_path =
new QWidget(GUI_TagEdit);
358 frame_tag_from_path->setObjectName(QStringLiteral(
"frame_tag_from_path"));
359 frame_tag_from_path->setFocusPolicy(Qt::NoFocus);
360 gridLayout_2 =
new QGridLayout(frame_tag_from_path);
361 gridLayout_2->setObjectName(QStringLiteral(
"gridLayout_2"));
362 gridLayout_2->setContentsMargins(0, -1, 0, -1);
364 le_tag->setObjectName(QStringLiteral(
"le_tag"));
365 le_tag->setFocusPolicy(Qt::ClickFocus);
367 gridLayout_2->addWidget(le_tag, 0, 1, 1, 1);
369 label_8 =
new QLabel(frame_tag_from_path);
370 label_8->setObjectName(QStringLiteral(
"label_8"));
372 gridLayout_2->addWidget(label_8, 0, 0, 1, 1);
374 btn_tag_help =
new QPushButton(frame_tag_from_path);
375 btn_tag_help->setObjectName(QStringLiteral(
"btn_tag_help"));
376 btn_tag_help->setFocusPolicy(Qt::NoFocus);
378 gridLayout_2->addWidget(btn_tag_help, 1, 0, 1, 1);
380 horizontalLayout_3 =
new QHBoxLayout();
381 horizontalLayout_3->setSpacing(5);
382 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
383 btn_title =
new QPushButton(frame_tag_from_path);
384 btn_title->setObjectName(QStringLiteral(
"btn_title"));
385 btn_title->setFocusPolicy(Qt::ClickFocus);
386 btn_title->setCheckable(
true);
388 horizontalLayout_3->addWidget(btn_title);
390 btn_album =
new QPushButton(frame_tag_from_path);
391 btn_album->setObjectName(QStringLiteral(
"btn_album"));
392 btn_album->setFocusPolicy(Qt::ClickFocus);
393 btn_album->setCheckable(
true);
395 horizontalLayout_3->addWidget(btn_album);
397 btn_artist =
new QPushButton(frame_tag_from_path);
398 btn_artist->setObjectName(QStringLiteral(
"btn_artist"));
399 btn_artist->setFocusPolicy(Qt::ClickFocus);
400 btn_artist->setCheckable(
true);
402 horizontalLayout_3->addWidget(btn_artist);
404 btn_year =
new QPushButton(frame_tag_from_path);
405 btn_year->setObjectName(QStringLiteral(
"btn_year"));
406 btn_year->setFocusPolicy(Qt::ClickFocus);
407 btn_year->setCheckable(
true);
409 horizontalLayout_3->addWidget(btn_year);
411 btn_disc_nr =
new QPushButton(frame_tag_from_path);
412 btn_disc_nr->setObjectName(QStringLiteral(
"btn_disc_nr"));
413 btn_disc_nr->setFocusPolicy(Qt::ClickFocus);
414 btn_disc_nr->setCheckable(
true);
416 horizontalLayout_3->addWidget(btn_disc_nr);
418 btn_track_nr =
new QPushButton(frame_tag_from_path);
419 btn_track_nr->setObjectName(QStringLiteral(
"btn_track_nr"));
420 btn_track_nr->setFocusPolicy(Qt::ClickFocus);
421 btn_track_nr->setCheckable(
true);
423 horizontalLayout_3->addWidget(btn_track_nr);
426 gridLayout_2->addLayout(horizontalLayout_3, 1, 1, 1, 1);
428 btn_apply_tag =
new QPushButton(frame_tag_from_path);
429 btn_apply_tag->setObjectName(QStringLiteral(
"btn_apply_tag"));
430 btn_apply_tag->setFocusPolicy(Qt::NoFocus);
432 gridLayout_2->addWidget(btn_apply_tag, 0, 2, 1, 1);
434 btn_apply_tag_all =
new QPushButton(frame_tag_from_path);
435 btn_apply_tag_all->setObjectName(QStringLiteral(
"btn_apply_tag_all"));
436 btn_apply_tag_all->setFocusPolicy(Qt::NoFocus);
438 gridLayout_2->addWidget(btn_apply_tag_all, 1, 2, 1, 1);
441 gridLayout->addWidget(frame_tag_from_path, 5, 0, 1, 1);
443 cb_tag_from_path =
new QCheckBox(GUI_TagEdit);
444 cb_tag_from_path->setObjectName(QStringLiteral(
"cb_tag_from_path"));
445 cb_tag_from_path->setFocusPolicy(Qt::NoFocus);
447 gridLayout->addWidget(cb_tag_from_path, 4, 0, 1, 1);
449 line_4 =
new QFrame(GUI_TagEdit);
450 line_4->setObjectName(QStringLiteral(
"line_4"));
451 line_4->setFrameShape(QFrame::HLine);
452 line_4->setFrameShadow(QFrame::Sunken);
454 gridLayout->addWidget(line_4, 1, 0, 1, 1);
456 line_2 =
new QFrame(GUI_TagEdit);
457 line_2->setObjectName(QStringLiteral(
"line_2"));
458 line_2->setFrameShape(QFrame::HLine);
459 line_2->setFrameShadow(QFrame::Sunken);
461 gridLayout->addWidget(line_2, 6, 0, 1, 1);
463 lab_filepath =
new QLabel(GUI_TagEdit);
464 lab_filepath->setObjectName(QStringLiteral(
"lab_filepath"));
465 lab_filepath->setAlignment(Qt::AlignCenter);
466 lab_filepath->setWordWrap(
true);
468 gridLayout->addWidget(lab_filepath, 2, 0, 1, 1);
470 horizontalLayout =
new QHBoxLayout();
471 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
472 btn_prev =
new QPushButton(GUI_TagEdit);
473 btn_prev->setObjectName(QStringLiteral(
"btn_prev"));
474 btn_prev->setMinimumSize(QSize(30, 30));
475 btn_prev->setMaximumSize(QSize(30, 30));
476 btn_prev->setFocusPolicy(Qt::StrongFocus);
478 horizontalLayout->addWidget(btn_prev);
480 lab_track_num =
new QLabel(GUI_TagEdit);
481 lab_track_num->setObjectName(QStringLiteral(
"lab_track_num"));
482 lab_track_num->setAlignment(Qt::AlignCenter);
484 horizontalLayout->addWidget(lab_track_num);
486 btn_next =
new QPushButton(GUI_TagEdit);
487 btn_next->setObjectName(QStringLiteral(
"btn_next"));
488 btn_next->setMinimumSize(QSize(30, 30));
489 btn_next->setMaximumSize(QSize(30, 30));
490 btn_next->setFocusPolicy(Qt::StrongFocus);
492 horizontalLayout->addWidget(btn_next);
495 gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
497 line_3 =
new QFrame(GUI_TagEdit);
498 line_3->setObjectName(QStringLiteral(
"line_3"));
499 line_3->setFrameShape(QFrame::HLine);
500 line_3->setFrameShadow(QFrame::Sunken);
502 gridLayout->addWidget(line_3, 8, 0, 1, 1);
504 line =
new QFrame(GUI_TagEdit);
505 line->setObjectName(QStringLiteral(
"line"));
506 line->setFrameShape(QFrame::HLine);
507 line->setFrameShadow(QFrame::Sunken);
509 gridLayout->addWidget(line, 3, 0, 1, 1);
511 horizontalLayout_2 =
new QHBoxLayout();
512 horizontalLayout_2->setSpacing(6);
513 horizontalLayout_2->setObjectName(QStringLiteral(
"horizontalLayout_2"));
514 pb_progress =
new QProgressBar(GUI_TagEdit);
515 pb_progress->setObjectName(QStringLiteral(
"pb_progress"));
516 pb_progress->setValue(24);
518 horizontalLayout_2->addWidget(pb_progress);
520 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
522 horizontalLayout_2->addItem(horizontalSpacer);
524 btn_undo_all =
new QPushButton(GUI_TagEdit);
525 btn_undo_all->setObjectName(QStringLiteral(
"btn_undo_all"));
527 horizontalLayout_2->addWidget(btn_undo_all);
529 btn_undo =
new QPushButton(GUI_TagEdit);
530 btn_undo->setObjectName(QStringLiteral(
"btn_undo"));
532 horizontalLayout_2->addWidget(btn_undo);
534 btn_cancel =
new QPushButton(GUI_TagEdit);
535 btn_cancel->setObjectName(QStringLiteral(
"btn_cancel"));
536 btn_cancel->setFocusPolicy(Qt::StrongFocus);
538 horizontalLayout_2->addWidget(btn_cancel);
540 btn_ok =
new QPushButton(GUI_TagEdit);
541 btn_ok->setObjectName(QStringLiteral(
"btn_ok"));
542 btn_ok->setFocusPolicy(Qt::StrongFocus);
544 horizontalLayout_2->addWidget(btn_ok);
547 gridLayout->addLayout(horizontalLayout_2, 9, 0, 1, 1);
549 QWidget::setTabOrder(le_title, le_album);
550 QWidget::setTabOrder(le_album, cb_album_all);
551 QWidget::setTabOrder(cb_album_all, le_artist);
552 QWidget::setTabOrder(le_artist, cb_artist_all);
553 QWidget::setTabOrder(cb_artist_all, le_genre);
554 QWidget::setTabOrder(le_genre, cb_genre_all);
555 QWidget::setTabOrder(cb_genre_all, sb_track_num);
556 QWidget::setTabOrder(sb_track_num, sb_year);
557 QWidget::setTabOrder(sb_year, cb_year_all);
558 QWidget::setTabOrder(cb_year_all, sb_discnumber);
559 QWidget::setTabOrder(sb_discnumber, cb_discnumber_all);
560 QWidget::setTabOrder(cb_discnumber_all, lab_rating);
561 QWidget::setTabOrder(lab_rating, cb_rating_all);
562 QWidget::setTabOrder(cb_rating_all, btn_prev);
563 QWidget::setTabOrder(btn_prev, btn_next);
564 QWidget::setTabOrder(btn_next, btn_undo_all);
565 QWidget::setTabOrder(btn_undo_all, btn_undo);
566 QWidget::setTabOrder(btn_undo, btn_cancel);
567 QWidget::setTabOrder(btn_cancel, btn_ok);
569 retranslateUi(GUI_TagEdit);
570 QObject::connect(cb_tag_from_path, SIGNAL(toggled(
bool)), frame_tag_from_path, SLOT(setVisible(
bool)));
572 QMetaObject::connectSlotsByName(GUI_TagEdit);
575 void retranslateUi(QWidget *GUI_TagEdit)
577 cb_rating_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
578 lab_rating->setText(QString());
579 label_4->setText(QApplication::translate(
"GUI_TagEdit",
"Year", 0));
580 label_3->setText(QApplication::translate(
"GUI_TagEdit",
"# Track", 0));
581 cb_discnumber_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
582 label_9->setText(QApplication::translate(
"GUI_TagEdit",
"Discnumber", 0));
583 cb_year_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
584 label_10->setText(QApplication::translate(
"GUI_TagEdit",
"Rating", 0));
585 lab_track_title->setText(QApplication::translate(
"GUI_TagEdit",
"Title", 0));
586 cb_artist_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
587 label_2->setText(QApplication::translate(
"GUI_TagEdit",
"Artist", 0));
588 label->setText(QApplication::translate(
"GUI_TagEdit",
"Album", 0));
589 cb_album_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
590 label_5->setText(QApplication::translate(
"GUI_TagEdit",
"Genres", 0));
591 cb_genre_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
592 btn_cover_original->setText(QString());
593 label_7->setText(QApplication::translate(
"GUI_TagEdit",
"Original", 0));
594 label_6->setText(QApplication::translate(
"GUI_TagEdit",
"ID3v2 Cover", 0));
595 lab_replacement->setText(QApplication::translate(
"GUI_TagEdit",
"Replace with", 0));
596 btn_cover_replacement->setText(QString());
597 cb_cover_all->setText(QApplication::translate(
"GUI_TagEdit",
"all", 0));
598 rb_dont_replace->setText(QApplication::translate(
"GUI_TagEdit",
"Don't replace", 0));
599 rb_replace->setText(QApplication::translate(
"GUI_TagEdit",
"Replace", 0));
600 label_8->setText(QApplication::translate(
"GUI_TagEdit",
"Expression", 0));
601 btn_tag_help->setText(QApplication::translate(
"GUI_TagEdit",
"?", 0));
602 btn_title->setText(QApplication::translate(
"GUI_TagEdit",
"Title", 0));
603 btn_album->setText(QApplication::translate(
"GUI_TagEdit",
"Album", 0));
604 btn_artist->setText(QApplication::translate(
"GUI_TagEdit",
"Artist", 0));
605 btn_year->setText(QApplication::translate(
"GUI_TagEdit",
"Year", 0));
606 btn_disc_nr->setText(QApplication::translate(
"GUI_TagEdit",
"Disc Nr", 0));
607 btn_track_nr->setText(QApplication::translate(
"GUI_TagEdit",
"# Track", 0));
608 btn_apply_tag->setText(QApplication::translate(
"GUI_TagEdit",
"Apply", 0));
609 btn_apply_tag_all->setText(QApplication::translate(
"GUI_TagEdit",
"Apply to all", 0));
610 cb_tag_from_path->setText(QApplication::translate(
"GUI_TagEdit",
"Tag from path", 0));
611 lab_filepath->setText(QString());
612 btn_prev->setText(QApplication::translate(
"GUI_TagEdit",
"<", 0));
613 lab_track_num->setText(QString());
614 btn_next->setText(QApplication::translate(
"GUI_TagEdit",
">", 0));
615 btn_undo_all->setText(QApplication::translate(
"GUI_TagEdit",
"Undo all", 0));
616 btn_undo->setText(QApplication::translate(
"GUI_TagEdit",
"Undo", 0));
617 btn_cancel->setText(QApplication::translate(
"GUI_TagEdit",
"Close", 0));
618 btn_ok->setText(QApplication::translate(
"GUI_TagEdit",
"Save", 0));
619 Q_UNUSED(GUI_TagEdit);
630 #endif // UI_GUI_TAGEDIT_H Definition: ui_GUI_TagEdit.h:36
Definition: ui_GUI_SomaFM.h:217
Definition: GUI_TagEdit.h:45
The TagLineEdit class.
Definition: TagLineEdit.h:55
Definition: ui_GUI_TagEdit.h:625
GUI class for String fields meant to convert content to first upper case by a context menu...
Definition: TagTextInput.h:39
The RatingLabel class.
Definition: RatingLabel.h:40