]> git.sesse.net Git - nageru/blob - ui_aboutdialog.ui
Add an about dialog with licenses, as per GPLv3 requirements.
[nageru] / ui_aboutdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AboutDialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>684</width>
10     <height>544</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>About Nageru</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTextEdit" name="textEdit">
19      <property name="html">
20       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
21 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;/head&gt;&lt;body&gt;
22 &lt;p&gt;
23 Nageru is Copyright (C) 2015 Steinar H. Gunderson &amp;lt;sgunderson@bigfoot.com&amp;gt;&lt;br /&gt;
24 Portions Copyright (C) 2003 Rune Holm.&lt;br /&gt;
25 Portions Copyright (C) 2010-2011 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
26 Portions Copyright (C) 2012-2015 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
27 Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.&lt;/p&gt;
28
29 &lt;p&gt;This program is free software: you can redistribute it and/or modify&lt;br /&gt;
30 it under the terms of the GNU General Public License as published by&lt;br /&gt;
31 the Free Software Foundation, either version 3 of the License, or&lt;br /&gt;
32 (at your option) any later version.&lt;/p&gt;
33
34 &lt;p&gt;This program is distributed in the hope that it will be useful,&lt;br /&gt;
35 but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
36 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&lt;br /&gt;
37 GNU General Public License for more details.&lt;/p&gt;
38
39 &lt;p&gt;You should have received a copy of the GNU General Public License&lt;br /&gt;
40 along with this program. If not, see &amp;lt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.gnu.org/licenses/&lt;/span&gt;&lt;/a&gt;&amp;gt;.&lt;/p&gt;
41
42 &lt;p&gt;&lt;br /&gt;Portions of h264encode.h and h264encode.cpp:&lt;/p&gt;
43
44 &lt;p&gt;Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.&lt;/p&gt;
45
46 &lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
47 copy of this software and associated documentation files (the&lt;br /&gt;
48 &amp;quot;Software&amp;quot;), to deal in the Software without restriction, including&lt;br /&gt;
49 without limitation the rights to use, copy, modify, merge, publish,&lt;br /&gt;
50 distribute, sub license, and/or sell copies of the Software, and to&lt;br /&gt;
51 permit persons to whom the Software is furnished to do so, subject to&lt;br /&gt;
52 the following conditions:&lt;/p&gt;
53
54 &lt;p&gt;The above copyright notice and this permission notice (including the&lt;br /&gt;
55 next paragraph) shall be included in all copies or substantial portions&lt;br /&gt;
56 of the Software.&lt;/p&gt;
57
58 &lt;p&gt;THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS&lt;br /&gt;
59 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF&lt;br /&gt;
60 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.&lt;br /&gt;
61 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR&lt;br /&gt;
62 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
63 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
64 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;/p&gt;
65
66 &lt;/body&gt;&lt;/html&gt;
67        </string>
68      </property>
69     </widget>
70    </item>
71    <item>
72     <widget class="QDialogButtonBox" name="buttonBox">
73      <property name="orientation">
74       <enum>Qt::Horizontal</enum>
75      </property>
76      <property name="standardButtons">
77       <set>QDialogButtonBox::Ok</set>
78      </property>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <resources/>
84  <connections>
85   <connection>
86    <sender>buttonBox</sender>
87    <signal>accepted()</signal>
88    <receiver>Dialog</receiver>
89    <slot>accept()</slot>
90    <hints>
91     <hint type="sourcelabel">
92      <x>248</x>
93      <y>254</y>
94     </hint>
95     <hint type="destinationlabel">
96      <x>157</x>
97      <y>274</y>
98     </hint>
99    </hints>
100   </connection>
101   <connection>
102    <sender>buttonBox</sender>
103    <signal>rejected()</signal>
104    <receiver>Dialog</receiver>
105    <slot>reject()</slot>
106    <hints>
107     <hint type="sourcelabel">
108      <x>316</x>
109      <y>260</y>
110     </hint>
111     <hint type="destinationlabel">
112      <x>286</x>
113      <y>274</y>
114     </hint>
115    </hints>
116   </connection>
117  </connections>
118 </ui>