mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
83 lines
3.0 KiB
C++
83 lines
3.0 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'updatenotifywidget.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_UPDATENOTIFYWIDGET_H
|
|
#define UI_UPDATENOTIFYWIDGET_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QListWidget>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_UpdateNotifyWidget
|
|
{
|
|
public:
|
|
QVBoxLayout *verticalLayout;
|
|
QLabel *NotificationLabel;
|
|
QListWidget *updateListWidget;
|
|
QHBoxLayout *horizontalLayout;
|
|
QPushButton *closeButton;
|
|
|
|
void setupUi(QWidget *UpdateNotifyWidget)
|
|
{
|
|
if (UpdateNotifyWidget->objectName().isEmpty())
|
|
UpdateNotifyWidget->setObjectName(QString::fromUtf8("UpdateNotifyWidget"));
|
|
UpdateNotifyWidget->resize(726, 429);
|
|
verticalLayout = new QVBoxLayout(UpdateNotifyWidget);
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
NotificationLabel = new QLabel(UpdateNotifyWidget);
|
|
NotificationLabel->setObjectName(QString::fromUtf8("NotificationLabel"));
|
|
|
|
verticalLayout->addWidget(NotificationLabel);
|
|
|
|
updateListWidget = new QListWidget(UpdateNotifyWidget);
|
|
updateListWidget->setObjectName(QString::fromUtf8("updateListWidget"));
|
|
|
|
verticalLayout->addWidget(updateListWidget);
|
|
|
|
horizontalLayout = new QHBoxLayout();
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
closeButton = new QPushButton(UpdateNotifyWidget);
|
|
closeButton->setObjectName(QString::fromUtf8("closeButton"));
|
|
closeButton->setMinimumSize(QSize(0, 35));
|
|
closeButton->setMaximumSize(QSize(200, 16777215));
|
|
|
|
horizontalLayout->addWidget(closeButton);
|
|
|
|
|
|
verticalLayout->addLayout(horizontalLayout);
|
|
|
|
|
|
retranslateUi(UpdateNotifyWidget);
|
|
|
|
QMetaObject::connectSlotsByName(UpdateNotifyWidget);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *UpdateNotifyWidget)
|
|
{
|
|
UpdateNotifyWidget->setWindowTitle(QCoreApplication::translate("UpdateNotifyWidget", "Form", nullptr));
|
|
NotificationLabel->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\236\320\261\320\275\320\260\321\200\321\203\320\266\320\265\320\275\321\213 \320\275\320\276\320\262\321\213\320\265 \321\204\320\260\320\271\320\273\321\213:", nullptr));
|
|
closeButton->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\227\320\260\320\272\321\200\321\213\321\202\321\214", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class UpdateNotifyWidget: public Ui_UpdateNotifyWidget {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_UPDATENOTIFYWIDGET_H
|