1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>LicenseDialog</class> |
---|
4 | <widget class="QDialog" name="LicenseDialog"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>400</width> |
---|
10 | <height>300</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>License</string> |
---|
15 | </property> |
---|
16 | <layout class="QVBoxLayout" name="dialogLayout"> |
---|
17 | <item> |
---|
18 | <widget class="QPlainTextEdit" name="licenseEdit"> |
---|
19 | <property name="readOnly"> |
---|
20 | <bool>true</bool> |
---|
21 | </property> |
---|
22 | <property name="plainText"> |
---|
23 | <string notr="true">Copyright 2005-2016. All code is copyrighted by the respective authors. |
---|
24 | |
---|
25 | Transmission can be redistributed and/or modified under the terms of the GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC. |
---|
26 | |
---|
27 | In addition, linking to and/or using OpenSSL is allowed. |
---|
28 | |
---|
29 | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|
30 | |
---|
31 | Some of Transmission's source files have more permissive licenses. Those files may, of course, be used on their own under their own terms.</string> |
---|
32 | </property> |
---|
33 | </widget> |
---|
34 | </item> |
---|
35 | <item> |
---|
36 | <widget class="QDialogButtonBox" name="dialogButtons"> |
---|
37 | <property name="orientation"> |
---|
38 | <enum>Qt::Horizontal</enum> |
---|
39 | </property> |
---|
40 | <property name="standardButtons"> |
---|
41 | <set>QDialogButtonBox::Close</set> |
---|
42 | </property> |
---|
43 | </widget> |
---|
44 | </item> |
---|
45 | </layout> |
---|
46 | </widget> |
---|
47 | <resources/> |
---|
48 | <connections> |
---|
49 | <connection> |
---|
50 | <sender>dialogButtons</sender> |
---|
51 | <signal>rejected()</signal> |
---|
52 | <receiver>LicenseDialog</receiver> |
---|
53 | <slot>reject()</slot> |
---|
54 | <hints> |
---|
55 | <hint type="sourcelabel"> |
---|
56 | <x>316</x> |
---|
57 | <y>260</y> |
---|
58 | </hint> |
---|
59 | <hint type="destinationlabel"> |
---|
60 | <x>286</x> |
---|
61 | <y>274</y> |
---|
62 | </hint> |
---|
63 | </hints> |
---|
64 | </connection> |
---|
65 | </connections> |
---|
66 | </ui> |
---|