9 #ifndef UI_PQPOPOUTPLACEHOLDER_H 10 #define UI_PQPOPOUTPLACEHOLDER_H 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> 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);
44 verticalLayout->addItem(verticalSpacer);
46 label =
new QLabel(PopoutPlaceholder);
47 label->setObjectName(QString::fromUtf8(
"label"));
48 label->setAlignment(Qt::AlignCenter);
50 verticalLayout->addWidget(label);
52 horizontalLayout =
new QHBoxLayout();
53 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
54 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
56 horizontalLayout->addItem(horizontalSpacer);
58 restoreButton =
new QPushButton(PopoutPlaceholder);
59 restoreButton->setObjectName(QString::fromUtf8(
"restoreButton"));
61 horizontalLayout->addWidget(restoreButton);
63 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
65 horizontalLayout->addItem(horizontalSpacer_2);
68 verticalLayout->addLayout(horizontalLayout);
70 verticalSpacer_2 =
new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding);
72 verticalLayout->addItem(verticalSpacer_2);
77 QMetaObject::connectSlotsByName(PopoutPlaceholder);
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));
95 #endif // UI_PQPOPOUTPLACEHOLDER_H
QSpacerItem * verticalSpacer_2
QSpacerItem * verticalSpacer
void setupUi(QWidget *PopoutPlaceholder)
QVBoxLayout * verticalLayout
QSpacerItem * horizontalSpacer_2
QPushButton * restoreButton
QSpacerItem * horizontalSpacer
void retranslateUi(QWidget *PopoutPlaceholder)
QHBoxLayout * horizontalLayout