Sayonara Player
ui_GUI_LastFmPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_LastFmPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.14.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_LASTFMPREFERENCES_H
10 #define UI_GUI_LASTFMPREFERENCES_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QLineEdit>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QSpinBox>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QGridLayout *gridLayout;
31  QLabel *labSeconds;
32  QLineEdit *lePassword;
33  QLineEdit *leUsername;
34  QLabel *label_3;
35  QLabel *labActivate;
36  QSpinBox *sbScrobbleTime;
37  QHBoxLayout *horizontalLayout;
38  QLabel *labStatus;
39  QSpacerItem *horizontalSpacer;
40  QPushButton *btnLogin;
41  QLabel *label;
42  QCheckBox *cbActivate;
43  QLabel *label_2;
44  QFrame *line;
45  QLabel *labWebsite;
46 
47  void setupUi(QWidget *GUI_LastFmPreferences)
48  {
49  if (GUI_LastFmPreferences->objectName().isEmpty())
50  GUI_LastFmPreferences->setObjectName(QString::fromUtf8("GUI_LastFmPreferences"));
51  GUI_LastFmPreferences->resize(457, 230);
52  gridLayout = new QGridLayout(GUI_LastFmPreferences);
53  gridLayout->setSpacing(10);
54  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
55  labSeconds = new QLabel(GUI_LastFmPreferences);
56  labSeconds->setObjectName(QString::fromUtf8("labSeconds"));
57  labSeconds->setText(QString::fromUtf8("sec"));
58 
59  gridLayout->addWidget(labSeconds, 5, 2, 1, 1);
60 
61  lePassword = new QLineEdit(GUI_LastFmPreferences);
62  lePassword->setObjectName(QString::fromUtf8("lePassword"));
63  lePassword->setEchoMode(QLineEdit::Password);
64 
65  gridLayout->addWidget(lePassword, 4, 1, 1, 2);
66 
67  leUsername = new QLineEdit(GUI_LastFmPreferences);
68  leUsername->setObjectName(QString::fromUtf8("leUsername"));
69 
70  gridLayout->addWidget(leUsername, 3, 1, 1, 2);
71 
72  label_3 = new QLabel(GUI_LastFmPreferences);
73  label_3->setObjectName(QString::fromUtf8("label_3"));
74 
75  gridLayout->addWidget(label_3, 4, 0, 1, 1);
76 
77  labActivate = new QLabel(GUI_LastFmPreferences);
78  labActivate->setObjectName(QString::fromUtf8("labActivate"));
79  labActivate->setText(QString::fromUtf8("Active"));
80 
81  gridLayout->addWidget(labActivate, 2, 0, 1, 1);
82 
83  sbScrobbleTime = new QSpinBox(GUI_LastFmPreferences);
84  sbScrobbleTime->setObjectName(QString::fromUtf8("sbScrobbleTime"));
85  sbScrobbleTime->setMinimum(5);
86  sbScrobbleTime->setValue(10);
87 
88  gridLayout->addWidget(sbScrobbleTime, 5, 1, 1, 1);
89 
90  horizontalLayout = new QHBoxLayout();
91  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
92  labStatus = new QLabel(GUI_LastFmPreferences);
93  labStatus->setObjectName(QString::fromUtf8("labStatus"));
94 
95  horizontalLayout->addWidget(labStatus);
96 
97  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
98 
99  horizontalLayout->addItem(horizontalSpacer);
100 
101  btnLogin = new QPushButton(GUI_LastFmPreferences);
102  btnLogin->setObjectName(QString::fromUtf8("btnLogin"));
103 
104  horizontalLayout->addWidget(btnLogin);
105 
106 
107  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 3);
108 
109  label = new QLabel(GUI_LastFmPreferences);
110  label->setObjectName(QString::fromUtf8("label"));
111 
112  gridLayout->addWidget(label, 5, 0, 1, 1);
113 
114  cbActivate = new QCheckBox(GUI_LastFmPreferences);
115  cbActivate->setObjectName(QString::fromUtf8("cbActivate"));
116  cbActivate->setFocusPolicy(Qt::StrongFocus);
117  cbActivate->setLayoutDirection(Qt::LeftToRight);
118 
119  gridLayout->addWidget(cbActivate, 2, 1, 1, 1);
120 
121  label_2 = new QLabel(GUI_LastFmPreferences);
122  label_2->setObjectName(QString::fromUtf8("label_2"));
123 
124  gridLayout->addWidget(label_2, 3, 0, 1, 1);
125 
126  line = new QFrame(GUI_LastFmPreferences);
127  line->setObjectName(QString::fromUtf8("line"));
128  line->setFrameShape(QFrame::HLine);
129  line->setFrameShadow(QFrame::Sunken);
130 
131  gridLayout->addWidget(line, 7, 0, 1, 3);
132 
133  labWebsite = new QLabel(GUI_LastFmPreferences);
134  labWebsite->setObjectName(QString::fromUtf8("labWebsite"));
135  labWebsite->setText(QString::fromUtf8("https://last.fm"));
136  labWebsite->setOpenExternalLinks(true);
137 
138  gridLayout->addWidget(labWebsite, 8, 0, 1, 3);
139 
140  QWidget::setTabOrder(cbActivate, leUsername);
141  QWidget::setTabOrder(leUsername, lePassword);
142  QWidget::setTabOrder(lePassword, sbScrobbleTime);
143  QWidget::setTabOrder(sbScrobbleTime, btnLogin);
144 
145  retranslateUi(GUI_LastFmPreferences);
146 
147  QMetaObject::connectSlotsByName(GUI_LastFmPreferences);
148  } // setupUi
149 
150  void retranslateUi(QWidget *GUI_LastFmPreferences)
151  {
152  label_3->setText(QCoreApplication::translate("GUI_LastFmPreferences", "Password", nullptr));
153  labStatus->setText(QString());
154  btnLogin->setText(QCoreApplication::translate("GUI_LastFmPreferences", "Login now", nullptr));
155  label->setText(QCoreApplication::translate("GUI_LastFmPreferences", "Scrobble time", nullptr));
156  cbActivate->setText(QString());
157  label_2->setText(QCoreApplication::translate("GUI_LastFmPreferences", "Username", nullptr));
158  (void)GUI_LastFmPreferences;
159  } // retranslateUi
160 
161 };
162 
163 namespace Ui {
165 } // namespace Ui
166 
167 QT_END_NAMESPACE
168 
169 #endif // UI_GUI_LASTFMPREFERENCES_H
Ui::GUI_LastFmPreferences
Definition: ui_GUI_LastFmPreferences.h:164
GUI_LastFmPreferences
Definition: GUI_LastFmPreferences.h:44
Ui_GUI_LastFmPreferences
Definition: ui_GUI_LastFmPreferences.h:28