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 *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_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  lab_activate = new QLabel(GUI_LastFmPreferences);
53  lab_activate->setObjectName(QString::fromUtf8("lab_activate"));
54  lab_activate->setText(QString::fromUtf8("Active"));
55 
56  gridLayout->addWidget(lab_activate, 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  cb_activate = new QCheckBox(GUI_LastFmPreferences);
69  cb_activate->setObjectName(QString::fromUtf8("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_LastFmPreferences);
76  label->setObjectName(QString::fromUtf8("label"));
77 
78  gridLayout->addWidget(label, 4, 0, 1, 1);
79 
80  sb_scrobble_time = new QSpinBox(GUI_LastFmPreferences);
81  sb_scrobble_time->setObjectName(QString::fromUtf8("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_LastFmPreferences);
88  lab_sec->setObjectName(QString::fromUtf8("lab_sec"));
89  lab_sec->setText(QString::fromUtf8("sec"));
90 
91  gridLayout->addWidget(lab_sec, 4, 2, 1, 1);
92 
93  horizontalLayout = new QHBoxLayout();
94  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
95  lab_status = new QLabel(GUI_LastFmPreferences);
96  lab_status->setObjectName(QString::fromUtf8("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_LastFmPreferences);
105  btn_login->setObjectName(QString::fromUtf8("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_LastFmPreferences);
113  tf_password->setObjectName(QString::fromUtf8("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_LastFmPreferences);
119  tf_username->setObjectName(QString::fromUtf8("tf_username"));
120 
121  gridLayout->addWidget(tf_username, 2, 1, 1, 2);
122 
123  QWidget::setTabOrder(cb_activate, tf_username);
124  QWidget::setTabOrder(tf_username, tf_password);
125  QWidget::setTabOrder(tf_password, sb_scrobble_time);
126  QWidget::setTabOrder(sb_scrobble_time, btn_login);
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  cb_activate->setText(QString());
138  label->setText(QApplication::translate("GUI_LastFmPreferences", "Scrobble time", nullptr));
139  lab_status->setText(QString());
140  btn_login->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
Ui::GUI_LastFmPreferences
Definition: ui_GUI_LastFmPreferences.h:146
GUI_LastFmPreferences
Definition: GUI_LastFmPreferences.h:42
Ui_GUI_LastFmPreferences
Definition: ui_GUI_LastFmPreferences.h:25