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.

136 lines
4.8KB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'carla_about_juce.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_CARLA_ABOUT_JUCE_H
  9. #define UI_CARLA_ABOUT_JUCE_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QGridLayout>
  15. #include <QtWidgets/QLabel>
  16. #include <QtWidgets/QSpacerItem>
  17. #include <QtWidgets/QVBoxLayout>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_JuceAboutW
  20. {
  21. public:
  22. QGridLayout *gridLayout;
  23. QVBoxLayout *verticalLayout;
  24. QLabel *icon;
  25. QSpacerItem *verticalSpacer;
  26. QVBoxLayout *verticalLayout_2;
  27. QLabel *l_text1;
  28. QSpacerItem *verticalSpacer_3;
  29. QLabel *l_text2;
  30. QSpacerItem *verticalSpacer_4;
  31. QLabel *l_text3;
  32. QSpacerItem *verticalSpacer_2;
  33. QDialogButtonBox *buttonBox;
  34. void setupUi(QDialog *JuceAboutW)
  35. {
  36. if (JuceAboutW->objectName().isEmpty())
  37. JuceAboutW->setObjectName(QString::fromUtf8("JuceAboutW"));
  38. JuceAboutW->resize(463, 244);
  39. gridLayout = new QGridLayout(JuceAboutW);
  40. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  41. verticalLayout = new QVBoxLayout();
  42. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  43. icon = new QLabel(JuceAboutW);
  44. icon->setObjectName(QString::fromUtf8("icon"));
  45. icon->setMinimumSize(QSize(48, 48));
  46. icon->setMaximumSize(QSize(48, 48));
  47. icon->setPixmap(QPixmap(QString::fromUtf8(":/48x48/juce.png")));
  48. verticalLayout->addWidget(icon);
  49. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  50. verticalLayout->addItem(verticalSpacer);
  51. gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
  52. verticalLayout_2 = new QVBoxLayout();
  53. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  54. l_text1 = new QLabel(JuceAboutW);
  55. l_text1->setObjectName(QString::fromUtf8("l_text1"));
  56. verticalLayout_2->addWidget(l_text1);
  57. verticalSpacer_3 = new QSpacerItem(10, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
  58. verticalLayout_2->addItem(verticalSpacer_3);
  59. l_text2 = new QLabel(JuceAboutW);
  60. l_text2->setObjectName(QString::fromUtf8("l_text2"));
  61. verticalLayout_2->addWidget(l_text2);
  62. verticalSpacer_4 = new QSpacerItem(10, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
  63. verticalLayout_2->addItem(verticalSpacer_4);
  64. l_text3 = new QLabel(JuceAboutW);
  65. l_text3->setObjectName(QString::fromUtf8("l_text3"));
  66. l_text3->setWordWrap(true);
  67. verticalLayout_2->addWidget(l_text3);
  68. verticalSpacer_2 = new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
  69. verticalLayout_2->addItem(verticalSpacer_2);
  70. gridLayout->addLayout(verticalLayout_2, 0, 1, 1, 1);
  71. buttonBox = new QDialogButtonBox(JuceAboutW);
  72. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  73. buttonBox->setOrientation(Qt::Horizontal);
  74. buttonBox->setStandardButtons(QDialogButtonBox::Ok);
  75. gridLayout->addWidget(buttonBox, 1, 0, 1, 2);
  76. retranslateUi(JuceAboutW);
  77. QObject::connect(buttonBox, SIGNAL(accepted()), JuceAboutW, SLOT(accept()));
  78. QObject::connect(buttonBox, SIGNAL(rejected()), JuceAboutW, SLOT(reject()));
  79. QMetaObject::connectSlotsByName(JuceAboutW);
  80. } // setupUi
  81. void retranslateUi(QDialog *JuceAboutW)
  82. {
  83. JuceAboutW->setWindowTitle(QCoreApplication::translate("JuceAboutW", "About JUCE", nullptr));
  84. icon->setText(QString());
  85. l_text1->setText(QCoreApplication::translate("JuceAboutW", "<b>About JUCE</b>", nullptr));
  86. l_text2->setText(QCoreApplication::translate("JuceAboutW", "This program uses JUCE version 3.x.x.", nullptr));
  87. l_text3->setText(QCoreApplication::translate("JuceAboutW", "JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ class library for developing cross-platform software.\n"
  88. "\n"
  89. "It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling graphics and sound.\n"
  90. "\n"
  91. "JUCE is licensed under the GNU Public Licence version 2.0.\n"
  92. "One module (juce_core) is permissively licensed under the ISC.\n"
  93. "\n"
  94. "Copyright (C) 2017 ROLI Ltd.", nullptr));
  95. } // retranslateUi
  96. };
  97. namespace Ui {
  98. class JuceAboutW: public Ui_JuceAboutW {};
  99. } // namespace Ui
  100. QT_END_NAMESPACE
  101. #endif // UI_CARLA_ABOUT_JUCE_H