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