ui_askTwoDoubleValuesDlg.h 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'askTwoDoubleValuesDlg.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_ASKTWODOUBLEVALUESDLG_H
  9. #define UI_ASKTWODOUBLEVALUESDLG_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/QSpacerItem>
  18. #include <QtWidgets/QVBoxLayout>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_AskTwoDoubleValuesDialog
  21. {
  22. public:
  23. QVBoxLayout *vboxLayout;
  24. QHBoxLayout *hboxLayout;
  25. QLabel *label1;
  26. QDoubleSpinBox *doubleSpinBox1;
  27. QSpacerItem *spacerItem;
  28. QLabel *label2;
  29. QDoubleSpinBox *doubleSpinBox2;
  30. QDialogButtonBox *buttonBox;
  31. void setupUi(QDialog *AskTwoDoubleValuesDialog)
  32. {
  33. if (AskTwoDoubleValuesDialog->objectName().isEmpty())
  34. AskTwoDoubleValuesDialog->setObjectName(QString::fromUtf8("AskTwoDoubleValuesDialog"));
  35. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
  36. sizePolicy.setHorizontalStretch(0);
  37. sizePolicy.setVerticalStretch(0);
  38. sizePolicy.setHeightForWidth(AskTwoDoubleValuesDialog->sizePolicy().hasHeightForWidth());
  39. AskTwoDoubleValuesDialog->setSizePolicy(sizePolicy);
  40. vboxLayout = new QVBoxLayout(AskTwoDoubleValuesDialog);
  41. vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
  42. hboxLayout = new QHBoxLayout();
  43. hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  44. label1 = new QLabel(AskTwoDoubleValuesDialog);
  45. label1->setObjectName(QString::fromUtf8("label1"));
  46. hboxLayout->addWidget(label1);
  47. doubleSpinBox1 = new QDoubleSpinBox(AskTwoDoubleValuesDialog);
  48. doubleSpinBox1->setObjectName(QString::fromUtf8("doubleSpinBox1"));
  49. hboxLayout->addWidget(doubleSpinBox1);
  50. spacerItem = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  51. hboxLayout->addItem(spacerItem);
  52. label2 = new QLabel(AskTwoDoubleValuesDialog);
  53. label2->setObjectName(QString::fromUtf8("label2"));
  54. hboxLayout->addWidget(label2);
  55. doubleSpinBox2 = new QDoubleSpinBox(AskTwoDoubleValuesDialog);
  56. doubleSpinBox2->setObjectName(QString::fromUtf8("doubleSpinBox2"));
  57. hboxLayout->addWidget(doubleSpinBox2);
  58. vboxLayout->addLayout(hboxLayout);
  59. buttonBox = new QDialogButtonBox(AskTwoDoubleValuesDialog);
  60. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  61. buttonBox->setOrientation(Qt::Horizontal);
  62. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  63. vboxLayout->addWidget(buttonBox);
  64. retranslateUi(AskTwoDoubleValuesDialog);
  65. QObject::connect(buttonBox, SIGNAL(accepted()), AskTwoDoubleValuesDialog, SLOT(accept()));
  66. QObject::connect(buttonBox, SIGNAL(rejected()), AskTwoDoubleValuesDialog, SLOT(reject()));
  67. QMetaObject::connectSlotsByName(AskTwoDoubleValuesDialog);
  68. } // setupUi
  69. void retranslateUi(QDialog *AskTwoDoubleValuesDialog)
  70. {
  71. AskTwoDoubleValuesDialog->setWindowTitle(QCoreApplication::translate("AskTwoDoubleValuesDialog", "Set Two Values", nullptr));
  72. label1->setText(QCoreApplication::translate("AskTwoDoubleValuesDialog", "Value 1", nullptr));
  73. label2->setText(QCoreApplication::translate("AskTwoDoubleValuesDialog", "Value 2", nullptr));
  74. } // retranslateUi
  75. };
  76. namespace Ui {
  77. class AskTwoDoubleValuesDialog: public Ui_AskTwoDoubleValuesDialog {};
  78. } // namespace Ui
  79. QT_END_NAMESPACE
  80. #endif // UI_ASKTWODOUBLEVALUESDLG_H