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.

136 lines
3.3KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RunCustomW</class>
  4. <widget class="QDialog" name="RunCustomW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>234</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>New application</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Command:</string>
  23. </property>
  24. <property name="alignment">
  25. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  26. </property>
  27. <property name="buddy">
  28. <cstring>le_command</cstring>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="0" column="1">
  33. <widget class="QLineEdit" name="le_command"/>
  34. </item>
  35. <item row="1" column="0">
  36. <widget class="QLabel" name="label_2">
  37. <property name="text">
  38. <string>Name:</string>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  42. </property>
  43. <property name="buddy">
  44. <cstring>le_name</cstring>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="1" column="1">
  49. <widget class="QLineEdit" name="le_name"/>
  50. </item>
  51. </layout>
  52. </item>
  53. <item>
  54. <widget class="QCheckBox" name="cb_terminal">
  55. <property name="text">
  56. <string>Run in Terminal</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QRadioButton" name="rb_level_0">
  62. <property name="text">
  63. <string>Level 0</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QRadioButton" name="rb_level_1">
  69. <property name="text">
  70. <string>Level 1</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QRadioButton" name="rb_level_lash">
  76. <property name="text">
  77. <string>Level 2 (LASH)</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QRadioButton" name="rb_level_js">
  83. <property name="text">
  84. <string>Level 2 (Jack Session)</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QDialogButtonBox" name="buttonBox">
  90. <property name="orientation">
  91. <enum>Qt::Horizontal</enum>
  92. </property>
  93. <property name="standardButtons">
  94. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  95. </property>
  96. </widget>
  97. </item>
  98. </layout>
  99. </widget>
  100. <resources/>
  101. <connections>
  102. <connection>
  103. <sender>buttonBox</sender>
  104. <signal>accepted()</signal>
  105. <receiver>RunCustomW</receiver>
  106. <slot>accept()</slot>
  107. <hints>
  108. <hint type="sourcelabel">
  109. <x>248</x>
  110. <y>254</y>
  111. </hint>
  112. <hint type="destinationlabel">
  113. <x>157</x>
  114. <y>274</y>
  115. </hint>
  116. </hints>
  117. </connection>
  118. <connection>
  119. <sender>buttonBox</sender>
  120. <signal>rejected()</signal>
  121. <receiver>RunCustomW</receiver>
  122. <slot>reject()</slot>
  123. <hints>
  124. <hint type="sourcelabel">
  125. <x>316</x>
  126. <y>260</y>
  127. </hint>
  128. <hint type="destinationlabel">
  129. <x>286</x>
  130. <y>274</y>
  131. </hint>
  132. </hints>
  133. </connection>
  134. </connections>
  135. </ui>