Sayonara Player
ui_GUI_PlaylistPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_PlaylistPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_PLAYLISTPREFERENCES_H
10 #define UI_GUI_PLAYLISTPREFERENCES_H
11 
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/QLineEdit>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QCheckBox *cb_show_numbers;
34  QLineEdit *le_expression;
35  QLabel *lab_title;
36  QGridLayout *gridLayout_2;
37  QLabel *label_4;
38  QLabel *label_9;
39  QLabel *label_5;
40  QLabel *label_7;
41  QLabel *label;
42  QLabel *label_10;
43  QLabel *label_8;
44  QLabel *label_6;
45  QLabel *label_11;
46  QLabel *label_12;
47  QLabel *label_13;
48  QLabel *label_2;
49  QFrame *line_4;
50  QFrame *line_5;
51  QFrame *line;
52  QHBoxLayout *horizontalLayout;
53  QSpacerItem *horizontalSpacer;
54  QPushButton *btn_default;
55  QSpacerItem *verticalSpacer;
56 
57  void setupUi(QWidget *GUI_PlaylistPreferences)
58  {
59  if (GUI_PlaylistPreferences->objectName().isEmpty())
60  GUI_PlaylistPreferences->setObjectName(QStringLiteral("GUI_PlaylistPreferences"));
61  GUI_PlaylistPreferences->resize(393, 373);
62  gridLayout = new QGridLayout(GUI_PlaylistPreferences);
63  gridLayout->setObjectName(QStringLiteral("gridLayout"));
64  gridLayout->setVerticalSpacing(10);
65  cb_show_numbers = new QCheckBox(GUI_PlaylistPreferences);
66  cb_show_numbers->setObjectName(QStringLiteral("cb_show_numbers"));
67 
68  gridLayout->addWidget(cb_show_numbers, 0, 0, 1, 1);
69 
70  le_expression = new QLineEdit(GUI_PlaylistPreferences);
71  le_expression->setObjectName(QStringLiteral("le_expression"));
72 
73  gridLayout->addWidget(le_expression, 3, 0, 1, 1);
74 
75  lab_title = new QLabel(GUI_PlaylistPreferences);
76  lab_title->setObjectName(QStringLiteral("lab_title"));
77  QFont font;
78  font.setPointSize(11);
79  font.setBold(true);
80  font.setWeight(75);
81  lab_title->setFont(font);
82 
83  gridLayout->addWidget(lab_title, 2, 0, 1, 1);
84 
85  gridLayout_2 = new QGridLayout();
86  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
87  gridLayout_2->setHorizontalSpacing(6);
88  gridLayout_2->setVerticalSpacing(10);
89  label_4 = new QLabel(GUI_PlaylistPreferences);
90  label_4->setObjectName(QStringLiteral("label_4"));
91  QFont font1;
92  font1.setItalic(true);
93  label_4->setFont(font1);
94 
95  gridLayout_2->addWidget(label_4, 1, 0, 1, 1);
96 
97  label_9 = new QLabel(GUI_PlaylistPreferences);
98  label_9->setObjectName(QStringLiteral("label_9"));
99 
100  gridLayout_2->addWidget(label_9, 5, 0, 1, 1);
101 
102  label_5 = new QLabel(GUI_PlaylistPreferences);
103  label_5->setObjectName(QStringLiteral("label_5"));
104  label_5->setText(QStringLiteral("%nr%"));
105 
106  gridLayout_2->addWidget(label_5, 0, 2, 1, 1);
107 
108  label_7 = new QLabel(GUI_PlaylistPreferences);
109  label_7->setObjectName(QStringLiteral("label_7"));
110  label_7->setText(QStringLiteral("%artist%"));
111 
112  gridLayout_2->addWidget(label_7, 2, 2, 1, 1);
113 
114  label = new QLabel(GUI_PlaylistPreferences);
115  label->setObjectName(QStringLiteral("label"));
116  QFont font2;
117  font2.setBold(true);
118  font2.setWeight(75);
119  label->setFont(font2);
120 
121  gridLayout_2->addWidget(label, 0, 0, 1, 1);
122 
123  label_10 = new QLabel(GUI_PlaylistPreferences);
124  label_10->setObjectName(QStringLiteral("label_10"));
125 
126  gridLayout_2->addWidget(label_10, 0, 3, 1, 1);
127 
128  label_8 = new QLabel(GUI_PlaylistPreferences);
129  label_8->setObjectName(QStringLiteral("label_8"));
130  label_8->setText(QStringLiteral("%album%"));
131 
132  gridLayout_2->addWidget(label_8, 3, 2, 1, 1);
133 
134  label_6 = new QLabel(GUI_PlaylistPreferences);
135  label_6->setObjectName(QStringLiteral("label_6"));
136  label_6->setText(QStringLiteral("%title%"));
137 
138  gridLayout_2->addWidget(label_6, 1, 2, 1, 1);
139 
140  label_11 = new QLabel(GUI_PlaylistPreferences);
141  label_11->setObjectName(QStringLiteral("label_11"));
142 
143  gridLayout_2->addWidget(label_11, 1, 3, 1, 1);
144 
145  label_12 = new QLabel(GUI_PlaylistPreferences);
146  label_12->setObjectName(QStringLiteral("label_12"));
147 
148  gridLayout_2->addWidget(label_12, 2, 3, 1, 1);
149 
150  label_13 = new QLabel(GUI_PlaylistPreferences);
151  label_13->setObjectName(QStringLiteral("label_13"));
152 
153  gridLayout_2->addWidget(label_13, 3, 3, 1, 1);
154 
155  label_2 = new QLabel(GUI_PlaylistPreferences);
156  label_2->setObjectName(QStringLiteral("label_2"));
157  label_2->setText(QStringLiteral(" %nr% - '%title%' - %artist%"));
158 
159  gridLayout_2->addWidget(label_2, 5, 2, 1, 2);
160 
161  line_4 = new QFrame(GUI_PlaylistPreferences);
162  line_4->setObjectName(QStringLiteral("line_4"));
163  line_4->setFrameShape(QFrame::HLine);
164  line_4->setFrameShadow(QFrame::Sunken);
165 
166  gridLayout_2->addWidget(line_4, 4, 0, 1, 4);
167 
168  line_5 = new QFrame(GUI_PlaylistPreferences);
169  line_5->setObjectName(QStringLiteral("line_5"));
170  line_5->setFrameShape(QFrame::VLine);
171  line_5->setFrameShadow(QFrame::Sunken);
172 
173  gridLayout_2->addWidget(line_5, 0, 1, 4, 1);
174 
175 
176  gridLayout->addLayout(gridLayout_2, 4, 0, 1, 1);
177 
178  line = new QFrame(GUI_PlaylistPreferences);
179  line->setObjectName(QStringLiteral("line"));
180  line->setFrameShape(QFrame::HLine);
181  line->setFrameShadow(QFrame::Sunken);
182 
183  gridLayout->addWidget(line, 1, 0, 1, 1);
184 
185  horizontalLayout = new QHBoxLayout();
186  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
187  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
188 
189  horizontalLayout->addItem(horizontalSpacer);
190 
191  btn_default = new QPushButton(GUI_PlaylistPreferences);
192  btn_default->setObjectName(QStringLiteral("btn_default"));
193 
194  horizontalLayout->addWidget(btn_default);
195 
196 
197  gridLayout->addLayout(horizontalLayout, 5, 0, 1, 1);
198 
199  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
200 
201  gridLayout->addItem(verticalSpacer, 6, 0, 1, 1);
202 
203 
204  retranslateUi(GUI_PlaylistPreferences);
205 
206  QMetaObject::connectSlotsByName(GUI_PlaylistPreferences);
207  } // setupUi
208 
209  void retranslateUi(QWidget *GUI_PlaylistPreferences)
210  {
211  cb_show_numbers->setText(QApplication::translate("GUI_PlaylistPreferences", "Show numbers", 0));
212  lab_title->setText(QApplication::translate("GUI_PlaylistPreferences", "Look", 0));
213  label_4->setText(QApplication::translate("GUI_PlaylistPreferences", "'italic text'", 0));
214  label_9->setText(QApplication::translate("GUI_PlaylistPreferences", "Example", 0));
215  label->setText(QApplication::translate("GUI_PlaylistPreferences", "*bold text*", 0));
216  label_10->setText(QApplication::translate("GUI_PlaylistPreferences", "track number", 0));
217  label_11->setText(QApplication::translate("GUI_PlaylistPreferences", "title", 0));
218  label_12->setText(QApplication::translate("GUI_PlaylistPreferences", "artist", 0));
219  label_13->setText(QApplication::translate("GUI_PlaylistPreferences", "album", 0));
220  btn_default->setText(QApplication::translate("GUI_PlaylistPreferences", "Default", 0));
221  Q_UNUSED(GUI_PlaylistPreferences);
222  } // retranslateUi
223 
224 };
225 
226 namespace Ui {
228 } // namespace Ui
229 
230 QT_END_NAMESPACE
231 
232 #endif // UI_GUI_PLAYLISTPREFERENCES_H
Definition: ui_GUI_SomaFM.h:200
Definition: ui_GUI_PlaylistPreferences.h:29
Definition: GUI_PlaylistPreferences.h:9
Definition: ui_GUI_PlaylistPreferences.h:227