Miam-Player  0.8.0
A nice music player
ui_tageditor.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'tageditor.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_TAGEDITOR_H
10 #define UI_TAGEDITOR_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QStackedWidget>
24 #include <QtWidgets/QVBoxLayout>
25 #include <QtWidgets/QWidget>
26 #include "tageditor/albumcover.h"
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QVBoxLayout *verticalLayout;
35  QHBoxLayout *hl_top;
36  QPushButton *convertPushButton;
37  QPushButton *saveChangesButton;
38  QPushButton *cancelButton;
40  QSpacerItem *horizontalSpacer;
41  QStackedWidget *extensibleWidgetArea;
43  QHBoxLayout *hl_bottom;
45  QGridLayout *gridLayout;
46  QLabel *labelTitle;
48  QLabel *labelDisc;
49  QLabel *labelAlbum;
50  QComboBox *artistAlbumComboBox;
51  QLabel *labelComment_2;
52  QComboBox *albumComboBox;
53  QComboBox *commentComboBox;
54  QComboBox *artistComboBox;
55  QComboBox *coverPathComboBox;
56  QLabel *labelComment;
57  QLabel *labelTrack;
58  QLabel *labelArtist;
59  QHBoxLayout *horizontalLayout_5;
60  QComboBox *trackComboBox;
61  QLabel *labelYear;
62  QComboBox *yearComboBox;
63  QComboBox *titleComboBox;
64  QHBoxLayout *horizontalLayout_4;
65  QComboBox *discComboBox;
66  QLabel *labelGenre;
67  QComboBox *genreComboBox;
68 
69  void setupUi(QWidget *TagEditor)
70  {
71  if (TagEditor->objectName().isEmpty())
72  TagEditor->setObjectName(QStringLiteral("TagEditor"));
73  TagEditor->resize(640, 480);
74  TagEditor->setWindowTitle(QStringLiteral(""));
75  verticalLayout = new QVBoxLayout(TagEditor);
76  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
77  verticalLayout->setContentsMargins(0, 0, 0, 0);
78  hl_top = new QHBoxLayout();
79  hl_top->setObjectName(QStringLiteral("hl_top"));
80  convertPushButton = new QPushButton(TagEditor);
81  convertPushButton->setObjectName(QStringLiteral("convertPushButton"));
82  convertPushButton->setMaximumSize(QSize(16777215, 32));
83  QIcon icon;
84  icon.addFile(QStringLiteral(":/icons/rename"), QSize(), QIcon::Normal, QIcon::Off);
85  convertPushButton->setIcon(icon);
86  convertPushButton->setIconSize(QSize(24, 24));
87  convertPushButton->setCheckable(true);
88  convertPushButton->setChecked(false);
89 
90  hl_top->addWidget(convertPushButton);
91 
92  saveChangesButton = new QPushButton(TagEditor);
93  saveChangesButton->setObjectName(QStringLiteral("saveChangesButton"));
94  saveChangesButton->setEnabled(false);
95  saveChangesButton->setMaximumSize(QSize(16777215, 32));
96  QIcon icon1;
97  icon1.addFile(QStringLiteral(":/icons/save"), QSize(), QIcon::Normal, QIcon::Off);
98  saveChangesButton->setIcon(icon1);
99  saveChangesButton->setIconSize(QSize(24, 24));
100 
101  hl_top->addWidget(saveChangesButton);
102 
103  cancelButton = new QPushButton(TagEditor);
104  cancelButton->setObjectName(QStringLiteral("cancelButton"));
105  cancelButton->setEnabled(false);
106  cancelButton->setMaximumSize(QSize(16777215, 32));
107  cancelButton->setIconSize(QSize(24, 24));
108 
109  hl_top->addWidget(cancelButton);
110 
111  extensiblePushButtonArea = new QHBoxLayout();
112  extensiblePushButtonArea->setObjectName(QStringLiteral("extensiblePushButtonArea"));
113 
114  hl_top->addLayout(extensiblePushButtonArea);
115 
116  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
117 
118  hl_top->addItem(horizontalSpacer);
119 
120 
121  verticalLayout->addLayout(hl_top);
122 
123  extensibleWidgetArea = new QStackedWidget(TagEditor);
124  extensibleWidgetArea->setObjectName(QStringLiteral("extensibleWidgetArea"));
125  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
126  sizePolicy.setHorizontalStretch(0);
127  sizePolicy.setVerticalStretch(0);
128  sizePolicy.setHeightForWidth(extensibleWidgetArea->sizePolicy().hasHeightForWidth());
129  extensibleWidgetArea->setSizePolicy(sizePolicy);
130  extensibleWidgetArea->setMinimumSize(QSize(0, 120));
131  extensibleWidgetArea->setMaximumSize(QSize(16777215, 120));
132 
133  verticalLayout->addWidget(extensibleWidgetArea);
134 
135  tagEditorWidget = new TagEditorTableWidget(TagEditor);
136  if (tagEditorWidget->columnCount() < 11)
137  tagEditorWidget->setColumnCount(11);
138  QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
139  tagEditorWidget->setHorizontalHeaderItem(0, __qtablewidgetitem);
140  QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem();
141  tagEditorWidget->setHorizontalHeaderItem(1, __qtablewidgetitem1);
142  QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem();
143  tagEditorWidget->setHorizontalHeaderItem(2, __qtablewidgetitem2);
144  QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem();
145  tagEditorWidget->setHorizontalHeaderItem(3, __qtablewidgetitem3);
146  QTableWidgetItem *__qtablewidgetitem4 = new QTableWidgetItem();
147  tagEditorWidget->setHorizontalHeaderItem(4, __qtablewidgetitem4);
148  QTableWidgetItem *__qtablewidgetitem5 = new QTableWidgetItem();
149  tagEditorWidget->setHorizontalHeaderItem(5, __qtablewidgetitem5);
150  QTableWidgetItem *__qtablewidgetitem6 = new QTableWidgetItem();
151  tagEditorWidget->setHorizontalHeaderItem(6, __qtablewidgetitem6);
152  QTableWidgetItem *__qtablewidgetitem7 = new QTableWidgetItem();
153  tagEditorWidget->setHorizontalHeaderItem(7, __qtablewidgetitem7);
154  QTableWidgetItem *__qtablewidgetitem8 = new QTableWidgetItem();
155  tagEditorWidget->setHorizontalHeaderItem(8, __qtablewidgetitem8);
156  QTableWidgetItem *__qtablewidgetitem9 = new QTableWidgetItem();
157  tagEditorWidget->setHorizontalHeaderItem(9, __qtablewidgetitem9);
158  QTableWidgetItem *__qtablewidgetitem10 = new QTableWidgetItem();
159  tagEditorWidget->setHorizontalHeaderItem(10, __qtablewidgetitem10);
160  tagEditorWidget->setObjectName(QStringLiteral("tagEditorWidget"));
161  tagEditorWidget->setAlternatingRowColors(true);
162  tagEditorWidget->setSelectionBehavior(QAbstractItemView::SelectRows);
163  tagEditorWidget->setShowGrid(false);
164  tagEditorWidget->setSortingEnabled(true);
165  tagEditorWidget->horizontalHeader()->setHighlightSections(false);
166  tagEditorWidget->horizontalHeader()->setProperty("showSortIndicator", QVariant(true));
167  tagEditorWidget->horizontalHeader()->setStretchLastSection(true);
168  tagEditorWidget->verticalHeader()->setVisible(false);
169  tagEditorWidget->verticalHeader()->setHighlightSections(false);
170 
171  verticalLayout->addWidget(tagEditorWidget);
172 
173  hl_bottom = new QHBoxLayout();
174  hl_bottom->setObjectName(QStringLiteral("hl_bottom"));
175  albumCover = new AlbumCover(TagEditor);
176  albumCover->setObjectName(QStringLiteral("albumCover"));
177  QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
178  sizePolicy1.setHorizontalStretch(0);
179  sizePolicy1.setVerticalStretch(0);
180  sizePolicy1.setHeightForWidth(albumCover->sizePolicy().hasHeightForWidth());
181  albumCover->setSizePolicy(sizePolicy1);
182  albumCover->setMinimumSize(QSize(100, 100));
183  albumCover->setMaximumSize(QSize(100, 100));
184  albumCover->setProperty("text", QVariant(QStringLiteral("")));
185  albumCover->setProperty("pixmap", QVariant(QPixmap(QString::fromUtf8(":/icons/disc"))));
186  albumCover->setProperty("scaledContents", QVariant(true));
187 
188  hl_bottom->addWidget(albumCover);
189 
190  gridLayout = new QGridLayout();
191  gridLayout->setObjectName(QStringLiteral("gridLayout"));
192  gridLayout->setContentsMargins(-1, -1, 6, -1);
193  labelTitle = new QLabel(TagEditor);
194  labelTitle->setObjectName(QStringLiteral("labelTitle"));
195  labelTitle->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
196 
197  gridLayout->addWidget(labelTitle, 0, 0, 1, 1);
198 
199  labelArtistAlbum = new QLabel(TagEditor);
200  labelArtistAlbum->setObjectName(QStringLiteral("labelArtistAlbum"));
201  labelArtistAlbum->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
202 
203  gridLayout->addWidget(labelArtistAlbum, 2, 0, 1, 1);
204 
205  labelDisc = new QLabel(TagEditor);
206  labelDisc->setObjectName(QStringLiteral("labelDisc"));
207  labelDisc->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
208 
209  gridLayout->addWidget(labelDisc, 1, 2, 1, 1, Qt::AlignRight);
210 
211  labelAlbum = new QLabel(TagEditor);
212  labelAlbum->setObjectName(QStringLiteral("labelAlbum"));
213  labelAlbum->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
214 
215  gridLayout->addWidget(labelAlbum, 3, 0, 1, 1);
216 
217  artistAlbumComboBox = new QComboBox(TagEditor);
218  artistAlbumComboBox->setObjectName(QStringLiteral("artistAlbumComboBox"));
219  artistAlbumComboBox->setEditable(true);
220  artistAlbumComboBox->setCurrentText(QStringLiteral(""));
221  artistAlbumComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
222 
223  gridLayout->addWidget(artistAlbumComboBox, 2, 1, 1, 1);
224 
225  labelComment_2 = new QLabel(TagEditor);
226  labelComment_2->setObjectName(QStringLiteral("labelComment_2"));
227  labelComment_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
228 
229  gridLayout->addWidget(labelComment_2, 3, 2, 1, 1);
230 
231  albumComboBox = new QComboBox(TagEditor);
232  albumComboBox->setObjectName(QStringLiteral("albumComboBox"));
233  albumComboBox->setEditable(true);
234  albumComboBox->setCurrentText(QStringLiteral(""));
235  albumComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
236 
237  gridLayout->addWidget(albumComboBox, 3, 1, 1, 1);
238 
239  commentComboBox = new QComboBox(TagEditor);
240  commentComboBox->setObjectName(QStringLiteral("commentComboBox"));
241  commentComboBox->setEditable(true);
242  commentComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
243 
244  gridLayout->addWidget(commentComboBox, 2, 3, 1, 1, Qt::AlignTop);
245 
246  artistComboBox = new QComboBox(TagEditor);
247  artistComboBox->setObjectName(QStringLiteral("artistComboBox"));
248  artistComboBox->setEditable(true);
249  artistComboBox->setCurrentText(QStringLiteral(""));
250  artistComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
251 
252  gridLayout->addWidget(artistComboBox, 1, 1, 1, 1);
253 
254  coverPathComboBox = new QComboBox(TagEditor);
255  coverPathComboBox->setObjectName(QStringLiteral("coverPathComboBox"));
256  coverPathComboBox->setEditable(true);
257  coverPathComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
258 
259  gridLayout->addWidget(coverPathComboBox, 3, 3, 1, 1);
260 
261  labelComment = new QLabel(TagEditor);
262  labelComment->setObjectName(QStringLiteral("labelComment"));
263  labelComment->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
264 
265  gridLayout->addWidget(labelComment, 2, 2, 1, 1, Qt::AlignRight|Qt::AlignTop);
266 
267  labelTrack = new QLabel(TagEditor);
268  labelTrack->setObjectName(QStringLiteral("labelTrack"));
269  labelTrack->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
270 
271  gridLayout->addWidget(labelTrack, 0, 2, 1, 1, Qt::AlignRight);
272 
273  labelArtist = new QLabel(TagEditor);
274  labelArtist->setObjectName(QStringLiteral("labelArtist"));
275  labelArtist->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
276 
277  gridLayout->addWidget(labelArtist, 1, 0, 1, 1, Qt::AlignRight);
278 
279  horizontalLayout_5 = new QHBoxLayout();
280  horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
281  trackComboBox = new QComboBox(TagEditor);
282  trackComboBox->setObjectName(QStringLiteral("trackComboBox"));
283  trackComboBox->setEditable(true);
284  trackComboBox->setCurrentText(QStringLiteral(""));
285  trackComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
286 
287  horizontalLayout_5->addWidget(trackComboBox);
288 
289  labelYear = new QLabel(TagEditor);
290  labelYear->setObjectName(QStringLiteral("labelYear"));
291  labelYear->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
292 
293  horizontalLayout_5->addWidget(labelYear, 0, Qt::AlignRight);
294 
295  yearComboBox = new QComboBox(TagEditor);
296  yearComboBox->setObjectName(QStringLiteral("yearComboBox"));
297  yearComboBox->setEditable(true);
298  yearComboBox->setCurrentText(QStringLiteral(""));
299  yearComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
300 
301  horizontalLayout_5->addWidget(yearComboBox);
302 
303 
304  gridLayout->addLayout(horizontalLayout_5, 0, 3, 1, 1);
305 
306  titleComboBox = new QComboBox(TagEditor);
307  titleComboBox->setObjectName(QStringLiteral("titleComboBox"));
308  titleComboBox->setEditable(true);
309  titleComboBox->setCurrentText(QStringLiteral(""));
310  titleComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
311 
312  gridLayout->addWidget(titleComboBox, 0, 1, 1, 1);
313 
314  horizontalLayout_4 = new QHBoxLayout();
315  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
316  discComboBox = new QComboBox(TagEditor);
317  discComboBox->setObjectName(QStringLiteral("discComboBox"));
318  discComboBox->setEditable(true);
319  discComboBox->setCurrentText(QStringLiteral(""));
320  discComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
321 
322  horizontalLayout_4->addWidget(discComboBox);
323 
324  labelGenre = new QLabel(TagEditor);
325  labelGenre->setObjectName(QStringLiteral("labelGenre"));
326  labelGenre->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
327 
328  horizontalLayout_4->addWidget(labelGenre, 0, Qt::AlignRight);
329 
330  genreComboBox = new QComboBox(TagEditor);
331  genreComboBox->setObjectName(QStringLiteral("genreComboBox"));
332  genreComboBox->setEditable(true);
333  genreComboBox->setCurrentText(QStringLiteral(""));
334  genreComboBox->setInsertPolicy(QComboBox::InsertAlphabetically);
335 
336  horizontalLayout_4->addWidget(genreComboBox);
337 
338 
339  gridLayout->addLayout(horizontalLayout_4, 1, 3, 1, 1);
340 
341  gridLayout->setColumnStretch(0, 1);
342  gridLayout->setColumnStretch(1, 3);
343  gridLayout->setColumnStretch(2, 1);
344  gridLayout->setColumnStretch(3, 3);
345 
346  hl_bottom->addLayout(gridLayout);
347 
348 
349  verticalLayout->addLayout(hl_bottom);
350 
351  verticalLayout->setStretch(2, 3);
352  QWidget::setTabOrder(tagEditorWidget, convertPushButton);
353  QWidget::setTabOrder(convertPushButton, saveChangesButton);
354  QWidget::setTabOrder(saveChangesButton, cancelButton);
355  QWidget::setTabOrder(cancelButton, titleComboBox);
356  QWidget::setTabOrder(titleComboBox, artistComboBox);
357  QWidget::setTabOrder(artistComboBox, artistAlbumComboBox);
358  QWidget::setTabOrder(artistAlbumComboBox, albumComboBox);
359  QWidget::setTabOrder(albumComboBox, trackComboBox);
360  QWidget::setTabOrder(trackComboBox, discComboBox);
361  QWidget::setTabOrder(discComboBox, yearComboBox);
362  QWidget::setTabOrder(yearComboBox, genreComboBox);
363  QWidget::setTabOrder(genreComboBox, commentComboBox);
364  QWidget::setTabOrder(commentComboBox, coverPathComboBox);
365 
366  retranslateUi(TagEditor);
367 
368  QMetaObject::connectSlotsByName(TagEditor);
369  } // setupUi
370 
371  void retranslateUi(QWidget *TagEditor)
372  {
373  convertPushButton->setText(QApplication::translate("TagEditor", "Converter", 0));
374  saveChangesButton->setText(QApplication::translate("TagEditor", "Save changes", 0));
375  cancelButton->setText(QApplication::translate("TagEditor", "Cancel", 0));
376  QTableWidgetItem *___qtablewidgetitem = tagEditorWidget->horizontalHeaderItem(0);
377  ___qtablewidgetitem->setText(QApplication::translate("TagEditor", "Filename", 0));
378  QTableWidgetItem *___qtablewidgetitem1 = tagEditorWidget->horizontalHeaderItem(1);
379  ___qtablewidgetitem1->setText(QApplication::translate("TagEditor", "Path", 0));
380  QTableWidgetItem *___qtablewidgetitem2 = tagEditorWidget->horizontalHeaderItem(2);
381  ___qtablewidgetitem2->setText(QApplication::translate("TagEditor", "Title", 0));
382  QTableWidgetItem *___qtablewidgetitem3 = tagEditorWidget->horizontalHeaderItem(3);
383  ___qtablewidgetitem3->setText(QApplication::translate("TagEditor", "Artist", 0));
384  QTableWidgetItem *___qtablewidgetitem4 = tagEditorWidget->horizontalHeaderItem(4);
385  ___qtablewidgetitem4->setText(QApplication::translate("TagEditor", "Artist Album", 0));
386  QTableWidgetItem *___qtablewidgetitem5 = tagEditorWidget->horizontalHeaderItem(5);
387  ___qtablewidgetitem5->setText(QApplication::translate("TagEditor", "Album", 0));
388  QTableWidgetItem *___qtablewidgetitem6 = tagEditorWidget->horizontalHeaderItem(6);
389  ___qtablewidgetitem6->setText(QApplication::translate("TagEditor", "Track", 0));
390  QTableWidgetItem *___qtablewidgetitem7 = tagEditorWidget->horizontalHeaderItem(7);
391  ___qtablewidgetitem7->setText(QApplication::translate("TagEditor", "Disc", 0));
392  QTableWidgetItem *___qtablewidgetitem8 = tagEditorWidget->horizontalHeaderItem(8);
393  ___qtablewidgetitem8->setText(QApplication::translate("TagEditor", "Year", 0));
394  QTableWidgetItem *___qtablewidgetitem9 = tagEditorWidget->horizontalHeaderItem(9);
395  ___qtablewidgetitem9->setText(QApplication::translate("TagEditor", "Genre", 0));
396  QTableWidgetItem *___qtablewidgetitem10 = tagEditorWidget->horizontalHeaderItem(10);
397  ___qtablewidgetitem10->setText(QApplication::translate("TagEditor", "Comment", 0));
398  labelTitle->setText(QApplication::translate("TagEditor", "Title: ", 0));
399  labelArtistAlbum->setText(QApplication::translate("TagEditor", "Artist Album: ", 0));
400  labelDisc->setText(QApplication::translate("TagEditor", "Disc: ", 0));
401  labelAlbum->setText(QApplication::translate("TagEditor", "Album: ", 0));
402  labelComment_2->setText(QApplication::translate("TagEditor", "Cover path:", 0));
403  labelComment->setText(QApplication::translate("TagEditor", "Comment: ", 0));
404  labelTrack->setText(QApplication::translate("TagEditor", "Track: ", 0));
405  labelArtist->setText(QApplication::translate("TagEditor", "Artist: ", 0));
406  labelYear->setText(QApplication::translate("TagEditor", "Year: ", 0));
407  labelGenre->setText(QApplication::translate("TagEditor", "Genre: ", 0));
408  Q_UNUSED(TagEditor);
409  } // retranslateUi
410 
411 };
412 
413 namespace Ui {
414  class TagEditor: public Ui_TagEditor {};
415 } // namespace Ui
416 
417 QT_END_NAMESPACE
418 
419 #endif // UI_TAGEDITOR_H
QStackedWidget * extensibleWidgetArea
Definition: ui_tageditor.h:41
QComboBox * genreComboBox
Definition: ui_tageditor.h:67
Definition: ui_tageditor.h:31
QSpacerItem * horizontalSpacer
Definition: ui_tageditor.h:40
void retranslateUi(QWidget *TagEditor)
Definition: ui_tageditor.h:371
QComboBox * titleComboBox
Definition: ui_tageditor.h:63
QComboBox * artistComboBox
Definition: ui_tageditor.h:54
QLabel * labelAlbum
Definition: ui_tageditor.h:49
QHBoxLayout * hl_bottom
Definition: ui_tageditor.h:43
Definition: ui_libraryorderdialog.h:197
QHBoxLayout * hl_top
Definition: ui_tageditor.h:35
QLabel * labelComment
Definition: ui_tageditor.h:56
QPushButton * cancelButton
Definition: ui_tageditor.h:38
QVBoxLayout * verticalLayout
Definition: ui_tageditor.h:34
TagEditorTableWidget * tagEditorWidget
Definition: ui_tageditor.h:42
QHBoxLayout * horizontalLayout_5
Definition: ui_tageditor.h:59
QHBoxLayout * horizontalLayout_4
Definition: ui_tageditor.h:64
QLabel * labelTrack
Definition: ui_tageditor.h:57
QLabel * labelComment_2
Definition: ui_tageditor.h:51
QGridLayout * gridLayout
Definition: ui_tageditor.h:45
QLabel * labelGenre
Definition: ui_tageditor.h:66
QLabel * labelYear
Definition: ui_tageditor.h:61
QHBoxLayout * extensiblePushButtonArea
Definition: ui_tageditor.h:39
QComboBox * albumComboBox
Definition: ui_tageditor.h:52
The TagEditorTableWidget class is a table where one can select lines in order to edit multiple tags...
Definition: tageditortablewidget.h:15
The TagEditor class is the main class for editing metadata inside this soft.
Definition: tageditor.h:23
QPushButton * saveChangesButton
Definition: ui_tageditor.h:37
QLabel * labelTitle
Definition: ui_tageditor.h:46
QLabel * labelDisc
Definition: ui_tageditor.h:48
QComboBox * trackComboBox
Definition: ui_tageditor.h:60
QComboBox * coverPathComboBox
Definition: ui_tageditor.h:55
QComboBox * discComboBox
Definition: ui_tageditor.h:65
QComboBox * yearComboBox
Definition: ui_tageditor.h:62
QComboBox * artistAlbumComboBox
Definition: ui_tageditor.h:50
Definition: ui_tageditor.h:414
QLabel * labelArtist
Definition: ui_tageditor.h:58
QComboBox * commentComboBox
Definition: ui_tageditor.h:53
QPushButton * convertPushButton
Definition: ui_tageditor.h:36
QLabel * labelArtistAlbum
Definition: ui_tageditor.h:47
void setupUi(QWidget *TagEditor)
Definition: ui_tageditor.h:69
The AlbumCover class is used to manipulate cover albums inside music files.
Definition: albumcover.h:13
AlbumCover * albumCover
Definition: ui_tageditor.h:44