You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.9 KiB
C++
60 lines
1.9 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'WaitForsearchWidget.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.1
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_WAITFORSEARCHWIDGET_H
|
|
#define UI_WAITFORSEARCHWIDGET_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_WaitForSearchWidget
|
|
{
|
|
public:
|
|
QVBoxLayout *verticalLayout;
|
|
QLabel *label;
|
|
|
|
void setupUi(QWidget *WaitForSearchWidget)
|
|
{
|
|
if (WaitForSearchWidget->objectName().isEmpty())
|
|
WaitForSearchWidget->setObjectName(QString::fromUtf8("WaitForSearchWidget"));
|
|
WaitForSearchWidget->resize(231, 46);
|
|
verticalLayout = new QVBoxLayout(WaitForSearchWidget);
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
label = new QLabel(WaitForSearchWidget);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setAlignment(Qt::AlignCenter);
|
|
|
|
verticalLayout->addWidget(label);
|
|
|
|
|
|
retranslateUi(WaitForSearchWidget);
|
|
|
|
QMetaObject::connectSlotsByName(WaitForSearchWidget);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *WaitForSearchWidget)
|
|
{
|
|
WaitForSearchWidget->setWindowTitle(QCoreApplication::translate("WaitForSearchWidget", "Form", nullptr));
|
|
label->setText(QCoreApplication::translate("WaitForSearchWidget", "\346\255\243\345\234\250\346\220\234\347\264\242\344\270\262\345\217\243......", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class WaitForSearchWidget: public Ui_WaitForSearchWidget {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_WAITFORSEARCHWIDGET_H
|