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.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 *label_4;
34  QLabel *label_2;
35  QLabel *label_3;
36  QCheckBox *cb_activate;
37  QLabel *label;
38  QSpinBox *sb_scrobble_time;
39  QLabel *label_5;
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, 177);
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, 1, 0, 1, 1);
59 
60  label_2 = new QLabel(GUI_LastFM);
61  label_2->setObjectName(QStringLiteral("label_2"));
62 
63  gridLayout->addWidget(label_2, 2, 0, 1, 1);
64 
65  label_3 = new QLabel(GUI_LastFM);
66  label_3->setObjectName(QStringLiteral("label_3"));
67 
68  gridLayout->addWidget(label_3, 3, 0, 1, 1);
69 
70  cb_activate = new QCheckBox(GUI_LastFM);
71  cb_activate->setObjectName(QStringLiteral("cb_activate"));
72  cb_activate->setFocusPolicy(Qt::StrongFocus);
73  cb_activate->setLayoutDirection(Qt::LeftToRight);
74 
75  gridLayout->addWidget(cb_activate, 1, 1, 1, 1);
76 
77  label = new QLabel(GUI_LastFM);
78  label->setObjectName(QStringLiteral("label"));
79 
80  gridLayout->addWidget(label, 4, 0, 1, 1);
81 
82  sb_scrobble_time = new QSpinBox(GUI_LastFM);
83  sb_scrobble_time->setObjectName(QStringLiteral("sb_scrobble_time"));
84  sb_scrobble_time->setMinimum(5);
85  sb_scrobble_time->setValue(10);
86 
87  gridLayout->addWidget(sb_scrobble_time, 4, 1, 1, 1);
88 
89  label_5 = new QLabel(GUI_LastFM);
90  label_5->setObjectName(QStringLiteral("label_5"));
91 
92  gridLayout->addWidget(label_5, 4, 2, 1, 1);
93 
94  horizontalLayout = new QHBoxLayout();
95  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
96  lab_status = new QLabel(GUI_LastFM);
97  lab_status->setObjectName(QStringLiteral("lab_status"));
98 
99  horizontalLayout->addWidget(lab_status);
100 
101  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
102 
103  horizontalLayout->addItem(horizontalSpacer);
104 
105  btn_login = new QPushButton(GUI_LastFM);
106  btn_login->setObjectName(QStringLiteral("btn_login"));
107 
108  horizontalLayout->addWidget(btn_login);
109 
110 
111  gridLayout->addLayout(horizontalLayout, 5, 0, 1, 3);
112 
113  tf_password = new QLineEdit(GUI_LastFM);
114  tf_password->setObjectName(QStringLiteral("tf_password"));
115  tf_password->setEchoMode(QLineEdit::Password);
116 
117  gridLayout->addWidget(tf_password, 3, 1, 1, 2);
118 
119  tf_username = new QLineEdit(GUI_LastFM);
120  tf_username->setObjectName(QStringLiteral("tf_username"));
121 
122  gridLayout->addWidget(tf_username, 2, 1, 1, 2);
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  label_3->setText(QApplication::translate("GUI_LastFM", "Password", 0));
135  cb_activate->setText(QString());
136  label->setText(QApplication::translate("GUI_LastFM", "Scrobble after", 0));
137  label_5->setText(QApplication::translate("GUI_LastFM", "sec", 0));
138  lab_status->setText(QString());
139  btn_login->setText(QApplication::translate("GUI_LastFM", "Login now", 0));
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:217
Definition: ui_GUI_LastFM.h:29
Definition: GUI_LastFM.h:37
Definition: ui_GUI_LastFM.h:146