/********************************************************************************
** Form generated from reading UI file 'Settings.ui'
**
** Created by: Qt User Interface Compiler version 5.12.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_SETTINGS_H
#define UI_SETTINGS_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QLabel>
QT_BEGIN_NAMESPACE
class Ui_Settings
{
public:
QDialogButtonBox *buttonBox;
QLabel *label;
QCheckBox *checkBox;
QCheckBox *checkBox_2;
QCheckBox *checkBox_3;
QCheckBox *checkBox_4;
QCheckBox *checkBox_5;
void setupUi(QDialog *Settings)
{
if (Settings->objectName().isEmpty())
Settings->setObjectName(QString::fromUtf8("Settings"));
Settings->resize(400, 300);
buttonBox = new QDialogButtonBox(Settings);
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
buttonBox->setGeometry(QRect(40, 250, 341, 32));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
label = new QLabel(Settings);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(160, 10, 71, 31));
checkBox = new QCheckBox(Settings);
checkBox->setObjectName(QString::fromUtf8("checkBox"));
checkBox->setGeometry(QRect(20, 50, 331, 21));
checkBox_2 = new QCheckBox(Settings);
checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
checkBox_2->setGeometry(QRect(20, 90, 241, 21));
checkBox_3 = new QCheckBox(Settings);
checkBox_3->setObjectName(QString::fromUtf8("checkBox_3"));
checkBox_3->setGeometry(QRect(20, 170, 261, 21));
checkBox_4 = new QCheckBox(Settings);
checkBox_4->setObjectName(QString::fromUtf8("checkBox_4"));
checkBox_4->setGeometry(QRect(20, 130, 301, 21));
checkBox_5 = new QCheckBox(Settings);
checkBox_5->setObjectName(QString::fromUtf8("checkBox_5"));
checkBox_5->setGeometry(QRect(20, 210, 311, 21));
retranslateUi(Settings);
QObject::connect(buttonBox, SIGNAL(accepted()), Settings, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), Settings, SLOT(reject()));
QMetaObject::connectSlotsByName(Settings);
} // setupUi
void retranslateUi(QDialog *Settings)
{
Settings->setWindowTitle(QApplication::translate("Settings", "Dialog", nullptr));
label->setText(QApplication::translate("Settings", "Settings", nullptr));
checkBox->setText(QApplication::translate("Settings", "Only allow files to be opened once", nullptr));
checkBox_2->setText(QApplication::translate("Settings", "Check for updates when run", nullptr));
checkBox_3->setText(QApplication::translate("Settings", "Show tips when run", nullptr));
checkBox_4->setText(QApplication::translate("Settings", "Automatically download updates", nullptr));
checkBox_5->setText(QApplication::translate("Settings", "Restore last open session when run", nullptr));
} // retranslateUi
};
namespace Ui {
class Settings: public Ui_Settings {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SETTINGS_H