Sayonara Player
ui_GUI_LastFM.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_LastFM.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.10.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_LASTFM_H
10 #define UI_GUI_LASTFM_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/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QPushButton>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QSpinBox>
25 #include <QtWidgets/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QLabel *lab_activate;
34  QLabel *label_2;
35  QLabel *label_3;
36  QCheckBox *cb_activate;
37  QLabel *label;
38  QSpinBox *sb_scrobble_time;
39  QLabel *lab_sec;
40  QHBoxLayout *horizontalLayout;
41  QLabel *lab_status;
42  QSpacerItem *horizontalSpacer;
43  QPushButton *btn_login;
44  QLineEdit *tf_password;
45  QLineEdit *tf_username;
46 
47  void setupUi(QWidget *GUI_LastFM)
48  {
49  if (GUI_LastFM->objectName().isEmpty())
50  GUI_LastFM->setObjectName(QStringLiteral("GUI_LastFM"));
51  GUI_LastFM->resize(457, 185);
52  gridLayout = new QGridLayout(GUI_LastFM);
53  gridLayout->setSpacing(10);
54  gridLayout->setObjectName(QStringLiteral("gridLayout"));
55  lab_activate = new QLabel(GUI_LastFM);
56  lab_activate->setObjectName(QStringLiteral("lab_activate"));
57  lab_activate->setText(QStringLiteral("Activate"));
58 
59  gridLayout->addWidget(lab_activate, 1, 0, 1, 1);
60 
61  label_2 = new QLabel(GUI_LastFM);
62  label_2->setObjectName(QStringLiteral("label_2"));
63 
64  gridLayout->addWidget(label_2, 2, 0, 1, 1);
65 
66  label_3 = new QLabel(GUI_LastFM);
67  label_3->setObjectName(QStringLiteral("label_3"));
68 
69  gridLayout->addWidget(label_3, 3, 0, 1, 1);
70 
71  cb_activate = new QCheckBox(GUI_LastFM);
72  cb_activate->setObjectName(QStringLiteral("cb_activate"));
73  cb_activate->setFocusPolicy(Qt::StrongFocus);
74  cb_activate->setLayoutDirection(Qt::LeftToRight);
75 
76  gridLayout->addWidget(cb_activate, 1, 1, 1, 1);
77 
78  label = new QLabel(GUI_LastFM);
79  label->setObjectName(QStringLiteral("label"));
80 
81  gridLayout->addWidget(label, 4, 0, 1, 1);
82 
83  sb_scrobble_time = new QSpinBox(GUI_LastFM);
84  sb_scrobble_time->setObjectName(QStringLiteral("sb_scrobble_time"));
85  sb_scrobble_time->setMinimum(5);
86  sb_scrobble_time->setValue(10);
87 
88  gridLayout->addWidget(sb_scrobble_time, 4, 1, 1, 1);
89 
90  lab_sec = new QLabel(GUI_LastFM);
91  lab_sec->setObjectName(QStringLiteral("lab_sec"));
92  lab_sec->setText(QStringLiteral("sec"));
93 
94  gridLayout->addWidget(lab_sec, 4, 2, 1, 1);
95 
96  horizontalLayout = new QHBoxLayout();
97  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
98  lab_status = new QLabel(GUI_LastFM);
99  lab_status->setObjectName(QStringLiteral("lab_status"));
100 
101  horizontalLayout->addWidget(lab_status);
102 
103  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
104 
105  horizontalLayout->addItem(horizontalSpacer);
106 
107  btn_login = new QPushButton(GUI_LastFM);
108  btn_login->setObjectName(QStringLiteral("btn_login"));
109 
110  horizontalLayout->addWidget(btn_login);
111 
112 
113  gridLayout->addLayout(horizontalLayout, 5, 0, 1, 3);
114 
115  tf_password = new QLineEdit(GUI_LastFM);
116  tf_password->setObjectName(QStringLiteral("tf_password"));
117  tf_password->setEchoMode(QLineEdit::Password);
118 
119  gridLayout->addWidget(tf_password, 3, 1, 1, 2);
120 
121  tf_username = new QLineEdit(GUI_LastFM);
122  tf_username->setObjectName(QStringLiteral("tf_username"));
123 
124  gridLayout->addWidget(tf_username, 2, 1, 1, 2);
125 
126 
127  retranslateUi(GUI_LastFM);
128 
129  QMetaObject::connectSlotsByName(GUI_LastFM);
130  } // setupUi
131 
132  void retranslateUi(QWidget *GUI_LastFM)
133  {
134  label_2->setText(QApplication::translate("GUI_LastFM", "Username", nullptr));
135  label_3->setText(QApplication::translate("GUI_LastFM", "Password", nullptr));
136  cb_activate->setText(QString());
137  label->setText(QApplication::translate("GUI_LastFM", "Scrobble after", nullptr));
138  lab_status->setText(QString());
139  btn_login->setText(QApplication::translate("GUI_LastFM", "Login now", nullptr));
140  Q_UNUSED(GUI_LastFM);
141  } // retranslateUi
142 
143 };
144 
145 namespace Ui {
146  class GUI_LastFM: public Ui_GUI_LastFM {};
147 } // namespace Ui
148 
149 QT_END_NAMESPACE
150 
151 #endif // UI_GUI_LASTFM_H
Definition: ui_GUI_SomaFM.h:208
Definition: ui_GUI_LastFM.h:29
Definition: GUI_LastFM.h:42
Definition: ui_GUI_LastFM.h:146