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