1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>AboutJuceDialog
</class>
4 <widget class=
"QDialog" name=
"AboutJuceDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>About JUCE
</string>
16 <layout class=
"QGridLayout" name=
"gridLayout">
17 <item row=
"0" column=
"0">
18 <layout class=
"QVBoxLayout" name=
"verticalLayout">
20 <widget class=
"QLabel" name=
"icon">
21 <property name=
"minimumSize">
27 <property name=
"maximumSize">
33 <property name=
"text">
36 <property name=
"pixmap">
37 <pixmap resource=
"../resources.qrc">:/
48x48/juce.png
</pixmap>
42 <spacer name=
"verticalSpacer">
43 <property name=
"orientation">
44 <enum>Qt::Vertical
</enum>
46 <property name=
"sizeHint" stdset=
"0">
56 <item row=
"0" column=
"1">
57 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
59 <widget class=
"QLabel" name=
"l_text1">
60 <property name=
"text">
61 <string><b
>About JUCE
</b
></string>
66 <spacer name=
"verticalSpacer_3">
67 <property name=
"orientation">
68 <enum>Qt::Vertical
</enum>
70 <property name=
"sizeType">
71 <enum>QSizePolicy::Fixed
</enum>
73 <property name=
"sizeHint" stdset=
"0">
82 <widget class=
"QLabel" name=
"l_text2">
83 <property name=
"text">
84 <string>This program uses JUCE version
3.x.x.
</string>
89 <spacer name=
"verticalSpacer_4">
90 <property name=
"orientation">
91 <enum>Qt::Vertical
</enum>
93 <property name=
"sizeType">
94 <enum>QSizePolicy::Fixed
</enum>
96 <property name=
"sizeHint" stdset=
"0">
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>
114 <property name=
"wordWrap">
120 <spacer name=
"verticalSpacer_2">
121 <property name=
"orientation">
122 <enum>Qt::Vertical
</enum>
124 <property name=
"sizeType">
125 <enum>QSizePolicy::Expanding
</enum>
127 <property name=
"sizeHint" stdset=
"0">
137 <item row=
"1" column=
"0" colspan=
"2">
138 <widget class=
"QDialogButtonBox" name=
"buttonBox">
139 <property name=
"orientation">
140 <enum>Qt::Horizontal
</enum>
142 <property name=
"standardButtons">
143 <set>QDialogButtonBox::Ok
</set>
150 <include location=
"../resources.qrc"/>
151 <include location=
"../resources.qrc"/>
155 <sender>buttonBox
</sender>
156 <signal>accepted()
</signal>
157 <receiver>AboutJuceDialog
</receiver>
158 <slot>accept()
</slot>
160 <hint type=
"sourcelabel">
164 <hint type=
"destinationlabel">
171 <sender>buttonBox
</sender>
172 <signal>rejected()
</signal>
173 <receiver>AboutJuceDialog
</receiver>
174 <slot>reject()
</slot>
176 <hint type=
"sourcelabel">
180 <hint type=
"destinationlabel">