mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
88 lines
3.3 KiB
C++
88 lines
3.3 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/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QListWidget>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_UpdateNotifyWidget
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QHBoxLayout *ButtonsLayout;
|
|
QPushButton *StartLoadButton;
|
|
QPushButton *CancelButton;
|
|
QLabel *NotificationLabel;
|
|
QListWidget *updateListWidget;
|
|
|
|
void setupUi(QWidget *UpdateNotifyWidget)
|
|
{
|
|
if (UpdateNotifyWidget->objectName().isEmpty())
|
|
UpdateNotifyWidget->setObjectName(QString::fromUtf8("UpdateNotifyWidget"));
|
|
UpdateNotifyWidget->resize(726, 429);
|
|
gridLayout = new QGridLayout(UpdateNotifyWidget);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
ButtonsLayout = new QHBoxLayout();
|
|
ButtonsLayout->setObjectName(QString::fromUtf8("ButtonsLayout"));
|
|
StartLoadButton = new QPushButton(UpdateNotifyWidget);
|
|
StartLoadButton->setObjectName(QString::fromUtf8("StartLoadButton"));
|
|
|
|
ButtonsLayout->addWidget(StartLoadButton);
|
|
|
|
CancelButton = new QPushButton(UpdateNotifyWidget);
|
|
CancelButton->setObjectName(QString::fromUtf8("CancelButton"));
|
|
|
|
ButtonsLayout->addWidget(CancelButton);
|
|
|
|
|
|
gridLayout->addLayout(ButtonsLayout, 2, 0, 1, 1);
|
|
|
|
NotificationLabel = new QLabel(UpdateNotifyWidget);
|
|
NotificationLabel->setObjectName(QString::fromUtf8("NotificationLabel"));
|
|
|
|
gridLayout->addWidget(NotificationLabel, 0, 0, 1, 1);
|
|
|
|
updateListWidget = new QListWidget(UpdateNotifyWidget);
|
|
updateListWidget->setObjectName(QString::fromUtf8("updateListWidget"));
|
|
|
|
gridLayout->addWidget(updateListWidget, 1, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(UpdateNotifyWidget);
|
|
|
|
QMetaObject::connectSlotsByName(UpdateNotifyWidget);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *UpdateNotifyWidget)
|
|
{
|
|
UpdateNotifyWidget->setWindowTitle(QCoreApplication::translate("UpdateNotifyWidget", "Form", nullptr));
|
|
StartLoadButton->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\275\320\260 \321\201\320\265\321\200\320\262\320\265\321\200", nullptr));
|
|
CancelButton->setText(QCoreApplication::translate("UpdateNotifyWidget", "\320\236\321\202\320\274\320\265\320\275\320\260", 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));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class UpdateNotifyWidget: public Ui_UpdateNotifyWidget {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_UPDATENOTIFYWIDGET_H
|