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.6.0
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/QVBoxLayout>
25 #include <QtWidgets/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QLabel *label_4;
34  QLabel *label_2;
35  QLineEdit *tf_password;
36  QLineEdit *tf_username;
37  QCheckBox *cb_activate;
38  QHBoxLayout *horizontalLayout;
39  QLabel *lab_status;
40  QSpacerItem *horizontalSpacer;
41  QPushButton *btn_login;
42  QWidget *widget;
43  QVBoxLayout *verticalLayout;
44  QLabel *lab_image;
45  QLabel *label_3;
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, 203);
52  gridLayout = new QGridLayout(GUI_LastFM);
53  gridLayout->setSpacing(10);
54  gridLayout->setObjectName(QStringLiteral("gridLayout"));
55  label_4 = new QLabel(GUI_LastFM);
56  label_4->setObjectName(QStringLiteral("label_4"));
57 
58  gridLayout->addWidget(label_4, 3, 0, 1, 1);
59 
60  label_2 = new QLabel(GUI_LastFM);
61  label_2->setObjectName(QStringLiteral("label_2"));
62 
63  gridLayout->addWidget(label_2, 4, 0, 1, 1);
64 
65  tf_password = new QLineEdit(GUI_LastFM);
66  tf_password->setObjectName(QStringLiteral("tf_password"));
67  tf_password->setEchoMode(QLineEdit::Password);
68 
69  gridLayout->addWidget(tf_password, 5, 1, 1, 1);
70 
71  tf_username = new QLineEdit(GUI_LastFM);
72  tf_username->setObjectName(QStringLiteral("tf_username"));
73 
74  gridLayout->addWidget(tf_username, 4, 1, 1, 1);
75 
76  cb_activate = new QCheckBox(GUI_LastFM);
77  cb_activate->setObjectName(QStringLiteral("cb_activate"));
78  cb_activate->setFocusPolicy(Qt::StrongFocus);
79  cb_activate->setLayoutDirection(Qt::LeftToRight);
80 
81  gridLayout->addWidget(cb_activate, 3, 1, 1, 1);
82 
83  horizontalLayout = new QHBoxLayout();
84  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
85  lab_status = new QLabel(GUI_LastFM);
86  lab_status->setObjectName(QStringLiteral("lab_status"));
87 
88  horizontalLayout->addWidget(lab_status);
89 
90  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
91 
92  horizontalLayout->addItem(horizontalSpacer);
93 
94  btn_login = new QPushButton(GUI_LastFM);
95  btn_login->setObjectName(QStringLiteral("btn_login"));
96 
97  horizontalLayout->addWidget(btn_login);
98 
99 
100  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 2);
101 
102  widget = new QWidget(GUI_LastFM);
103  widget->setObjectName(QStringLiteral("widget"));
104  widget->setStyleSheet(QStringLiteral("background-color: rgb(255, 255, 255);"));
105  verticalLayout = new QVBoxLayout(widget);
106  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
107  lab_image = new QLabel(widget);
108  lab_image->setObjectName(QStringLiteral("lab_image"));
109  lab_image->setMinimumSize(QSize(100, 30));
110  lab_image->setMaximumSize(QSize(100, 30));
111  lab_image->setPixmap(QPixmap(QString::fromUtf8(":/Icons/lastfm_logo.jpg")));
112  lab_image->setScaledContents(true);
113 
114  verticalLayout->addWidget(lab_image);
115 
116 
117  gridLayout->addWidget(widget, 0, 0, 2, 2);
118 
119  label_3 = new QLabel(GUI_LastFM);
120  label_3->setObjectName(QStringLiteral("label_3"));
121 
122  gridLayout->addWidget(label_3, 5, 0, 1, 1);
123 
124 
125  retranslateUi(GUI_LastFM);
126 
127  QMetaObject::connectSlotsByName(GUI_LastFM);
128  } // setupUi
129 
130  void retranslateUi(QWidget *GUI_LastFM)
131  {
132  label_4->setText(QApplication::translate("GUI_LastFM", "Activate", 0));
133  label_2->setText(QApplication::translate("GUI_LastFM", "Username", 0));
134  cb_activate->setText(QString());
135  lab_status->setText(QString());
136  btn_login->setText(QApplication::translate("GUI_LastFM", "Login now", 0));
137  lab_image->setText(QString());
138  label_3->setText(QApplication::translate("GUI_LastFM", "Password", 0));
139  Q_UNUSED(GUI_LastFM);
140  } // retranslateUi
141 
142 };
143 
144 namespace Ui {
145  class GUI_LastFM: public Ui_GUI_LastFM {};
146 } // namespace Ui
147 
148 QT_END_NAMESPACE
149 
150 #endif // UI_GUI_LASTFM_H
Definition: ui_GUI_SomaFM.h:200
Definition: ui_GUI_LastFM.h:29
Definition: GUI_LastFM.h:40
Definition: ui_GUI_LastFM.h:145