PatchesDialog.ui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <ui version="4.0" >
  2. <author>rncbc aka Rui Nuno Capela</author>
  3. <comment>qsynth - A fluidsynth Qt GUI Interface.
  4. Copyright (C) 2003-2007, rncbc aka Rui Nuno Capela. All rights reserved.
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, write to the Free Software Foundation, Inc.,
  15. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  16. </comment>
  17. <class>PatchesDialog</class>
  18. <widget class="QDialog" name="PatchesDialog" >
  19. <property name="geometry" >
  20. <rect>
  21. <x>0</x>
  22. <y>0</y>
  23. <width>480</width>
  24. <height>350</height>
  25. </rect>
  26. </property>
  27. <property name="minimumSize" >
  28. <size>
  29. <width>300</width>
  30. <height>150</height>
  31. </size>
  32. </property>
  33. <property name="windowTitle" >
  34. <string>Qsynth: Channel Preset</string>
  35. </property>
  36. <layout class="QVBoxLayout" >
  37. <item>
  38. <widget class="QSplitter" name="m_splitter" >
  39. <property name="sizePolicy" >
  40. <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <property name="orientation" >
  46. <enum>Qt::Horizontal</enum>
  47. </property>
  48. <widget class="QTreeWidget" name="m_bankListView" >
  49. <property name="minimumSize" >
  50. <size>
  51. <width>20</width>
  52. <height>0</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize" >
  56. <size>
  57. <width>80</width>
  58. <height>32767</height>
  59. </size>
  60. </property>
  61. <property name="toolTip" >
  62. <string>Bank selector</string>
  63. </property>
  64. <property name="alternatingRowColors" >
  65. <bool>true</bool>
  66. </property>
  67. <property name="indentation" >
  68. <number>4</number>
  69. </property>
  70. <property name="rootIsDecorated" >
  71. <bool>false</bool>
  72. </property>
  73. <property name="uniformRowHeights" >
  74. <bool>true</bool>
  75. </property>
  76. <property name="itemsExpandable" >
  77. <bool>false</bool>
  78. </property>
  79. <property name="sortingEnabled" >
  80. <bool>true</bool>
  81. </property>
  82. <property name="allColumnsShowFocus" >
  83. <bool>true</bool>
  84. </property>
  85. <column>
  86. <property name="text" >
  87. <string>Bank</string>
  88. </property>
  89. </column>
  90. </widget>
  91. <widget class="QTreeWidget" name="m_progListView" >
  92. <property name="toolTip" >
  93. <string>Program selector</string>
  94. </property>
  95. <property name="alternatingRowColors" >
  96. <bool>true</bool>
  97. </property>
  98. <property name="indentation" >
  99. <number>4</number>
  100. </property>
  101. <property name="rootIsDecorated" >
  102. <bool>false</bool>
  103. </property>
  104. <property name="uniformRowHeights" >
  105. <bool>true</bool>
  106. </property>
  107. <property name="itemsExpandable" >
  108. <bool>false</bool>
  109. </property>
  110. <property name="sortingEnabled" >
  111. <bool>true</bool>
  112. </property>
  113. <property name="allColumnsShowFocus" >
  114. <bool>true</bool>
  115. </property>
  116. <column>
  117. <property name="text" >
  118. <string>Patch</string>
  119. </property>
  120. </column>
  121. <column>
  122. <property name="text" >
  123. <string>Name</string>
  124. </property>
  125. </column>
  126. </widget>
  127. </widget>
  128. </item>
  129. <item>
  130. <layout class="QHBoxLayout" >
  131. <property name="spacing" >
  132. <number>4</number>
  133. </property>
  134. <property name="leftMargin" >
  135. <number>0</number>
  136. </property>
  137. <property name="topMargin" >
  138. <number>0</number>
  139. </property>
  140. <property name="rightMargin" >
  141. <number>0</number>
  142. </property>
  143. <property name="bottomMargin" >
  144. <number>0</number>
  145. </property>
  146. <item>
  147. <spacer>
  148. <property name="orientation" >
  149. <enum>Qt::Horizontal</enum>
  150. </property>
  151. <property name="sizeType" >
  152. <enum>QSizePolicy::Expanding</enum>
  153. </property>
  154. <property name="sizeHint" >
  155. <size>
  156. <width>120</width>
  157. <height>8</height>
  158. </size>
  159. </property>
  160. </spacer>
  161. </item>
  162. <item>
  163. <widget class="QPushButton" name="m_okButton" >
  164. <property name="toolTip" >
  165. <string/>
  166. </property>
  167. <property name="text" >
  168. <string>OK</string>
  169. </property>
  170. <property name="iconSize" >
  171. <size>
  172. <width>0</width>
  173. <height>0</height>
  174. </size>
  175. </property>
  176. <property name="default" >
  177. <bool>true</bool>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QPushButton" name="m_cancelButton" >
  183. <property name="toolTip" >
  184. <string/>
  185. </property>
  186. <property name="text" >
  187. <string>Cancel</string>
  188. </property>
  189. <property name="iconSize" >
  190. <size>
  191. <width>0</width>
  192. <height>0</height>
  193. </size>
  194. </property>
  195. </widget>
  196. </item>
  197. </layout>
  198. </item>
  199. </layout>
  200. </widget>
  201. <layoutdefault spacing="4" margin="4" />
  202. <tabstops>
  203. <tabstop>m_okButton</tabstop>
  204. <tabstop>m_cancelButton</tabstop>
  205. </tabstops>
  206. <resources/>
  207. <connections/>
  208. </ui>