diff --git a/src/ui_rescandialog.h b/src/ui_rescandialog.h deleted file mode 100644 index 0f32981..0000000 --- a/src/ui_rescandialog.h +++ /dev/null @@ -1,89 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'rescandialog.ui' -** -** Created by: Qt User Interface Compiler version 5.15.2 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_RESCANDIALOG_H -#define UI_RESCANDIALOG_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_RescanDialog -{ -public: - QGridLayout *gridLayout; - QHBoxLayout *horizontalLayout; - QSpacerItem *horizontalSpacer; - QDialogButtonBox *buttonBox; - QLineEdit *rescanBlockheight; - QLabel *label; - - void setupUi(QDialog *RescanDialog) - { - if (RescanDialog->objectName().isEmpty()) - RescanDialog->setObjectName(QString::fromUtf8("RescanDialog")); - RescanDialog->resize(542, 108); - gridLayout = new QGridLayout(RescanDialog); - gridLayout->setObjectName(QString::fromUtf8("gridLayout")); - horizontalLayout = new QHBoxLayout(); - horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); - horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); - - horizontalLayout->addItem(horizontalSpacer); - - - gridLayout->addLayout(horizontalLayout, 3, 0, 1, 1); - - buttonBox = new QDialogButtonBox(RescanDialog); - buttonBox->setObjectName(QString::fromUtf8("buttonBox")); - buttonBox->setOrientation(Qt::Horizontal); - buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); - - gridLayout->addWidget(buttonBox, 3, 1, 1, 2); - - rescanBlockheight = new QLineEdit(RescanDialog); - rescanBlockheight->setObjectName(QString::fromUtf8("rescanBlockheight")); - - gridLayout->addWidget(rescanBlockheight, 2, 0, 1, 3); - - label = new QLabel(RescanDialog); - label->setObjectName(QString::fromUtf8("label")); - - gridLayout->addWidget(label, 0, 0, 1, 3); - - - retranslateUi(RescanDialog); - QObject::connect(buttonBox, SIGNAL(accepted()), RescanDialog, SLOT(accept())); - QObject::connect(buttonBox, SIGNAL(rejected()), RescanDialog, SLOT(reject())); - - QMetaObject::connectSlotsByName(RescanDialog); - } // setupUi - - void retranslateUi(QDialog *RescanDialog) - { - RescanDialog->setWindowTitle(QCoreApplication::translate("RescanDialog", "Rescan", nullptr)); - label->setText(QCoreApplication::translate("RescanDialog", "Enter block height to rescan from:", nullptr)); - } // retranslateUi - -}; - -namespace Ui { - class RescanDialog: public Ui_RescanDialog {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_RESCANDIALOG_H