Sayonara Player
ui_GUI_ProxyPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_ProxyPreferences.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_PROXYPREFERENCES_H
10 #define UI_GUI_PROXYPREFERENCES_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 *labHost;
32  QSpacerItem *verticalSpacer;
33  QLineEdit *leHost;
34  QLabel *labUsername;
35  QFrame *line;
36  QSpinBox *sbPort;
37  QLineEdit *leUsername;
38  QCheckBox *cbSavePassword;
39  QLineEdit *lePassword;
40  QLabel *labPort;
41  QLabel *labPassword;
42  QFrame *line_2;
43  QHBoxLayout *horizontalLayout;
44  QCheckBox *cbActive;
45  QSpacerItem *horizontalSpacer;
46  QPushButton *btnAutosearch;
47 
48  void setupUi(QWidget *GUI_ProxyPreferences)
49  {
50  if (GUI_ProxyPreferences->objectName().isEmpty())
51  GUI_ProxyPreferences->setObjectName(QString::fromUtf8("GUI_ProxyPreferences"));
52  GUI_ProxyPreferences->resize(400, 300);
53  gridLayout = new QGridLayout(GUI_ProxyPreferences);
54  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
55  labHost = new QLabel(GUI_ProxyPreferences);
56  labHost->setObjectName(QString::fromUtf8("labHost"));
57 
58  gridLayout->addWidget(labHost, 2, 0, 1, 1);
59 
60  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
61 
62  gridLayout->addItem(verticalSpacer, 9, 1, 1, 1);
63 
64  leHost = new QLineEdit(GUI_ProxyPreferences);
65  leHost->setObjectName(QString::fromUtf8("leHost"));
66 
67  gridLayout->addWidget(leHost, 2, 1, 1, 1);
68 
69  labUsername = new QLabel(GUI_ProxyPreferences);
70  labUsername->setObjectName(QString::fromUtf8("labUsername"));
71 
72  gridLayout->addWidget(labUsername, 5, 0, 1, 1);
73 
74  line = new QFrame(GUI_ProxyPreferences);
75  line->setObjectName(QString::fromUtf8("line"));
76  line->setFrameShape(QFrame::HLine);
77  line->setFrameShadow(QFrame::Sunken);
78 
79  gridLayout->addWidget(line, 1, 0, 1, 2);
80 
81  sbPort = new QSpinBox(GUI_ProxyPreferences);
82  sbPort->setObjectName(QString::fromUtf8("sbPort"));
83  sbPort->setMaximum(65536);
84  sbPort->setValue(3128);
85 
86  gridLayout->addWidget(sbPort, 3, 1, 1, 1);
87 
88  leUsername = new QLineEdit(GUI_ProxyPreferences);
89  leUsername->setObjectName(QString::fromUtf8("leUsername"));
90 
91  gridLayout->addWidget(leUsername, 5, 1, 1, 1);
92 
93  cbSavePassword = new QCheckBox(GUI_ProxyPreferences);
94  cbSavePassword->setObjectName(QString::fromUtf8("cbSavePassword"));
95 
96  gridLayout->addWidget(cbSavePassword, 7, 1, 1, 1);
97 
98  lePassword = new QLineEdit(GUI_ProxyPreferences);
99  lePassword->setObjectName(QString::fromUtf8("lePassword"));
100  lePassword->setEchoMode(QLineEdit::Password);
101 
102  gridLayout->addWidget(lePassword, 6, 1, 1, 1);
103 
104  labPort = new QLabel(GUI_ProxyPreferences);
105  labPort->setObjectName(QString::fromUtf8("labPort"));
106 
107  gridLayout->addWidget(labPort, 3, 0, 1, 1);
108 
109  labPassword = new QLabel(GUI_ProxyPreferences);
110  labPassword->setObjectName(QString::fromUtf8("labPassword"));
111 
112  gridLayout->addWidget(labPassword, 6, 0, 1, 1);
113 
114  line_2 = new QFrame(GUI_ProxyPreferences);
115  line_2->setObjectName(QString::fromUtf8("line_2"));
116  line_2->setFrameShape(QFrame::HLine);
117  line_2->setFrameShadow(QFrame::Sunken);
118 
119  gridLayout->addWidget(line_2, 4, 0, 1, 2);
120 
121  horizontalLayout = new QHBoxLayout();
122  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
123  cbActive = new QCheckBox(GUI_ProxyPreferences);
124  cbActive->setObjectName(QString::fromUtf8("cbActive"));
125 
126  horizontalLayout->addWidget(cbActive);
127 
128  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
129 
130  horizontalLayout->addItem(horizontalSpacer);
131 
132  btnAutosearch = new QPushButton(GUI_ProxyPreferences);
133  btnAutosearch->setObjectName(QString::fromUtf8("btnAutosearch"));
134 
135  horizontalLayout->addWidget(btnAutosearch);
136 
137 
138  gridLayout->addLayout(horizontalLayout, 0, 0, 1, 2);
139 
140  QWidget::setTabOrder(leHost, sbPort);
141  QWidget::setTabOrder(sbPort, leUsername);
142  QWidget::setTabOrder(leUsername, lePassword);
143  QWidget::setTabOrder(lePassword, cbSavePassword);
144 
145  retranslateUi(GUI_ProxyPreferences);
146 
147  QMetaObject::connectSlotsByName(GUI_ProxyPreferences);
148  } // setupUi
149 
150  void retranslateUi(QWidget *GUI_ProxyPreferences)
151  {
152  GUI_ProxyPreferences->setWindowTitle(QString());
153  labHost->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Host", nullptr));
154  labUsername->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Username", nullptr));
155  cbSavePassword->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Save username/password", nullptr));
156  labPort->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Port", nullptr));
157  labPassword->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Password", nullptr));
158  cbActive->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Active", nullptr));
159  btnAutosearch->setText(QCoreApplication::translate("GUI_ProxyPreferences", "Automatic search", nullptr));
160  } // retranslateUi
161 
162 };
163 
164 namespace Ui {
166 } // namespace Ui
167 
168 QT_END_NAMESPACE
169 
170 #endif // UI_GUI_PROXYPREFERENCES_H
Ui_GUI_ProxyPreferences
Definition: ui_GUI_ProxyPreferences.h:28
Ui::GUI_ProxyPreferences
Definition: ui_GUI_ProxyPreferences.h:165
GUI_ProxyPreferences
Definition: GUI_ProxyPreferences.h:30