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.

97 lines
2.4KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginParameter</class>
  4. <widget class="QWidget" name="PluginParameter">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>369</width>
  10. <height>22</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="margin">
  18. <number>0</number>
  19. </property>
  20. <item>
  21. <widget class="QLabel" name="label">
  22. <property name="text">
  23. <string>Parameter Name</string>
  24. </property>
  25. <property name="alignment">
  26. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="ParamSpinBox" name="widget" native="true">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="contextMenuPolicy">
  39. <enum>Qt::CustomContextMenu</enum>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QSpinBox" name="sb_control">
  45. <property name="contextMenuPolicy">
  46. <enum>Qt::CustomContextMenu</enum>
  47. </property>
  48. <property name="specialValueText">
  49. <string>(none)</string>
  50. </property>
  51. <property name="prefix">
  52. <string>cc #</string>
  53. </property>
  54. <property name="minimum">
  55. <number>-1</number>
  56. </property>
  57. <property name="maximum">
  58. <number>119</number>
  59. </property>
  60. <property name="value">
  61. <number>-1</number>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QSpinBox" name="sb_channel">
  67. <property name="contextMenuPolicy">
  68. <enum>Qt::CustomContextMenu</enum>
  69. </property>
  70. <property name="prefix">
  71. <string>ch </string>
  72. </property>
  73. <property name="minimum">
  74. <number>1</number>
  75. </property>
  76. <property name="maximum">
  77. <number>16</number>
  78. </property>
  79. <property name="value">
  80. <number>1</number>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </widget>
  86. <customwidgets>
  87. <customwidget>
  88. <class>ParamSpinBox</class>
  89. <extends>QWidget</extends>
  90. <header>paramspinbox.h</header>
  91. <container>1</container>
  92. </customwidget>
  93. </customwidgets>
  94. <resources/>
  95. <connections/>
  96. </ui>