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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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. Most JUCE modules are shared under the GNU Public Licence (GPLv2, v3, and the AGPLv3).
  110. One module (the juce_core module) is permissively licensed under the ISC.</string>
  111. </property>
  112. <property name="wordWrap">
  113. <bool>true</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <spacer name="verticalSpacer_2">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. <property name="sizeType">
  123. <enum>QSizePolicy::Expanding</enum>
  124. </property>
  125. <property name="sizeHint" stdset="0">
  126. <size>
  127. <width>0</width>
  128. <height>0</height>
  129. </size>
  130. </property>
  131. </spacer>
  132. </item>
  133. </layout>
  134. </item>
  135. <item row="1" column="0" colspan="2">
  136. <widget class="QDialogButtonBox" name="buttonBox">
  137. <property name="orientation">
  138. <enum>Qt::Horizontal</enum>
  139. </property>
  140. <property name="standardButtons">
  141. <set>QDialogButtonBox::Ok</set>
  142. </property>
  143. </widget>
  144. </item>
  145. </layout>
  146. </widget>
  147. <resources>
  148. <include location="../resources.qrc"/>
  149. <include location="../resources.qrc"/>
  150. </resources>
  151. <connections>
  152. <connection>
  153. <sender>buttonBox</sender>
  154. <signal>accepted()</signal>
  155. <receiver>JuceAboutW</receiver>
  156. <slot>accept()</slot>
  157. <hints>
  158. <hint type="sourcelabel">
  159. <x>248</x>
  160. <y>254</y>
  161. </hint>
  162. <hint type="destinationlabel">
  163. <x>157</x>
  164. <y>274</y>
  165. </hint>
  166. </hints>
  167. </connection>
  168. <connection>
  169. <sender>buttonBox</sender>
  170. <signal>rejected()</signal>
  171. <receiver>JuceAboutW</receiver>
  172. <slot>reject()</slot>
  173. <hints>
  174. <hint type="sourcelabel">
  175. <x>316</x>
  176. <y>260</y>
  177. </hint>
  178. <hint type="destinationlabel">
  179. <x>286</x>
  180. <y>274</y>
  181. </hint>
  182. </hints>
  183. </connection>
  184. </connections>
  185. </ui>