Sayonara Player
ui_GUI_TagFromPath.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_TagFromPath.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_TAGFROMPATH_H
10#define UI_GUI_TAGFROMPATH_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QFrame>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QListWidget>
19#include <QtWidgets/QPushButton>
20#include <QtWidgets/QSpacerItem>
21#include <QtWidgets/QStackedWidget>
22#include <QtWidgets/QWidget>
23#include "Gui/Tagging/TagLineEdit.h"
24
25QT_BEGIN_NAMESPACE
26
28{
29public:
30 QGridLayout *gridLayout;
31 QLabel *label_8;
32 TagLineEdit *leTag;
33 QPushButton *btnTagHelp;
34 QHBoxLayout *horizontalLayout_3;
35 QPushButton *btnTitle;
36 QPushButton *btnAlbum;
37 QPushButton *btnArtist;
38 QPushButton *btnYear;
39 QPushButton *btnDiscNumber;
40 QPushButton *btnTrackNumber;
41 QFrame *line_3;
42 QLabel *labTagType;
43 QHBoxLayout *horizontalLayout_4;
44 QSpacerItem *horizontalSpacer_2;
45 QPushButton *btnApplyTagAll;
46 QPushButton *btnApplyTag;
47 QStackedWidget *swTagFromPath;
48 QWidget *page;
49 QGridLayout *gridLayout_4;
50 QLabel *labTagFromPathWarning;
51 QListWidget *lvInvalidFilepaths;
52 QWidget *page_2;
53 QGridLayout *gridLayout_5;
54 QSpacerItem *verticalSpacer_3;
55
56 void setupUi(QWidget *GUI_TagFromPath)
57 {
58 if (GUI_TagFromPath->objectName().isEmpty())
59 GUI_TagFromPath->setObjectName(QString::fromUtf8("GUI_TagFromPath"));
60 GUI_TagFromPath->resize(914, 635);
61 gridLayout = new QGridLayout(GUI_TagFromPath);
62 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
63 label_8 = new QLabel(GUI_TagFromPath);
64 label_8->setObjectName(QString::fromUtf8("label_8"));
65
66 gridLayout->addWidget(label_8, 0, 0, 1, 1);
67
68 leTag = new TagLineEdit(GUI_TagFromPath);
69 leTag->setObjectName(QString::fromUtf8("leTag"));
70 leTag->setFocusPolicy(Qt::TabFocus);
71
72 gridLayout->addWidget(leTag, 0, 1, 1, 1);
73
74 btnTagHelp = new QPushButton(GUI_TagFromPath);
75 btnTagHelp->setObjectName(QString::fromUtf8("btnTagHelp"));
76 btnTagHelp->setFocusPolicy(Qt::TabFocus);
77 btnTagHelp->setText(QString::fromUtf8("?"));
78
79 gridLayout->addWidget(btnTagHelp, 1, 0, 1, 1);
80
81 horizontalLayout_3 = new QHBoxLayout();
82 horizontalLayout_3->setSpacing(5);
83 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
84 btnTitle = new QPushButton(GUI_TagFromPath);
85 btnTitle->setObjectName(QString::fromUtf8("btnTitle"));
86 btnTitle->setFocusPolicy(Qt::TabFocus);
87 btnTitle->setText(QString::fromUtf8("Title"));
88 btnTitle->setCheckable(true);
89
90 horizontalLayout_3->addWidget(btnTitle);
91
92 btnAlbum = new QPushButton(GUI_TagFromPath);
93 btnAlbum->setObjectName(QString::fromUtf8("btnAlbum"));
94 btnAlbum->setFocusPolicy(Qt::TabFocus);
95 btnAlbum->setText(QString::fromUtf8("Album"));
96 btnAlbum->setCheckable(true);
97
98 horizontalLayout_3->addWidget(btnAlbum);
99
100 btnArtist = new QPushButton(GUI_TagFromPath);
101 btnArtist->setObjectName(QString::fromUtf8("btnArtist"));
102 btnArtist->setFocusPolicy(Qt::TabFocus);
103 btnArtist->setText(QString::fromUtf8("Artist"));
104 btnArtist->setCheckable(true);
105
106 horizontalLayout_3->addWidget(btnArtist);
107
108 btnYear = new QPushButton(GUI_TagFromPath);
109 btnYear->setObjectName(QString::fromUtf8("btnYear"));
110 btnYear->setFocusPolicy(Qt::TabFocus);
111 btnYear->setText(QString::fromUtf8("Year"));
112 btnYear->setCheckable(true);
113
114 horizontalLayout_3->addWidget(btnYear);
115
116 btnDiscNumber = new QPushButton(GUI_TagFromPath);
117 btnDiscNumber->setObjectName(QString::fromUtf8("btnDiscNumber"));
118 btnDiscNumber->setFocusPolicy(Qt::TabFocus);
119 btnDiscNumber->setCheckable(true);
120
121 horizontalLayout_3->addWidget(btnDiscNumber);
122
123 btnTrackNumber = new QPushButton(GUI_TagFromPath);
124 btnTrackNumber->setObjectName(QString::fromUtf8("btnTrackNumber"));
125 btnTrackNumber->setFocusPolicy(Qt::TabFocus);
126 btnTrackNumber->setText(QString::fromUtf8("# Track"));
127 btnTrackNumber->setCheckable(true);
128
129 horizontalLayout_3->addWidget(btnTrackNumber);
130
131
132 gridLayout->addLayout(horizontalLayout_3, 1, 1, 1, 1);
133
134 line_3 = new QFrame(GUI_TagFromPath);
135 line_3->setObjectName(QString::fromUtf8("line_3"));
136 line_3->setFrameShape(QFrame::HLine);
137 line_3->setFrameShadow(QFrame::Sunken);
138
139 gridLayout->addWidget(line_3, 2, 0, 1, 2);
140
141 labTagType = new QLabel(GUI_TagFromPath);
142 labTagType->setObjectName(QString::fromUtf8("labTagType"));
143
144 gridLayout->addWidget(labTagType, 3, 0, 1, 1);
145
146 horizontalLayout_4 = new QHBoxLayout();
147 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
148 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
149
150 horizontalLayout_4->addItem(horizontalSpacer_2);
151
152 btnApplyTagAll = new QPushButton(GUI_TagFromPath);
153 btnApplyTagAll->setObjectName(QString::fromUtf8("btnApplyTagAll"));
154 btnApplyTagAll->setFocusPolicy(Qt::TabFocus);
155
156 horizontalLayout_4->addWidget(btnApplyTagAll);
157
158 btnApplyTag = new QPushButton(GUI_TagFromPath);
159 btnApplyTag->setObjectName(QString::fromUtf8("btnApplyTag"));
160 btnApplyTag->setFocusPolicy(Qt::TabFocus);
161 btnApplyTag->setText(QString::fromUtf8("Apply"));
162
163 horizontalLayout_4->addWidget(btnApplyTag);
164
165
166 gridLayout->addLayout(horizontalLayout_4, 3, 1, 1, 1);
167
168 swTagFromPath = new QStackedWidget(GUI_TagFromPath);
169 swTagFromPath->setObjectName(QString::fromUtf8("swTagFromPath"));
170 page = new QWidget();
171 page->setObjectName(QString::fromUtf8("page"));
172 gridLayout_4 = new QGridLayout(page);
173 gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
174 labTagFromPathWarning = new QLabel(page);
175 labTagFromPathWarning->setObjectName(QString::fromUtf8("labTagFromPathWarning"));
176 QFont font;
177 font.setBold(true);
178 font.setWeight(75);
179 labTagFromPathWarning->setFont(font);
180 labTagFromPathWarning->setText(QString::fromUtf8("Warning"));
181
182 gridLayout_4->addWidget(labTagFromPathWarning, 0, 0, 1, 1);
183
184 lvInvalidFilepaths = new QListWidget(page);
185 lvInvalidFilepaths->setObjectName(QString::fromUtf8("lvInvalidFilepaths"));
186
187 gridLayout_4->addWidget(lvInvalidFilepaths, 1, 0, 1, 1);
188
189 swTagFromPath->addWidget(page);
190 page_2 = new QWidget();
191 page_2->setObjectName(QString::fromUtf8("page_2"));
192 gridLayout_5 = new QGridLayout(page_2);
193 gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
194 verticalSpacer_3 = new QSpacerItem(20, 270, QSizePolicy::Minimum, QSizePolicy::Expanding);
195
196 gridLayout_5->addItem(verticalSpacer_3, 0, 0, 1, 1);
197
198 swTagFromPath->addWidget(page_2);
199
200 gridLayout->addWidget(swTagFromPath, 4, 0, 1, 2);
201
202
203 retranslateUi(GUI_TagFromPath);
204
205 swTagFromPath->setCurrentIndex(0);
206
207
208 QMetaObject::connectSlotsByName(GUI_TagFromPath);
209 } // setupUi
210
211 void retranslateUi(QWidget *GUI_TagFromPath)
212 {
213 label_8->setText(QCoreApplication::translate("GUI_TagFromPath", "Expression", nullptr));
214 btnDiscNumber->setText(QCoreApplication::translate("GUI_TagFromPath", "Disc Nr", nullptr));
215 labTagType->setText(QString());
216 btnApplyTagAll->setText(QCoreApplication::translate("GUI_TagFromPath", "Apply to all", nullptr));
217 (void)GUI_TagFromPath;
218 } // retranslateUi
219
220};
221
222namespace Ui {
224} // namespace Ui
225
226QT_END_NAMESPACE
227
228#endif // UI_GUI_TAGFROMPATH_H
Definition: GUI_TagFromPath.h:42
The TagLineEdit class.
Definition: TagLineEdit.h:34
Definition: ui_GUI_TagFromPath.h:223
Definition: ui_GUI_TagFromPath.h:28