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.

carla_parameter.ui 1.5KB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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>33</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="QToolButton" name="tb_options">
  45. <property name="text">
  46. <string>...</string>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </widget>
  52. <customwidgets>
  53. <customwidget>
  54. <class>ParamSpinBox</class>
  55. <extends>QWidget</extends>
  56. <header>widgets/paramspinbox.h</header>
  57. <container>1</container>
  58. </customwidget>
  59. </customwidgets>
  60. <resources/>
  61. <connections/>
  62. </ui>