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.

161 lines
4.2KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaControlW</class>
  4. <widget class="QMainWindow" name="CarlaControlW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>648</width>
  10. <height>155</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Carla Control</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <property name="margin">
  19. <number>0</number>
  20. </property>
  21. <item>
  22. <widget class="QWidget" name="w_plugins" native="true">
  23. <layout class="QVBoxLayout" name="layout">
  24. <property name="spacing">
  25. <number>3</number>
  26. </property>
  27. <property name="margin">
  28. <number>0</number>
  29. </property>
  30. </layout>
  31. </widget>
  32. </item>
  33. <item>
  34. <spacer name="verticalSpacer">
  35. <property name="orientation">
  36. <enum>Qt::Vertical</enum>
  37. </property>
  38. <property name="sizeHint" stdset="0">
  39. <size>
  40. <width>20</width>
  41. <height>40</height>
  42. </size>
  43. </property>
  44. </spacer>
  45. </item>
  46. </layout>
  47. </widget>
  48. <widget class="QMenuBar" name="menubar">
  49. <property name="geometry">
  50. <rect>
  51. <x>0</x>
  52. <y>0</y>
  53. <width>648</width>
  54. <height>19</height>
  55. </rect>
  56. </property>
  57. <widget class="QMenu" name="menu_File">
  58. <property name="title">
  59. <string>&amp;File</string>
  60. </property>
  61. <addaction name="act_file_connect"/>
  62. <addaction name="act_file_refresh"/>
  63. <addaction name="separator"/>
  64. <addaction name="act_file_quit"/>
  65. </widget>
  66. <widget class="QMenu" name="menu_Help">
  67. <property name="title">
  68. <string>&amp;Help</string>
  69. </property>
  70. <addaction name="act_help_about"/>
  71. <addaction name="act_help_about_qt"/>
  72. </widget>
  73. <addaction name="menu_File"/>
  74. <addaction name="menu_Help"/>
  75. </widget>
  76. <widget class="QStatusBar" name="statusbar"/>
  77. <widget class="QToolBar" name="toolBar">
  78. <property name="windowTitle">
  79. <string>toolBar</string>
  80. </property>
  81. <property name="movable">
  82. <bool>false</bool>
  83. </property>
  84. <property name="allowedAreas">
  85. <set>Qt::NoToolBarArea</set>
  86. </property>
  87. <property name="toolButtonStyle">
  88. <enum>Qt::ToolButtonTextBesideIcon</enum>
  89. </property>
  90. <attribute name="toolBarArea">
  91. <enum>TopToolBarArea</enum>
  92. </attribute>
  93. <attribute name="toolBarBreak">
  94. <bool>false</bool>
  95. </attribute>
  96. <addaction name="act_file_connect"/>
  97. <addaction name="act_file_refresh"/>
  98. <addaction name="separator"/>
  99. <addaction name="act_file_quit"/>
  100. </widget>
  101. <action name="act_file_connect">
  102. <property name="icon">
  103. <iconset resource="../../resources/resources.qrc">
  104. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  105. </property>
  106. <property name="text">
  107. <string>&amp;Connect...</string>
  108. </property>
  109. </action>
  110. <action name="act_file_quit">
  111. <property name="icon">
  112. <iconset resource="../../resources/resources.qrc">
  113. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  114. </property>
  115. <property name="text">
  116. <string>&amp;Quit</string>
  117. </property>
  118. </action>
  119. <action name="act_help_about">
  120. <property name="text">
  121. <string>&amp;About</string>
  122. </property>
  123. </action>
  124. <action name="act_help_about_qt">
  125. <property name="text">
  126. <string>About &amp;Qt</string>
  127. </property>
  128. </action>
  129. <action name="act_file_refresh">
  130. <property name="icon">
  131. <iconset resource="../../resources/resources.qrc">
  132. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  133. </property>
  134. <property name="text">
  135. <string>&amp;Refresh</string>
  136. </property>
  137. </action>
  138. </widget>
  139. <resources>
  140. <include location="../../resources/resources.qrc"/>
  141. </resources>
  142. <connections>
  143. <connection>
  144. <sender>act_file_quit</sender>
  145. <signal>triggered()</signal>
  146. <receiver>CarlaControlW</receiver>
  147. <slot>close()</slot>
  148. <hints>
  149. <hint type="sourcelabel">
  150. <x>-1</x>
  151. <y>-1</y>
  152. </hint>
  153. <hint type="destinationlabel">
  154. <x>189</x>
  155. <y>34</y>
  156. </hint>
  157. </hints>
  158. </connection>
  159. </connections>
  160. </ui>