ui_askOneIntValueDlg.h 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'askOneIntValueDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_ASKONEINTVALUEDLG_H
  9. #define UI_ASKONEINTVALUEDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QHBoxLayout>
  15. #include <QtWidgets/QLabel>
  16. #include <QtWidgets/QSpinBox>
  17. #include <QtWidgets/QVBoxLayout>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_AskOneIntValueDialog
  20. {
  21. public:
  22. QVBoxLayout *vboxLayout;
  23. QHBoxLayout *hboxLayout;
  24. QLabel *valueLabel;
  25. QSpinBox *valueSpinBox;
  26. QDialogButtonBox *buttonBox;
  27. void setupUi(QDialog *AskOneIntValueDialog)
  28. {
  29. if (AskOneIntValueDialog->objectName().isEmpty())
  30. AskOneIntValueDialog->setObjectName(QString::fromUtf8("AskOneIntValueDialog"));
  31. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
  32. sizePolicy.setHorizontalStretch(0);
  33. sizePolicy.setVerticalStretch(0);
  34. sizePolicy.setHeightForWidth(AskOneIntValueDialog->sizePolicy().hasHeightForWidth());
  35. AskOneIntValueDialog->setSizePolicy(sizePolicy);
  36. vboxLayout = new QVBoxLayout(AskOneIntValueDialog);
  37. vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
  38. hboxLayout = new QHBoxLayout();
  39. hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  40. valueLabel = new QLabel(AskOneIntValueDialog);
  41. valueLabel->setObjectName(QString::fromUtf8("valueLabel"));
  42. hboxLayout->addWidget(valueLabel);
  43. valueSpinBox = new QSpinBox(AskOneIntValueDialog);
  44. valueSpinBox->setObjectName(QString::fromUtf8("valueSpinBox"));
  45. hboxLayout->addWidget(valueSpinBox);
  46. vboxLayout->addLayout(hboxLayout);
  47. buttonBox = new QDialogButtonBox(AskOneIntValueDialog);
  48. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  49. buttonBox->setOrientation(Qt::Horizontal);
  50. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  51. vboxLayout->addWidget(buttonBox);
  52. retranslateUi(AskOneIntValueDialog);
  53. QObject::connect(buttonBox, SIGNAL(accepted()), AskOneIntValueDialog, SLOT(accept()));
  54. QObject::connect(buttonBox, SIGNAL(rejected()), AskOneIntValueDialog, SLOT(reject()));
  55. QMetaObject::connectSlotsByName(AskOneIntValueDialog);
  56. } // setupUi
  57. void retranslateUi(QDialog *AskOneIntValueDialog)
  58. {
  59. AskOneIntValueDialog->setWindowTitle(QCoreApplication::translate("AskOneIntValueDialog", "Set Value", nullptr));
  60. valueLabel->setText(QCoreApplication::translate("AskOneIntValueDialog", "Value", nullptr));
  61. } // retranslateUi
  62. };
  63. namespace Ui {
  64. class AskOneIntValueDialog: public Ui_AskOneIntValueDialog {};
  65. } // namespace Ui
  66. QT_END_NAMESPACE
  67. #endif // UI_ASKONEINTVALUEDLG_H