1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>AboutDialog</class>
4 <widget class="QDialog" name="AboutDialog">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>About Nageru</string>
16 <layout class="QVBoxLayout" name="verticalLayout">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string><p><b>Nageru v1.0.0</b></p>
22 <p>Realtime video mixer</p></string>
27 <widget class="QTextEdit" name="textEdit">
28 <property name="html">
29 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
30 <html><head><meta name="qrichtext" content="1" /></head><body>
32 Nageru is Copyright (C) 2015 Steinar H. Gunderson &lt;sgunderson@bigfoot.com&gt;<br />
33 Portions Copyright (C) 2003 Rune Holm.<br />
34 Portions Copyright (C) 2010-2011 Fons Adriaensen &lt;fons@linuxaudio.org&gt;<br />
35 Portions Copyright (C) 2012-2015 Fons Adriaensen &lt;fons@linuxaudio.org&gt;<br />
36 Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.</p>
38 <p>This program is free software: you can redistribute it and/or modify<br />
39 it under the terms of the GNU General Public License as published by<br />
40 the Free Software Foundation, either version 3 of the License, or<br />
41 (at your option) any later version.</p>
43 <p>This program is distributed in the hope that it will be useful,<br />
44 but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br />
46 GNU General Public License for more details.</p>
48 <p>You should have received a copy of the GNU General Public License<br />
49 along with this program. If not, see &lt;<a href="http://www.gnu.org/licenses/"><span style=" text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/</span></a>&gt;.</p>
51 <p><br />Portions of h264encode.h and h264encode.cpp:</p>
53 <p>Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.</p>
55 <p>Permission is hereby granted, free of charge, to any person obtaining a<br />
56 copy of this software and associated documentation files (the<br />
57 &quot;Software&quot;), to deal in the Software without restriction, including<br />
58 without limitation the rights to use, copy, modify, merge, publish,<br />
59 distribute, sub license, and/or sell copies of the Software, and to<br />
60 permit persons to whom the Software is furnished to do so, subject to<br />
61 the following conditions:</p>
63 <p>The above copyright notice and this permission notice (including the<br />
64 next paragraph) shall be included in all copies or substantial portions<br />
65 of the Software.</p>
67 <p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS<br />
68 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF<br />
69 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.<br />
70 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR<br />
71 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,<br />
72 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE<br />
73 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
75 </body></html>
81 <widget class="QDialogButtonBox" name="button_box">
82 <property name="orientation">
83 <enum>Qt::Horizontal</enum>
85 <property name="standardButtons">
86 <set>QDialogButtonBox::Ok</set>
95 <sender>button_box</sender>
96 <signal>accepted()</signal>
97 <receiver>Dialog</receiver>
100 <hint type="sourcelabel">
104 <hint type="destinationlabel">
111 <sender>button_box</sender>
112 <signal>rejected()</signal>
113 <receiver>Dialog</receiver>
114 <slot>reject()</slot>
116 <hint type="sourcelabel">
120 <hint type="destinationlabel">