ui_askThreeDoubleValuesDlg.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'askThreeDoubleValuesDlg.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_ASKTHREEDOUBLEVALUESDLG_H
  9. #define UI_ASKTHREEDOUBLEVALUESDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QDialogButtonBox>
  15. #include <QtWidgets/QDoubleSpinBox>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QSpacerItem>
  19. #include <QtWidgets/QVBoxLayout>
  20. QT_BEGIN_NAMESPACE
  21. class Ui_AskThreeDoubleValuesDialog
  22. {
  23. public:
  24. QVBoxLayout *verticalLayout;
  25. QHBoxLayout *hboxLayout;
  26. QLabel *label1;
  27. QDoubleSpinBox *doubleSpinBox1;
  28. QSpacerItem *spacerItem;
  29. QLabel *label2;
  30. QDoubleSpinBox *doubleSpinBox2;
  31. QSpacerItem *spacerItem1;
  32. QLabel *label3;
  33. QDoubleSpinBox *doubleSpinBox3;
  34. QHBoxLayout *horizontalLayout;
  35. QCheckBox *checkBox;
  36. QSpacerItem *horizontalSpacer;
  37. QDialogButtonBox *buttonBox;
  38. void setupUi(QDialog *AskThreeDoubleValuesDialog)
  39. {
  40. if (AskThreeDoubleValuesDialog->objectName().isEmpty())
  41. AskThreeDoubleValuesDialog->setObjectName(QString::fromUtf8("AskThreeDoubleValuesDialog"));
  42. AskThreeDoubleValuesDialog->resize(452, 89);
  43. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
  44. sizePolicy.setHorizontalStretch(0);
  45. sizePolicy.setVerticalStretch(0);
  46. sizePolicy.setHeightForWidth(AskThreeDoubleValuesDialog->sizePolicy().hasHeightForWidth());
  47. AskThreeDoubleValuesDialog->setSizePolicy(sizePolicy);
  48. verticalLayout = new QVBoxLayout(AskThreeDoubleValuesDialog);
  49. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  50. hboxLayout = new QHBoxLayout();
  51. hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  52. label1 = new QLabel(AskThreeDoubleValuesDialog);
  53. label1->setObjectName(QString::fromUtf8("label1"));
  54. hboxLayout->addWidget(label1);
  55. doubleSpinBox1 = new QDoubleSpinBox(AskThreeDoubleValuesDialog);
  56. doubleSpinBox1->setObjectName(QString::fromUtf8("doubleSpinBox1"));
  57. hboxLayout->addWidget(doubleSpinBox1);
  58. spacerItem = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  59. hboxLayout->addItem(spacerItem);
  60. label2 = new QLabel(AskThreeDoubleValuesDialog);
  61. label2->setObjectName(QString::fromUtf8("label2"));
  62. hboxLayout->addWidget(label2);
  63. doubleSpinBox2 = new QDoubleSpinBox(AskThreeDoubleValuesDialog);
  64. doubleSpinBox2->setObjectName(QString::fromUtf8("doubleSpinBox2"));
  65. hboxLayout->addWidget(doubleSpinBox2);
  66. spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  67. hboxLayout->addItem(spacerItem1);
  68. label3 = new QLabel(AskThreeDoubleValuesDialog);
  69. label3->setObjectName(QString::fromUtf8("label3"));
  70. hboxLayout->addWidget(label3);
  71. doubleSpinBox3 = new QDoubleSpinBox(AskThreeDoubleValuesDialog);
  72. doubleSpinBox3->setObjectName(QString::fromUtf8("doubleSpinBox3"));
  73. hboxLayout->addWidget(doubleSpinBox3);
  74. verticalLayout->addLayout(hboxLayout);
  75. horizontalLayout = new QHBoxLayout();
  76. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  77. checkBox = new QCheckBox(AskThreeDoubleValuesDialog);
  78. checkBox->setObjectName(QString::fromUtf8("checkBox"));
  79. checkBox->setText(QString::fromUtf8("CheckBox"));
  80. horizontalLayout->addWidget(checkBox);
  81. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  82. horizontalLayout->addItem(horizontalSpacer);
  83. buttonBox = new QDialogButtonBox(AskThreeDoubleValuesDialog);
  84. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  85. buttonBox->setOrientation(Qt::Horizontal);
  86. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  87. horizontalLayout->addWidget(buttonBox);
  88. verticalLayout->addLayout(horizontalLayout);
  89. retranslateUi(AskThreeDoubleValuesDialog);
  90. QObject::connect(buttonBox, SIGNAL(accepted()), AskThreeDoubleValuesDialog, SLOT(accept()));
  91. QObject::connect(buttonBox, SIGNAL(rejected()), AskThreeDoubleValuesDialog, SLOT(reject()));
  92. QMetaObject::connectSlotsByName(AskThreeDoubleValuesDialog);
  93. } // setupUi
  94. void retranslateUi(QDialog *AskThreeDoubleValuesDialog)
  95. {
  96. AskThreeDoubleValuesDialog->setWindowTitle(QCoreApplication::translate("AskThreeDoubleValuesDialog", "Set Three Values", nullptr));
  97. label1->setText(QCoreApplication::translate("AskThreeDoubleValuesDialog", "Value 1", nullptr));
  98. label2->setText(QCoreApplication::translate("AskThreeDoubleValuesDialog", "Value 2", nullptr));
  99. label3->setText(QCoreApplication::translate("AskThreeDoubleValuesDialog", "Value 3", nullptr));
  100. } // retranslateUi
  101. };
  102. namespace Ui {
  103. class AskThreeDoubleValuesDialog: public Ui_AskThreeDoubleValuesDialog {};
  104. } // namespace Ui
  105. QT_END_NAMESPACE
  106. #endif // UI_ASKTHREEDOUBLEVALUESDLG_H