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.

87 lines
1.9KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>269</width>
  10. <height>183</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Set value</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>TextLabel</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QDoubleSpinBox" name="doubleSpinBox"/>
  26. </item>
  27. <item>
  28. <widget class="QGroupBox" name="groupBox">
  29. <property name="title">
  30. <string>Scale Points</string>
  31. </property>
  32. <layout class="QVBoxLayout" name="verticalLayout">
  33. <item>
  34. <widget class="QTextBrowser" name="textBrowser"/>
  35. </item>
  36. </layout>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QDialogButtonBox" name="buttonBox">
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. <property name="standardButtons">
  45. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  46. </property>
  47. </widget>
  48. </item>
  49. </layout>
  50. </widget>
  51. <resources/>
  52. <connections>
  53. <connection>
  54. <sender>buttonBox</sender>
  55. <signal>accepted()</signal>
  56. <receiver>Dialog</receiver>
  57. <slot>accept()</slot>
  58. <hints>
  59. <hint type="sourcelabel">
  60. <x>248</x>
  61. <y>254</y>
  62. </hint>
  63. <hint type="destinationlabel">
  64. <x>157</x>
  65. <y>274</y>
  66. </hint>
  67. </hints>
  68. </connection>
  69. <connection>
  70. <sender>buttonBox</sender>
  71. <signal>rejected()</signal>
  72. <receiver>Dialog</receiver>
  73. <slot>reject()</slot>
  74. <hints>
  75. <hint type="sourcelabel">
  76. <x>316</x>
  77. <y>260</y>
  78. </hint>
  79. <hint type="destinationlabel">
  80. <x>286</x>
  81. <y>274</y>
  82. </hint>
  83. </hints>
  84. </connection>
  85. </connections>
  86. </ui>