/******************************************************************************** ** Form generated from reading UI file 'updatewidget.ui' ** ** Created by: Qt User Interface Compiler version 5.14.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_UPDATEWIDGET_H #define UI_UPDATEWIDGET_H #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_UpdateWidget { public: QWidget *updateWidget; QVBoxLayout *verticalLayout_10; QLabel *updateListGuideLabel; QLabel *updateActionListLabel; void setupUi(QWidget *UpdateWidget) { if (UpdateWidget->objectName().isEmpty()) UpdateWidget->setObjectName(QString::fromUtf8("UpdateWidget")); UpdateWidget->resize(781, 172); updateWidget = new QWidget(UpdateWidget); updateWidget->setObjectName(QString::fromUtf8("updateWidget")); updateWidget->setGeometry(QRect(0, 0, 781, 171)); verticalLayout_10 = new QVBoxLayout(updateWidget); verticalLayout_10->setSpacing(6); verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10")); verticalLayout_10->setContentsMargins(5, 5, 0, 0); updateListGuideLabel = new QLabel(updateWidget); updateListGuideLabel->setObjectName(QString::fromUtf8("updateListGuideLabel")); updateListGuideLabel->setMinimumSize(QSize(500, 25)); updateListGuideLabel->setMaximumSize(QSize(16777215, 20)); QFont font; font.setFamily(QString::fromUtf8("Calibri")); font.setPointSize(10); updateListGuideLabel->setFont(font); updateListGuideLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); verticalLayout_10->addWidget(updateListGuideLabel); updateActionListLabel = new QLabel(updateWidget); updateActionListLabel->setObjectName(QString::fromUtf8("updateActionListLabel")); updateActionListLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); verticalLayout_10->addWidget(updateActionListLabel); retranslateUi(UpdateWidget); QMetaObject::connectSlotsByName(UpdateWidget); } // setupUi void retranslateUi(QWidget *UpdateWidget) { UpdateWidget->setWindowTitle(QCoreApplication::translate("UpdateWidget", "Form", nullptr)); updateListGuideLabel->setText(QCoreApplication::translate("UpdateWidget", "\320\225\321\201\321\202\321\214 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\321\217 \320\262 \320\273\320\276\320\272\320\260\320\273\321\214\320\275\321\213\321\205 \321\204\320\260\320\271\320\273\320\260\321\205", nullptr)); updateActionListLabel->setText(QString()); } // retranslateUi }; namespace Ui { class UpdateWidget: public Ui_UpdateWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_UPDATEWIDGET_H