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.

carla_about_juce.ui 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>JuceAboutW</class>
  4. <widget class="QDialog" name="JuceAboutW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>463</width>
  10. <height>244</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>About JUCE</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="QLabel" name="icon">
  21. <property name="minimumSize">
  22. <size>
  23. <width>48</width>
  24. <height>48</height>
  25. </size>
  26. </property>
  27. <property name="maximumSize">
  28. <size>
  29. <width>48</width>
  30. <height>48</height>
  31. </size>
  32. </property>
  33. <property name="text">
  34. <string/>
  35. </property>
  36. <property name="pixmap">
  37. <pixmap resource="../resources.qrc">:/48x48/juce.png</pixmap>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <spacer name="verticalSpacer">
  43. <property name="orientation">
  44. <enum>Qt::Vertical</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>20</width>
  49. <height>40</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. </layout>
  55. </item>
  56. <item row="0" column="1">
  57. <layout class="QVBoxLayout" name="verticalLayout_2">
  58. <item>
  59. <widget class="QLabel" name="l_text1">
  60. <property name="text">
  61. <string>&lt;b&gt;About JUCE&lt;/b&gt;</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <spacer name="verticalSpacer_3">
  67. <property name="orientation">
  68. <enum>Qt::Vertical</enum>
  69. </property>
  70. <property name="sizeType">
  71. <enum>QSizePolicy::Fixed</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>10</width>
  76. <height>10</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="l_text2">
  83. <property name="text">
  84. <string>This program uses JUCE version 3.x.x.</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <spacer name="verticalSpacer_4">
  90. <property name="orientation">
  91. <enum>Qt::Vertical</enum>
  92. </property>
  93. <property name="sizeType">
  94. <enum>QSizePolicy::Fixed</enum>
  95. </property>
  96. <property name="sizeHint" stdset="0">
  97. <size>
  98. <width>10</width>
  99. <height>10</height>
  100. </size>
  101. </property>
  102. </spacer>
  103. </item>
  104. <item>
  105. <widget class="QLabel" name="l_text3">
  106. <property name="text">
  107. <string>JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ class library for developing cross-platform software.
  108. It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling graphics and sound.
  109. JUCE is licensed under the GNU Public Licence version 2.0.
  110. One module (juce_core) is permissively licensed under the ISC.
  111. Copyright (C) 2017 ROLI Ltd.</string>
  112. </property>
  113. <property name="wordWrap">
  114. <bool>true</bool>
  115. </property>
  116. </widget>
  117. </item>
  118. <item>
  119. <spacer name="verticalSpacer_2">
  120. <property name="orientation">
  121. <enum>Qt::Vertical</enum>
  122. </property>
  123. <property name="sizeType">
  124. <enum>QSizePolicy::Expanding</enum>
  125. </property>
  126. <property name="sizeHint" stdset="0">
  127. <size>
  128. <width>0</width>
  129. <height>0</height>
  130. </size>
  131. </property>
  132. </spacer>
  133. </item>
  134. </layout>
  135. </item>
  136. <item row="1" column="0" colspan="2">
  137. <widget class="QDialogButtonBox" name="buttonBox">
  138. <property name="orientation">
  139. <enum>Qt::Horizontal</enum>
  140. </property>
  141. <property name="standardButtons">
  142. <set>QDialogButtonBox::Ok</set>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </widget>
  148. <resources>
  149. <include location="../resources.qrc"/>
  150. <include location="../resources.qrc"/>
  151. </resources>
  152. <connections>
  153. <connection>
  154. <sender>buttonBox</sender>
  155. <signal>accepted()</signal>
  156. <receiver>JuceAboutW</receiver>
  157. <slot>accept()</slot>
  158. <hints>
  159. <hint type="sourcelabel">
  160. <x>248</x>
  161. <y>254</y>
  162. </hint>
  163. <hint type="destinationlabel">
  164. <x>157</x>
  165. <y>274</y>
  166. </hint>
  167. </hints>
  168. </connection>
  169. <connection>
  170. <sender>buttonBox</sender>
  171. <signal>rejected()</signal>
  172. <receiver>JuceAboutW</receiver>
  173. <slot>reject()</slot>
  174. <hints>
  175. <hint type="sourcelabel">
  176. <x>316</x>
  177. <y>260</y>
  178. </hint>
  179. <hint type="destinationlabel">
  180. <x>286</x>
  181. <y>274</y>
  182. </hint>
  183. </hints>
  184. </connection>
  185. </connections>
  186. </ui>