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