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