VST3: fetch midi mappings all at once, use it for note/sound-off
[carla.git] / source / frontend / dialogs / aboutjucedialog.ui
blob74689884e5ce5394cb784020ef1d75a16b938b4f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AboutJuceDialog</class>
4 <widget class="QDialog" name="AboutJuceDialog">
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 is an open-source cross-platform C++ application framework for creating high quality desktop and mobile applications.
109 The core JUCE modules (juce_audio_basics, juce_audio_devices, juce_core and juce_events) are permissively licensed under the terms of the ISC license.
110 Other modules are covered by a GNU GPL 3.0 license.
112 Copyright (C) 2022 Raw Material Software Limited.</string>
113 </property>
114 <property name="wordWrap">
115 <bool>true</bool>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <spacer name="verticalSpacer_2">
121 <property name="orientation">
122 <enum>Qt::Vertical</enum>
123 </property>
124 <property name="sizeType">
125 <enum>QSizePolicy::Expanding</enum>
126 </property>
127 <property name="sizeHint" stdset="0">
128 <size>
129 <width>0</width>
130 <height>0</height>
131 </size>
132 </property>
133 </spacer>
134 </item>
135 </layout>
136 </item>
137 <item row="1" column="0" colspan="2">
138 <widget class="QDialogButtonBox" name="buttonBox">
139 <property name="orientation">
140 <enum>Qt::Horizontal</enum>
141 </property>
142 <property name="standardButtons">
143 <set>QDialogButtonBox::Ok</set>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </widget>
149 <resources>
150 <include location="../resources.qrc"/>
151 <include location="../resources.qrc"/>
152 </resources>
153 <connections>
154 <connection>
155 <sender>buttonBox</sender>
156 <signal>accepted()</signal>
157 <receiver>AboutJuceDialog</receiver>
158 <slot>accept()</slot>
159 <hints>
160 <hint type="sourcelabel">
161 <x>248</x>
162 <y>254</y>
163 </hint>
164 <hint type="destinationlabel">
165 <x>157</x>
166 <y>274</y>
167 </hint>
168 </hints>
169 </connection>
170 <connection>
171 <sender>buttonBox</sender>
172 <signal>rejected()</signal>
173 <receiver>AboutJuceDialog</receiver>
174 <slot>reject()</slot>
175 <hints>
176 <hint type="sourcelabel">
177 <x>316</x>
178 <y>260</y>
179 </hint>
180 <hint type="destinationlabel">
181 <x>286</x>
182 <y>274</y>
183 </hint>
184 </hints>
185 </connection>
186 </connections>
187 </ui>