ui_askOneDoubleValueDlg.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'askOneDoubleValueDlg.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_ASKONEDOUBLEVALUEDLG_H
  9. #define UI_ASKONEDOUBLEVALUEDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QDoubleSpinBox>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QLabel>
  17. #include <QtWidgets/QVBoxLayout>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_AskOneDoubleValueDialog
  20. {
  21. public:
  22. QVBoxLayout *vboxLayout;
  23. QHBoxLayout *hboxLayout;
  24. QLabel *valueLabel;
  25. QDoubleSpinBox *dValueSpinBox;
  26. QDialogButtonBox *buttonBox;
  27. void setupUi(QDialog *AskOneDoubleValueDialog)
  28. {
  29. if (AskOneDoubleValueDialog->objectName().isEmpty())
  30. AskOneDoubleValueDialog->setObjectName(QString::fromUtf8("AskOneDoubleValueDialog"));
  31. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
  32. sizePolicy.setHorizontalStretch(0);
  33. sizePolicy.setVerticalStretch(0);
  34. sizePolicy.setHeightForWidth(AskOneDoubleValueDialog->sizePolicy().hasHeightForWidth());
  35. AskOneDoubleValueDialog->setSizePolicy(sizePolicy);
  36. vboxLayout = new QVBoxLayout(AskOneDoubleValueDialog);
  37. vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
  38. hboxLayout = new QHBoxLayout();
  39. hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  40. valueLabel = new QLabel(AskOneDoubleValueDialog);
  41. valueLabel->setObjectName(QString::fromUtf8("valueLabel"));
  42. hboxLayout->addWidget(valueLabel);
  43. dValueSpinBox = new QDoubleSpinBox(AskOneDoubleValueDialog);
  44. dValueSpinBox->setObjectName(QString::fromUtf8("dValueSpinBox"));
  45. hboxLayout->addWidget(dValueSpinBox);
  46. vboxLayout->addLayout(hboxLayout);
  47. buttonBox = new QDialogButtonBox(AskOneDoubleValueDialog);
  48. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  49. buttonBox->setOrientation(Qt::Horizontal);
  50. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  51. vboxLayout->addWidget(buttonBox);
  52. retranslateUi(AskOneDoubleValueDialog);
  53. QObject::connect(buttonBox, SIGNAL(accepted()), AskOneDoubleValueDialog, SLOT(accept()));
  54. QObject::connect(buttonBox, SIGNAL(rejected()), AskOneDoubleValueDialog, SLOT(reject()));
  55. QMetaObject::connectSlotsByName(AskOneDoubleValueDialog);
  56. } // setupUi
  57. void retranslateUi(QDialog *AskOneDoubleValueDialog)
  58. {
  59. AskOneDoubleValueDialog->setWindowTitle(QCoreApplication::translate("AskOneDoubleValueDialog", "Set Value", nullptr));
  60. valueLabel->setText(QCoreApplication::translate("AskOneDoubleValueDialog", "Value", nullptr));
  61. } // retranslateUi
  62. };
  63. namespace Ui {
  64. class AskOneDoubleValueDialog: public Ui_AskOneDoubleValueDialog {};
  65. } // namespace Ui
  66. QT_END_NAMESPACE
  67. #endif // UI_ASKONEDOUBLEVALUEDLG_H