/******************************************************************************** ** Form generated from reading UI file 'showplugins.ui' ** ** Created by: Qt User Interface Compiler version 5.15.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_SHOWPLUGINS_H #define UI_SHOWPLUGINS_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ShowPlugins { public: QVBoxLayout *vboxLayout; QLabel *labelHeadline; QTextEdit *content; QHBoxLayout *hboxLayout; QSpacerItem *spacerItem; QPushButton *closeButton; void setupUi(QDialog *ShowPlugins) { if (ShowPlugins->objectName().isEmpty()) ShowPlugins->setObjectName(QString::fromUtf8("ShowPlugins")); ShowPlugins->resize(492, 326); vboxLayout = new QVBoxLayout(ShowPlugins); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout->setContentsMargins(9, 9, 9, 9); #endif vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); labelHeadline = new QLabel(ShowPlugins); labelHeadline->setObjectName(QString::fromUtf8("labelHeadline")); vboxLayout->addWidget(labelHeadline); content = new QTextEdit(ShowPlugins); content->setObjectName(QString::fromUtf8("content")); content->setReadOnly(true); vboxLayout->addWidget(content); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacerItem); closeButton = new QPushButton(ShowPlugins); closeButton->setObjectName(QString::fromUtf8("closeButton")); hboxLayout->addWidget(closeButton); vboxLayout->addLayout(hboxLayout); retranslateUi(ShowPlugins); QObject::connect(closeButton, SIGNAL(clicked()), ShowPlugins, SLOT(reject())); QMetaObject::connectSlotsByName(ShowPlugins); } // setupUi void retranslateUi(QDialog *ShowPlugins) { ShowPlugins->setWindowTitle(QCoreApplication::translate("ShowPlugins", "Loaded Plugins", nullptr)); labelHeadline->setText(QCoreApplication::translate("ShowPlugins", "TextLabel", nullptr)); content->setHtml(QCoreApplication::translate("ShowPlugins", "

", nullptr)); closeButton->setText(QCoreApplication::translate("ShowPlugins", "Close", nullptr)); } // retranslateUi }; namespace Ui { class ShowPlugins: public Ui_ShowPlugins {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_SHOWPLUGINS_H