Qmmp
ui_tageditor.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'tageditor.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.7
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 <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QCheckBox>
17 #include <QtGui/QFormLayout>
18 #include <QtGui/QHBoxLayout>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QLineEdit>
22 #include <QtGui/QSpinBox>
23 #include <QtGui/QTextBrowser>
24 #include <QtGui/QVBoxLayout>
25 #include <QtGui/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_TagEditor
30 {
31 public:
32  QVBoxLayout *verticalLayout;
33  QWidget *tagWidget;
34  QFormLayout *formLayout;
35  QLabel *label_47;
36  QLineEdit *titleLineEdit;
37  QLabel *label_43;
38  QLineEdit *artistLineEdit;
39  QLabel *label_45;
40  QLineEdit *albumLineEdit;
41  QLabel *label_49;
42  QLineEdit *albumArtistLineEdit;
43  QLabel *label_8;
44  QLineEdit *composerLineEdit;
45  QLabel *label_46;
46  QLineEdit *genreLineEdit;
47  QLabel *label_42;
48  QHBoxLayout *horizontalLayout_2;
49  QSpinBox *trackSpinBox;
50  QLabel *label_44;
51  QSpinBox *yearSpinBox;
52  QLabel *label_11;
53  QSpinBox *discSpinBox;
54  QLabel *label_48;
55  QTextBrowser *commentBrowser;
56  QCheckBox *useCheckBox;
57 
58  void setupUi(QWidget *TagEditor)
59  {
60  if (TagEditor->objectName().isEmpty())
61  TagEditor->setObjectName(QString::fromUtf8("TagEditor"));
62  TagEditor->resize(438, 363);
63  verticalLayout = new QVBoxLayout(TagEditor);
64  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
65  verticalLayout->setContentsMargins(3, -1, 3, 3);
66  tagWidget = new QWidget(TagEditor);
67  tagWidget->setObjectName(QString::fromUtf8("tagWidget"));
68  formLayout = new QFormLayout(tagWidget);
69  formLayout->setObjectName(QString::fromUtf8("formLayout"));
70  label_47 = new QLabel(tagWidget);
71  label_47->setObjectName(QString::fromUtf8("label_47"));
72  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
73  sizePolicy.setHorizontalStretch(0);
74  sizePolicy.setVerticalStretch(0);
75  sizePolicy.setHeightForWidth(label_47->sizePolicy().hasHeightForWidth());
76  label_47->setSizePolicy(sizePolicy);
77  label_47->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
78 
79  formLayout->setWidget(0, QFormLayout::LabelRole, label_47);
80 
81  titleLineEdit = new QLineEdit(tagWidget);
82  titleLineEdit->setObjectName(QString::fromUtf8("titleLineEdit"));
83  QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed);
84  sizePolicy1.setHorizontalStretch(0);
85  sizePolicy1.setVerticalStretch(0);
86  sizePolicy1.setHeightForWidth(titleLineEdit->sizePolicy().hasHeightForWidth());
87  titleLineEdit->setSizePolicy(sizePolicy1);
88 
89  formLayout->setWidget(0, QFormLayout::FieldRole, titleLineEdit);
90 
91  label_43 = new QLabel(tagWidget);
92  label_43->setObjectName(QString::fromUtf8("label_43"));
93  sizePolicy.setHeightForWidth(label_43->sizePolicy().hasHeightForWidth());
94  label_43->setSizePolicy(sizePolicy);
95  label_43->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
96 
97  formLayout->setWidget(1, QFormLayout::LabelRole, label_43);
98 
99  artistLineEdit = new QLineEdit(tagWidget);
100  artistLineEdit->setObjectName(QString::fromUtf8("artistLineEdit"));
101  sizePolicy1.setHeightForWidth(artistLineEdit->sizePolicy().hasHeightForWidth());
102  artistLineEdit->setSizePolicy(sizePolicy1);
103 
104  formLayout->setWidget(1, QFormLayout::FieldRole, artistLineEdit);
105 
106  label_45 = new QLabel(tagWidget);
107  label_45->setObjectName(QString::fromUtf8("label_45"));
108  sizePolicy.setHeightForWidth(label_45->sizePolicy().hasHeightForWidth());
109  label_45->setSizePolicy(sizePolicy);
110  label_45->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
111 
112  formLayout->setWidget(2, QFormLayout::LabelRole, label_45);
113 
114  albumLineEdit = new QLineEdit(tagWidget);
115  albumLineEdit->setObjectName(QString::fromUtf8("albumLineEdit"));
116  sizePolicy1.setHeightForWidth(albumLineEdit->sizePolicy().hasHeightForWidth());
117  albumLineEdit->setSizePolicy(sizePolicy1);
118 
119  formLayout->setWidget(2, QFormLayout::FieldRole, albumLineEdit);
120 
121  label_49 = new QLabel(tagWidget);
122  label_49->setObjectName(QString::fromUtf8("label_49"));
123 
124  formLayout->setWidget(3, QFormLayout::LabelRole, label_49);
125 
126  albumArtistLineEdit = new QLineEdit(tagWidget);
127  albumArtistLineEdit->setObjectName(QString::fromUtf8("albumArtistLineEdit"));
128 
129  formLayout->setWidget(3, QFormLayout::FieldRole, albumArtistLineEdit);
130 
131  label_8 = new QLabel(tagWidget);
132  label_8->setObjectName(QString::fromUtf8("label_8"));
133 
134  formLayout->setWidget(4, QFormLayout::LabelRole, label_8);
135 
136  composerLineEdit = new QLineEdit(tagWidget);
137  composerLineEdit->setObjectName(QString::fromUtf8("composerLineEdit"));
138  composerLineEdit->setEnabled(false);
139 
140  formLayout->setWidget(4, QFormLayout::FieldRole, composerLineEdit);
141 
142  label_46 = new QLabel(tagWidget);
143  label_46->setObjectName(QString::fromUtf8("label_46"));
144  sizePolicy.setHeightForWidth(label_46->sizePolicy().hasHeightForWidth());
145  label_46->setSizePolicy(sizePolicy);
146  label_46->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
147 
148  formLayout->setWidget(5, QFormLayout::LabelRole, label_46);
149 
150  genreLineEdit = new QLineEdit(tagWidget);
151  genreLineEdit->setObjectName(QString::fromUtf8("genreLineEdit"));
152  sizePolicy1.setHeightForWidth(genreLineEdit->sizePolicy().hasHeightForWidth());
153  genreLineEdit->setSizePolicy(sizePolicy1);
154 
155  formLayout->setWidget(5, QFormLayout::FieldRole, genreLineEdit);
156 
157  label_42 = new QLabel(tagWidget);
158  label_42->setObjectName(QString::fromUtf8("label_42"));
159  sizePolicy.setHeightForWidth(label_42->sizePolicy().hasHeightForWidth());
160  label_42->setSizePolicy(sizePolicy);
161  label_42->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
162 
163  formLayout->setWidget(6, QFormLayout::LabelRole, label_42);
164 
165  horizontalLayout_2 = new QHBoxLayout();
166  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
167  trackSpinBox = new QSpinBox(tagWidget);
168  trackSpinBox->setObjectName(QString::fromUtf8("trackSpinBox"));
169  trackSpinBox->setEnabled(true);
170  sizePolicy1.setHeightForWidth(trackSpinBox->sizePolicy().hasHeightForWidth());
171  trackSpinBox->setSizePolicy(sizePolicy1);
172 
173  horizontalLayout_2->addWidget(trackSpinBox);
174 
175  label_44 = new QLabel(tagWidget);
176  label_44->setObjectName(QString::fromUtf8("label_44"));
177  sizePolicy.setHeightForWidth(label_44->sizePolicy().hasHeightForWidth());
178  label_44->setSizePolicy(sizePolicy);
179  label_44->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
180 
181  horizontalLayout_2->addWidget(label_44);
182 
183  yearSpinBox = new QSpinBox(tagWidget);
184  yearSpinBox->setObjectName(QString::fromUtf8("yearSpinBox"));
185  yearSpinBox->setEnabled(true);
186  QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Fixed);
187  sizePolicy2.setHorizontalStretch(0);
188  sizePolicy2.setVerticalStretch(0);
189  sizePolicy2.setHeightForWidth(yearSpinBox->sizePolicy().hasHeightForWidth());
190  yearSpinBox->setSizePolicy(sizePolicy2);
191  yearSpinBox->setMinimumSize(QSize(70, 0));
192  yearSpinBox->setMaximum(2050);
193  yearSpinBox->setValue(0);
194 
195  horizontalLayout_2->addWidget(yearSpinBox);
196 
197  label_11 = new QLabel(tagWidget);
198  label_11->setObjectName(QString::fromUtf8("label_11"));
199  sizePolicy.setHeightForWidth(label_11->sizePolicy().hasHeightForWidth());
200  label_11->setSizePolicy(sizePolicy);
201 
202  horizontalLayout_2->addWidget(label_11);
203 
204  discSpinBox = new QSpinBox(tagWidget);
205  discSpinBox->setObjectName(QString::fromUtf8("discSpinBox"));
206  discSpinBox->setEnabled(false);
207 
208  horizontalLayout_2->addWidget(discSpinBox);
209 
210 
211  formLayout->setLayout(6, QFormLayout::FieldRole, horizontalLayout_2);
212 
213  label_48 = new QLabel(tagWidget);
214  label_48->setObjectName(QString::fromUtf8("label_48"));
215  QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Expanding);
216  sizePolicy3.setHorizontalStretch(0);
217  sizePolicy3.setVerticalStretch(0);
218  sizePolicy3.setHeightForWidth(label_48->sizePolicy().hasHeightForWidth());
219  label_48->setSizePolicy(sizePolicy3);
220  label_48->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
221 
222  formLayout->setWidget(7, QFormLayout::LabelRole, label_48);
223 
224  commentBrowser = new QTextBrowser(tagWidget);
225  commentBrowser->setObjectName(QString::fromUtf8("commentBrowser"));
226  commentBrowser->setEnabled(true);
227  QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::Preferred);
228  sizePolicy4.setHorizontalStretch(0);
229  sizePolicy4.setVerticalStretch(0);
230  sizePolicy4.setHeightForWidth(commentBrowser->sizePolicy().hasHeightForWidth());
231  commentBrowser->setSizePolicy(sizePolicy4);
232  commentBrowser->setReadOnly(false);
233  commentBrowser->setHtml(QString::fromUtf8("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
234 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
235 "p, li { white-space: pre-wrap; }\n"
236 "</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
237 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;\"><br /></p></body></html>"));
238 
239  formLayout->setWidget(7, QFormLayout::FieldRole, commentBrowser);
240 
241 
242  verticalLayout->addWidget(tagWidget);
243 
244  useCheckBox = new QCheckBox(TagEditor);
245  useCheckBox->setObjectName(QString::fromUtf8("useCheckBox"));
246 
247  verticalLayout->addWidget(useCheckBox);
248 
249 
250  retranslateUi(TagEditor);
251  QObject::connect(useCheckBox, SIGNAL(clicked(bool)), tagWidget, SLOT(setEnabled(bool)));
252 
253  QMetaObject::connectSlotsByName(TagEditor);
254  } // setupUi
255 
256  void retranslateUi(QWidget *TagEditor)
257  {
258  TagEditor->setWindowTitle(QApplication::translate("TagEditor", "Tag Editor", 0, QApplication::UnicodeUTF8));
259  label_47->setText(QApplication::translate("TagEditor", "Title:", 0, QApplication::UnicodeUTF8));
260  label_43->setText(QApplication::translate("TagEditor", "Artist:", 0, QApplication::UnicodeUTF8));
261  label_45->setText(QApplication::translate("TagEditor", "Album:", 0, QApplication::UnicodeUTF8));
262  albumLineEdit->setText(QString());
263  label_49->setText(QApplication::translate("TagEditor", "Album artist:", 0, QApplication::UnicodeUTF8));
264  label_8->setText(QApplication::translate("TagEditor", "Composer:", 0, QApplication::UnicodeUTF8));
265  label_46->setText(QApplication::translate("TagEditor", "Genre:", 0, QApplication::UnicodeUTF8));
266  label_42->setText(QApplication::translate("TagEditor", "Track:", 0, QApplication::UnicodeUTF8));
267  trackSpinBox->setSpecialValueText(QApplication::translate("TagEditor", "?", 0, QApplication::UnicodeUTF8));
268  label_44->setText(QApplication::translate("TagEditor", "Year:", 0, QApplication::UnicodeUTF8));
269  yearSpinBox->setSpecialValueText(QApplication::translate("TagEditor", "?", 0, QApplication::UnicodeUTF8));
270  yearSpinBox->setSuffix(QString());
271  label_11->setText(QApplication::translate("TagEditor", "Disc number:", 0, QApplication::UnicodeUTF8));
272  discSpinBox->setSpecialValueText(QApplication::translate("TagEditor", "?", 0, QApplication::UnicodeUTF8));
273  label_48->setText(QApplication::translate("TagEditor", "Comment:", 0, QApplication::UnicodeUTF8));
274  useCheckBox->setText(QApplication::translate("TagEditor", "Include selected tag in file", 0, QApplication::UnicodeUTF8));
275  } // retranslateUi
276 
277 };
278 
279 namespace Ui {
280  class TagEditor: public Ui_TagEditor {};
281 } // namespace Ui
282 
283 QT_END_NAMESPACE
284 
285 #endif // UI_TAGEDITOR_H