ui_pqPopoutPlaceholder.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqPopoutPlaceholder.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_PQPOPOUTPLACEHOLDER_H
10 #define UI_PQPOPOUTPLACEHOLDER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QHBoxLayout>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QPushButton>
17 #include <QtWidgets/QSpacerItem>
18 #include <QtWidgets/QVBoxLayout>
19 #include <QtWidgets/QWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QSpacerItem *verticalSpacer;
28  QLabel *label;
29  QHBoxLayout *horizontalLayout;
30  QSpacerItem *horizontalSpacer;
31  QPushButton *restoreButton;
32  QSpacerItem *horizontalSpacer_2;
33  QSpacerItem *verticalSpacer_2;
34 
35  void setupUi(QWidget *PopoutPlaceholder)
36  {
37  if (PopoutPlaceholder->objectName().isEmpty())
38  PopoutPlaceholder->setObjectName(QString::fromUtf8("PopoutPlaceholder"));
39  PopoutPlaceholder->resize(222, 102);
40  verticalLayout = new QVBoxLayout(PopoutPlaceholder);
41  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
42  verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding);
43 
44  verticalLayout->addItem(verticalSpacer);
45 
46  label = new QLabel(PopoutPlaceholder);
47  label->setObjectName(QString::fromUtf8("label"));
48  label->setAlignment(Qt::AlignCenter);
49 
50  verticalLayout->addWidget(label);
51 
52  horizontalLayout = new QHBoxLayout();
53  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
54  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
55 
56  horizontalLayout->addItem(horizontalSpacer);
57 
58  restoreButton = new QPushButton(PopoutPlaceholder);
59  restoreButton->setObjectName(QString::fromUtf8("restoreButton"));
60 
61  horizontalLayout->addWidget(restoreButton);
62 
63  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
64 
65  horizontalLayout->addItem(horizontalSpacer_2);
66 
67 
68  verticalLayout->addLayout(horizontalLayout);
69 
70  verticalSpacer_2 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding);
71 
72  verticalLayout->addItem(verticalSpacer_2);
73 
74 
75  retranslateUi(PopoutPlaceholder);
76 
77  QMetaObject::connectSlotsByName(PopoutPlaceholder);
78  } // setupUi
79 
80  void retranslateUi(QWidget *PopoutPlaceholder)
81  {
82  PopoutPlaceholder->setWindowTitle(QCoreApplication::translate("PopoutPlaceholder", "Form", nullptr));
83  label->setText(QCoreApplication::translate("PopoutPlaceholder", "Layout shown in separate window", nullptr));
84  restoreButton->setText(QCoreApplication::translate("PopoutPlaceholder", "Click to restore", nullptr));
85  } // retranslateUi
86 
87 };
88 
89 namespace Ui {
91 } // namespace Ui
92 
93 QT_END_NAMESPACE
94 
95 #endif // UI_PQPOPOUTPLACEHOLDER_H
void setupUi(QWidget *PopoutPlaceholder)
void retranslateUi(QWidget *PopoutPlaceholder)