/******************************************************************************** ** 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 #include #include #include #include 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