Collection of tools useful for audio production
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.

285 lines
8.4KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ClaudiaLauncherApp</class>
  4. <widget class="QMainWindow" name="ClaudiaLauncherApp">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>830</width>
  10. <height>133</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Claudia Launcher</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_12">
  18. <item>
  19. <layout class="QHBoxLayout" name="horizontalLayout_3">
  20. <item>
  21. <widget class="QPushButton" name="b_start">
  22. <property name="minimumSize">
  23. <size>
  24. <width>0</width>
  25. <height>48</height>
  26. </size>
  27. </property>
  28. <property name="text">
  29. <string>&amp;Start</string>
  30. </property>
  31. <property name="icon">
  32. <iconset resource="../../resources/resources.qrc">
  33. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QPushButton" name="b_add">
  39. <property name="minimumSize">
  40. <size>
  41. <width>0</width>
  42. <height>48</height>
  43. </size>
  44. </property>
  45. <property name="text">
  46. <string>&amp;Add to LADISH</string>
  47. </property>
  48. <property name="icon">
  49. <iconset resource="../../resources/resources.qrc">
  50. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QGroupBox" name="groupLADISH">
  56. <property name="title">
  57. <string>Enable LADISH</string>
  58. </property>
  59. <property name="alignment">
  60. <set>Qt::AlignCenter</set>
  61. </property>
  62. <property name="checkable">
  63. <bool>true</bool>
  64. </property>
  65. <property name="checked">
  66. <bool>false</bool>
  67. </property>
  68. <layout class="QVBoxLayout" name="verticalLayout_24">
  69. <item>
  70. <layout class="QHBoxLayout" name="horizontalLayout">
  71. <item>
  72. <spacer name="horizontalSpacer_2">
  73. <property name="orientation">
  74. <enum>Qt::Horizontal</enum>
  75. </property>
  76. <property name="sizeHint" stdset="0">
  77. <size>
  78. <width>40</width>
  79. <height>20</height>
  80. </size>
  81. </property>
  82. </spacer>
  83. </item>
  84. <item>
  85. <widget class="QLabel" name="label">
  86. <property name="text">
  87. <string>Default BPM:</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QDoubleSpinBox" name="sb_bpm">
  93. <property name="decimals">
  94. <number>1</number>
  95. </property>
  96. <property name="maximum">
  97. <double>999.000000000000000</double>
  98. </property>
  99. <property name="value">
  100. <double>130.000000000000000</double>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <spacer name="horizontalSpacer_3">
  106. <property name="orientation">
  107. <enum>Qt::Horizontal</enum>
  108. </property>
  109. <property name="sizeHint" stdset="0">
  110. <size>
  111. <width>40</width>
  112. <height>20</height>
  113. </size>
  114. </property>
  115. </spacer>
  116. </item>
  117. <item>
  118. <widget class="Line" name="line_3">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <spacer name="horizontalSpacer_4">
  126. <property name="orientation">
  127. <enum>Qt::Horizontal</enum>
  128. </property>
  129. <property name="sizeHint" stdset="0">
  130. <size>
  131. <width>40</width>
  132. <height>20</height>
  133. </size>
  134. </property>
  135. </spacer>
  136. </item>
  137. <item>
  138. <widget class="QLabel" name="label_25">
  139. <property name="text">
  140. <string>Default Sample Rate:</string>
  141. </property>
  142. <property name="alignment">
  143. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  144. </property>
  145. </widget>
  146. </item>
  147. <item>
  148. <widget class="QComboBox" name="co_sample_rate"/>
  149. </item>
  150. <item>
  151. <spacer name="horizontalSpacer">
  152. <property name="orientation">
  153. <enum>Qt::Horizontal</enum>
  154. </property>
  155. <property name="sizeHint" stdset="0">
  156. <size>
  157. <width>40</width>
  158. <height>20</height>
  159. </size>
  160. </property>
  161. </spacer>
  162. </item>
  163. <item>
  164. <widget class="Line" name="line_12">
  165. <property name="orientation">
  166. <enum>Qt::Vertical</enum>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <spacer name="horizontalSpacer_5">
  172. <property name="orientation">
  173. <enum>Qt::Horizontal</enum>
  174. </property>
  175. <property name="sizeHint" stdset="0">
  176. <size>
  177. <width>40</width>
  178. <height>20</height>
  179. </size>
  180. </property>
  181. </spacer>
  182. </item>
  183. <item>
  184. <widget class="QLabel" name="label_4">
  185. <property name="text">
  186. <string>LADI Room:</string>
  187. </property>
  188. <property name="alignment">
  189. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  190. </property>
  191. </widget>
  192. </item>
  193. <item>
  194. <widget class="QComboBox" name="co_ladi_room"/>
  195. </item>
  196. <item>
  197. <widget class="QPushButton" name="b_refresh">
  198. <property name="maximumSize">
  199. <size>
  200. <width>22</width>
  201. <height>16777215</height>
  202. </size>
  203. </property>
  204. <property name="text">
  205. <string/>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <spacer name="horizontalSpacer_6">
  211. <property name="orientation">
  212. <enum>Qt::Horizontal</enum>
  213. </property>
  214. <property name="sizeHint" stdset="0">
  215. <size>
  216. <width>40</width>
  217. <height>20</height>
  218. </size>
  219. </property>
  220. </spacer>
  221. </item>
  222. </layout>
  223. </item>
  224. <item>
  225. <layout class="QHBoxLayout" name="horizontalLayout_2">
  226. <item>
  227. <widget class="QLabel" name="label_10">
  228. <property name="text">
  229. <string>Project folder:</string>
  230. </property>
  231. </widget>
  232. </item>
  233. <item>
  234. <widget class="QLineEdit" name="le_url"/>
  235. </item>
  236. <item>
  237. <widget class="QPushButton" name="b_open">
  238. <property name="maximumSize">
  239. <size>
  240. <width>22</width>
  241. <height>16777215</height>
  242. </size>
  243. </property>
  244. <property name="text">
  245. <string/>
  246. </property>
  247. </widget>
  248. </item>
  249. </layout>
  250. </item>
  251. </layout>
  252. </widget>
  253. </item>
  254. </layout>
  255. </item>
  256. <item>
  257. <widget class="ClaudiaLauncher" name="launcher" native="true"/>
  258. </item>
  259. </layout>
  260. </widget>
  261. <action name="action_Close">
  262. <property name="text">
  263. <string>&amp;Close</string>
  264. </property>
  265. </action>
  266. <action name="action_About">
  267. <property name="text">
  268. <string>&amp;About</string>
  269. </property>
  270. </action>
  271. </widget>
  272. <customwidgets>
  273. <customwidget>
  274. <class>ClaudiaLauncher</class>
  275. <extends>QWidget</extends>
  276. <header>claudia_launcher.h</header>
  277. <container>1</container>
  278. </customwidget>
  279. </customwidgets>
  280. <resources>
  281. <include location="../../resources/resources.qrc"/>
  282. </resources>
  283. <connections/>
  284. </ui>