fead: load without animation

This commit is contained in:
semenov
2024-09-19 11:11:20 +03:00
parent 23982ecd6b
commit 69eeddea5b
65 changed files with 5618 additions and 865 deletions

57
ui_UpdateListForm.h Normal file
View File

@@ -0,0 +1,57 @@
/********************************************************************************
** 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