]> git.sesse.net Git - nageru/blob - ui_aboutdialog.ui
Cosmetic change to the about dialog.
[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="AboutDialog">
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="QLabel" name="label">
19      <property name="text">
20       <string>&lt;p&gt;&lt;b&gt;Nageru 1.0.0&lt;/b&gt;&lt;/p&gt;
21
22 &lt;p&gt;Realtime video mixer&lt;/p&gt;</string>
23      </property>
24     </widget>
25    </item>
26    <item>
27     <widget class="QTextEdit" name="textEdit">
28      <property name="readOnly">
29       <bool>true</bool>
30      </property>
31      <property name="html">
32       <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;
33 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;/head&gt;&lt;body&gt;
34 &lt;p&gt;
35 Nageru is Copyright (C) 2015 Steinar H. Gunderson &amp;lt;sgunderson@bigfoot.com&amp;gt;&lt;br /&gt;
36 Portions Copyright (C) 2003 Rune Holm.&lt;br /&gt;
37 Portions Copyright (C) 2010-2011 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
38 Portions Copyright (C) 2012-2015 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
39 Portions Copyright (C) 2008-2015 Fons Adriaensen &amp;lt;fons@linuxaudio.org&amp;gt;&lt;br /&gt;
40 Portions Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.&lt;/p&gt;
41
42 &lt;p&gt;This program is free software: you can redistribute it and/or modify&lt;br /&gt;
43 it under the terms of the GNU General Public License as published by&lt;br /&gt;
44 the Free Software Foundation, either version 3 of the License, or&lt;br /&gt;
45 (at your option) any later version.&lt;/p&gt;
46
47 &lt;p&gt;This program is distributed in the hope that it will be useful,&lt;br /&gt;
48 but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&lt;br /&gt;
50 GNU General Public License for more details.&lt;/p&gt;
51
52 &lt;p&gt;You should have received a copy of the GNU General Public License&lt;br /&gt;
53 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;
54
55 &lt;p&gt;&lt;br /&gt;Portions of h264encode.h and h264encode.cpp:&lt;/p&gt;
56
57 &lt;p&gt;Copyright (c) 2007-2013 Intel Corporation. All Rights Reserved.&lt;/p&gt;
58
59 &lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
60 copy of this software and associated documentation files (the&lt;br /&gt;
61 &amp;quot;Software&amp;quot;), to deal in the Software without restriction, including&lt;br /&gt;
62 without limitation the rights to use, copy, modify, merge, publish,&lt;br /&gt;
63 distribute, sub license, and/or sell copies of the Software, and to&lt;br /&gt;
64 permit persons to whom the Software is furnished to do so, subject to&lt;br /&gt;
65 the following conditions:&lt;/p&gt;
66
67 &lt;p&gt;The above copyright notice and this permission notice (including the&lt;br /&gt;
68 next paragraph) shall be included in all copies or substantial portions&lt;br /&gt;
69 of the Software.&lt;/p&gt;
70
71 &lt;p&gt;THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS&lt;br /&gt;
72 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF&lt;br /&gt;
73 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.&lt;br /&gt;
74 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR&lt;br /&gt;
75 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,&lt;br /&gt;
76 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE&lt;br /&gt;
77 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;/p&gt;
78
79 &lt;/body&gt;&lt;/html&gt;
80        </string>
81      </property>
82     </widget>
83    </item>
84    <item>
85     <widget class="QDialogButtonBox" name="button_box">
86      <property name="orientation">
87       <enum>Qt::Horizontal</enum>
88      </property>
89      <property name="standardButtons">
90       <set>QDialogButtonBox::Ok</set>
91      </property>
92     </widget>
93    </item>
94   </layout>
95  </widget>
96  <resources/>
97  <connections>
98   <connection>
99    <sender>button_box</sender>
100    <signal>accepted()</signal>
101    <receiver>Dialog</receiver>
102    <slot>accept()</slot>
103    <hints>
104     <hint type="sourcelabel">
105      <x>248</x>
106      <y>254</y>
107     </hint>
108     <hint type="destinationlabel">
109      <x>157</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114   <connection>
115    <sender>button_box</sender>
116    <signal>rejected()</signal>
117    <receiver>Dialog</receiver>
118    <slot>reject()</slot>
119    <hints>
120     <hint type="sourcelabel">
121      <x>316</x>
122      <y>260</y>
123     </hint>
124     <hint type="destinationlabel">
125      <x>286</x>
126      <y>274</y>
127     </hint>
128    </hints>
129   </connection>
130  </connections>
131 </ui>