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