/******************************************************************************** ** Form generated from reading UI file 'askOneIntValueDlg.ui' ** ** Created by: Qt User Interface Compiler version 5.15.10 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_ASKONEINTVALUEDLG_H #define UI_ASKONEINTVALUEDLG_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_AskOneIntValueDialog { public: QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout; QLabel *valueLabel; QSpinBox *valueSpinBox; QDialogButtonBox *buttonBox; void setupUi(QDialog *AskOneIntValueDialog) { if (AskOneIntValueDialog->objectName().isEmpty()) AskOneIntValueDialog->setObjectName(QString::fromUtf8("AskOneIntValueDialog")); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(AskOneIntValueDialog->sizePolicy().hasHeightForWidth()); AskOneIntValueDialog->setSizePolicy(sizePolicy); vboxLayout = new QVBoxLayout(AskOneIntValueDialog); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); hboxLayout = new QHBoxLayout(); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); valueLabel = new QLabel(AskOneIntValueDialog); valueLabel->setObjectName(QString::fromUtf8("valueLabel")); hboxLayout->addWidget(valueLabel); valueSpinBox = new QSpinBox(AskOneIntValueDialog); valueSpinBox->setObjectName(QString::fromUtf8("valueSpinBox")); hboxLayout->addWidget(valueSpinBox); vboxLayout->addLayout(hboxLayout); buttonBox = new QDialogButtonBox(AskOneIntValueDialog); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); vboxLayout->addWidget(buttonBox); retranslateUi(AskOneIntValueDialog); QObject::connect(buttonBox, SIGNAL(accepted()), AskOneIntValueDialog, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), AskOneIntValueDialog, SLOT(reject())); QMetaObject::connectSlotsByName(AskOneIntValueDialog); } // setupUi void retranslateUi(QDialog *AskOneIntValueDialog) { AskOneIntValueDialog->setWindowTitle(QCoreApplication::translate("AskOneIntValueDialog", "Set Value", nullptr)); valueLabel->setText(QCoreApplication::translate("AskOneIntValueDialog", "Value", nullptr)); } // retranslateUi }; namespace Ui { class AskOneIntValueDialog: public Ui_AskOneIntValueDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ASKONEINTVALUEDLG_H