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.12.5
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/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 *labActivate;
31  QLabel *label_2;
32  QLabel *label_3;
33  QCheckBox *cbActivate;
34  QLabel *label;
35  QSpinBox *sbScrobbleTime;
36  QLabel *labSeconds;
37  QHBoxLayout *horizontalLayout;
38  QLabel *labStatus;
39  QSpacerItem *horizontalSpacer;
40  QPushButton *btnLogin;
41  QLineEdit *lePassword;
42  QLineEdit *leUsername;
43 
44  void setupUi(QWidget *GUI_LastFmPreferences)
45  {
46  if (GUI_LastFmPreferences->objectName().isEmpty())
47  GUI_LastFmPreferences->setObjectName(QString::fromUtf8("GUI_LastFmPreferences"));
48  GUI_LastFmPreferences->resize(457, 189);
49  gridLayout = new QGridLayout(GUI_LastFmPreferences);
50  gridLayout->setSpacing(10);
51  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
52  labActivate = new QLabel(GUI_LastFmPreferences);
53  labActivate->setObjectName(QString::fromUtf8("labActivate"));
54  labActivate->setText(QString::fromUtf8("Active"));
55 
56  gridLayout->addWidget(labActivate, 1, 0, 1, 1);
57 
58  label_2 = new QLabel(GUI_LastFmPreferences);
59  label_2->setObjectName(QString::fromUtf8("label_2"));
60 
61  gridLayout->addWidget(label_2, 2, 0, 1, 1);
62 
63  label_3 = new QLabel(GUI_LastFmPreferences);
64  label_3->setObjectName(QString::fromUtf8("label_3"));
65 
66  gridLayout->addWidget(label_3, 3, 0, 1, 1);
67 
68  cbActivate = new QCheckBox(GUI_LastFmPreferences);
69  cbActivate->setObjectName(QString::fromUtf8("cbActivate"));
70  cbActivate->setFocusPolicy(Qt::StrongFocus);
71  cbActivate->setLayoutDirection(Qt::LeftToRight);
72 
73  gridLayout->addWidget(cbActivate, 1, 1, 1, 1);
74 
75  label = new QLabel(GUI_LastFmPreferences);
76  label->setObjectName(QString::fromUtf8("label"));
77 
78  gridLayout->addWidget(label, 4, 0, 1, 1);
79 
80  sbScrobbleTime = new QSpinBox(GUI_LastFmPreferences);
81  sbScrobbleTime->setObjectName(QString::fromUtf8("sbScrobbleTime"));
82  sbScrobbleTime->setMinimum(5);
83  sbScrobbleTime->setValue(10);
84 
85  gridLayout->addWidget(sbScrobbleTime, 4, 1, 1, 1);
86 
87  labSeconds = new QLabel(GUI_LastFmPreferences);
88  labSeconds->setObjectName(QString::fromUtf8("labSeconds"));
89  labSeconds->setText(QString::fromUtf8("sec"));
90 
91  gridLayout->addWidget(labSeconds, 4, 2, 1, 1);
92 
93  horizontalLayout = new QHBoxLayout();
94  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
95  labStatus = new QLabel(GUI_LastFmPreferences);
96  labStatus->setObjectName(QString::fromUtf8("labStatus"));
97 
98  horizontalLayout->addWidget(labStatus);
99 
100  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
101 
102  horizontalLayout->addItem(horizontalSpacer);
103 
104  btnLogin = new QPushButton(GUI_LastFmPreferences);
105  btnLogin->setObjectName(QString::fromUtf8("btnLogin"));
106 
107  horizontalLayout->addWidget(btnLogin);
108 
109 
110  gridLayout->addLayout(horizontalLayout, 5, 0, 1, 3);
111 
112  lePassword = new QLineEdit(GUI_LastFmPreferences);
113  lePassword->setObjectName(QString::fromUtf8("lePassword"));
114  lePassword->setEchoMode(QLineEdit::Password);
115 
116  gridLayout->addWidget(lePassword, 3, 1, 1, 2);
117 
118  leUsername = new QLineEdit(GUI_LastFmPreferences);
119  leUsername->setObjectName(QString::fromUtf8("leUsername"));
120 
121  gridLayout->addWidget(leUsername, 2, 1, 1, 2);
122 
123  QWidget::setTabOrder(cbActivate, leUsername);
124  QWidget::setTabOrder(leUsername, lePassword);
125  QWidget::setTabOrder(lePassword, sbScrobbleTime);
126  QWidget::setTabOrder(sbScrobbleTime, btnLogin);
127 
128  retranslateUi(GUI_LastFmPreferences);
129 
130  QMetaObject::connectSlotsByName(GUI_LastFmPreferences);
131  } // setupUi
132 
133  void retranslateUi(QWidget *GUI_LastFmPreferences)
134  {
135  label_2->setText(QApplication::translate("GUI_LastFmPreferences", "Username", nullptr));
136  label_3->setText(QApplication::translate("GUI_LastFmPreferences", "Password", nullptr));
137  cbActivate->setText(QString());
138  label->setText(QApplication::translate("GUI_LastFmPreferences", "Scrobble time", nullptr));
139  labStatus->setText(QString());
140  btnLogin->setText(QApplication::translate("GUI_LastFmPreferences", "Login now", nullptr));
141  Q_UNUSED(GUI_LastFmPreferences);
142  } // retranslateUi
143 
144 };
145 
146 namespace Ui {
148 } // namespace Ui
149 
150 QT_END_NAMESPACE
151 
152 #endif // UI_GUI_LASTFMPREFERENCES_H
Definition: ui_GUI_LastFmPreferences.h:147
Definition: GUI_LastFmPreferences.h:42
Definition: ui_GUI_LastFmPreferences.h:26