mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
58 lines
1.8 KiB
C++
58 lines
1.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'UpdateListForm.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_UPDATELISTFORM_H
|
|
#define UI_UPDATELISTFORM_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QListView>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_UpdateListForm
|
|
{
|
|
public:
|
|
QPushButton *pushButton;
|
|
QListView *listView;
|
|
|
|
void setupUi(QWidget *UpdateListForm)
|
|
{
|
|
if (UpdateListForm->objectName().isEmpty())
|
|
UpdateListForm->setObjectName(QString::fromUtf8("UpdateListForm"));
|
|
UpdateListForm->resize(400, 300);
|
|
pushButton = new QPushButton(UpdateListForm);
|
|
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
|
pushButton->setGeometry(QRect(160, 260, 80, 25));
|
|
listView = new QListView(UpdateListForm);
|
|
listView->setObjectName(QString::fromUtf8("listView"));
|
|
listView->setGeometry(QRect(20, 10, 371, 231));
|
|
|
|
retranslateUi(UpdateListForm);
|
|
|
|
QMetaObject::connectSlotsByName(UpdateListForm);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *UpdateListForm)
|
|
{
|
|
UpdateListForm->setWindowTitle(QCoreApplication::translate("UpdateListForm", "Form", nullptr));
|
|
pushButton->setText(QCoreApplication::translate("UpdateListForm", "PushButton", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class UpdateListForm: public Ui_UpdateListForm {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_UPDATELISTFORM_H
|