53 lines
1.3 KiB
C++
53 lines
1.3 KiB
C++
/********************************************************************************
|
|
** 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 <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
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
|