Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
3.0KB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'inputdialog_value.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.13.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_INPUTDIALOG_VALUE_H
  9. #define UI_INPUTDIALOG_VALUE_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QDoubleSpinBox>
  15. #include <QtWidgets/QGroupBox>
  16. #include <QtWidgets/QLabel>
  17. #include <QtWidgets/QTextBrowser>
  18. #include <QtWidgets/QVBoxLayout>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_Dialog
  21. {
  22. public:
  23. QVBoxLayout *verticalLayout_2;
  24. QLabel *label;
  25. QDoubleSpinBox *doubleSpinBox;
  26. QGroupBox *groupBox;
  27. QVBoxLayout *verticalLayout;
  28. QTextBrowser *textBrowser;
  29. QDialogButtonBox *buttonBox;
  30. void setupUi(QDialog *Dialog)
  31. {
  32. if (Dialog->objectName().isEmpty())
  33. Dialog->setObjectName(QString::fromUtf8("Dialog"));
  34. Dialog->resize(269, 183);
  35. verticalLayout_2 = new QVBoxLayout(Dialog);
  36. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  37. label = new QLabel(Dialog);
  38. label->setObjectName(QString::fromUtf8("label"));
  39. verticalLayout_2->addWidget(label);
  40. doubleSpinBox = new QDoubleSpinBox(Dialog);
  41. doubleSpinBox->setObjectName(QString::fromUtf8("doubleSpinBox"));
  42. verticalLayout_2->addWidget(doubleSpinBox);
  43. groupBox = new QGroupBox(Dialog);
  44. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  45. verticalLayout = new QVBoxLayout(groupBox);
  46. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  47. textBrowser = new QTextBrowser(groupBox);
  48. textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
  49. verticalLayout->addWidget(textBrowser);
  50. verticalLayout_2->addWidget(groupBox);
  51. buttonBox = new QDialogButtonBox(Dialog);
  52. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  53. buttonBox->setOrientation(Qt::Horizontal);
  54. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  55. verticalLayout_2->addWidget(buttonBox);
  56. retranslateUi(Dialog);
  57. QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));
  58. QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));
  59. QMetaObject::connectSlotsByName(Dialog);
  60. } // setupUi
  61. void retranslateUi(QDialog *Dialog)
  62. {
  63. Dialog->setWindowTitle(QCoreApplication::translate("Dialog", "Set value", nullptr));
  64. label->setText(QCoreApplication::translate("Dialog", "TextLabel", nullptr));
  65. groupBox->setTitle(QCoreApplication::translate("Dialog", "Scale Points", nullptr));
  66. } // retranslateUi
  67. };
  68. namespace Ui {
  69. class Dialog: public Ui_Dialog {};
  70. } // namespace Ui
  71. QT_END_NAMESPACE
  72. #endif // UI_INPUTDIALOG_VALUE_H