9 #ifndef UI_PQPROXYSELECTIONWIDGET_H 10 #define UI_PQPROXYSELECTIONWIDGET_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QApplication> 14 #include <QtWidgets/QComboBox> 15 #include <QtWidgets/QFrame> 16 #include <QtWidgets/QHBoxLayout> 17 #include <QtWidgets/QLabel> 18 #include <QtWidgets/QVBoxLayout> 19 #include <QtWidgets/QWidget> 34 void setupUi(QWidget *ProxySelectionWidget)
36 if (ProxySelectionWidget->objectName().isEmpty())
37 ProxySelectionWidget->setObjectName(QString::fromUtf8(
"ProxySelectionWidget"));
38 ProxySelectionWidget->resize(192, 165);
39 verticalLayout =
new QVBoxLayout(ProxySelectionWidget);
40 verticalLayout->setSpacing(2);
41 verticalLayout->setContentsMargins(0, 0, 0, 0);
42 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
43 horizontalLayout =
new QHBoxLayout();
44 horizontalLayout->setSpacing(0);
45 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
46 label =
new QLabel(ProxySelectionWidget);
47 label->setObjectName(QString::fromUtf8(
"label"));
49 horizontalLayout->addWidget(label);
51 comboBox =
new QComboBox(ProxySelectionWidget);
52 comboBox->setObjectName(QString::fromUtf8(
"comboBox"));
54 horizontalLayout->addWidget(comboBox);
56 horizontalLayout->setStretch(1, 1);
58 verticalLayout->addLayout(horizontalLayout);
60 frame =
new QFrame(ProxySelectionWidget);
61 frame->setObjectName(QString::fromUtf8(
"frame"));
62 frame->setFrameShape(QFrame::NoFrame);
63 frame->setFrameShadow(QFrame::Plain);
64 frameLayout =
new QVBoxLayout(frame);
65 frameLayout->setContentsMargins(0, 0, 0, 0);
66 frameLayout->setObjectName(QString::fromUtf8(
"frameLayout"));
67 line =
new QFrame(frame);
68 line->setObjectName(QString::fromUtf8(
"line"));
69 line->setFrameShape(QFrame::HLine);
70 line->setFrameShadow(QFrame::Sunken);
72 frameLayout->addWidget(line);
75 verticalLayout->addWidget(frame);
77 verticalLayout->setStretch(1, 1);
81 QMetaObject::connectSlotsByName(ProxySelectionWidget);
86 ProxySelectionWidget->setWindowTitle(QCoreApplication::translate(
"ProxySelectionWidget",
"Form",
nullptr));
87 label->setText(QCoreApplication::translate(
"ProxySelectionWidget",
"TextLabel",
nullptr));
98 #endif // UI_PQPROXYSELECTIONWIDGET_H