ui_pqProxySelectionWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqProxySelectionWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQPROXYSELECTIONWIDGET_H
10 #define UI_PQPROXYSELECTIONWIDGET_H
11 
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>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QHBoxLayout *horizontalLayout;
28  QLabel *label;
29  QComboBox *comboBox;
30  QFrame *frame;
31  QVBoxLayout *frameLayout;
32  QFrame *line;
33 
34  void setupUi(QWidget *ProxySelectionWidget)
35  {
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"));
48 
49  horizontalLayout->addWidget(label);
50 
51  comboBox = new QComboBox(ProxySelectionWidget);
52  comboBox->setObjectName(QString::fromUtf8("comboBox"));
53 
54  horizontalLayout->addWidget(comboBox);
55 
56  horizontalLayout->setStretch(1, 1);
57 
58  verticalLayout->addLayout(horizontalLayout);
59 
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);
71 
72  frameLayout->addWidget(line);
73 
74 
75  verticalLayout->addWidget(frame);
76 
77  verticalLayout->setStretch(1, 1);
78 
79  retranslateUi(ProxySelectionWidget);
80 
81  QMetaObject::connectSlotsByName(ProxySelectionWidget);
82  } // setupUi
83 
84  void retranslateUi(QWidget *ProxySelectionWidget)
85  {
86  ProxySelectionWidget->setWindowTitle(QCoreApplication::translate("ProxySelectionWidget", "Form", nullptr));
87  label->setText(QCoreApplication::translate("ProxySelectionWidget", "TextLabel", nullptr));
88  } // retranslateUi
89 
90 };
91 
92 namespace Ui {
94 } // namespace Ui
95 
96 QT_END_NAMESPACE
97 
98 #endif // UI_PQPROXYSELECTIONWIDGET_H
void retranslateUi(QWidget *ProxySelectionWidget)
void setupUi(QWidget *ProxySelectionWidget)