/******************************************************************************** ** Form generated from reading UI file 'toast.ui' ** ** Created by: Qt User Interface Compiler version 5.15.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_TOAST_H #define UI_TOAST_H #include #include #include #include QT_BEGIN_NAMESPACE class Ui_Form { public: QLabel *label; void setupUi(QWidget *Form) { if (Form->objectName().isEmpty()) Form->setObjectName(QString::fromUtf8("Form")); Form->resize(932, 59); label = new QLabel(Form); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(170, 10, 231, 31)); retranslateUi(Form); QMetaObject::connectSlotsByName(Form); } // setupUi void retranslateUi(QWidget *Form) { Form->setWindowTitle(QCoreApplication::translate("Form", "Form", nullptr)); label->setText(QCoreApplication::translate("Form", "TextLabel", nullptr)); } // retranslateUi }; namespace Ui { class Form: public Ui_Form {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_TOAST_H