Mon, 27 Jun 2022 21:25:22 +0300
Add missing file
275 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> | |
3 | <class>About</class> | |
4 | <widget class="QDialog" name="About"> | |
5 | <property name="geometry"> | |
6 | <rect> | |
7 | <x>0</x> | |
8 | <y>0</y> | |
9 | <width>720</width> | |
10 | <height>539</height> | |
11 | </rect> | |
12 | </property> | |
13 | <property name="windowTitle"> | |
14 | <string>Dialog</string> | |
15 | </property> | |
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
17 | <item> | |
18 | <widget class="QTextBrowser" name="textBrowser"> | |
19 | <property name="html"> | |
20 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | |
21 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | |
22 | p, li { white-space: pre-wrap; } | |
23 | </style></head><body style=" font-family:'EPSONEXT 丸ã´ã·ãã¯ä½ï¼'; font-size:11pt; font-weight:400; font-style:normal;"> | |
24 | <h1 style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:xx-large; font-weight:600;">%APPNAME% %VERSION%</span></h1> | |
25 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Qt version %QTVERSION%</p> | |
26 | <hr /> | |
27 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">%COPYRIGHT%</p> | |
28 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p> | |
29 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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. See the GNU General Public License for more details.</p> | |
30 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License 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> | |
31 | <hr /> | |
32 | <h2 style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:x-large; font-weight:600;">Third party licenses</span></h2> | |
33 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The following third party code is used in this application: </p> | |
34 | <hr /> | |
35 | <table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"> | |
36 | <tr> | |
37 | <td> | |
38 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Qt</p></td> | |
39 | <td> | |
40 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU Lesser GPL</p></td></tr> | |
41 | <tr> | |
42 | <td> | |
43 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mapbox earcut.hpp</p></td> | |
44 | <td> | |
45 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ISC License</p></td></tr></table></body></html></string> | |
46 | </property> | |
47 | </widget> | |
48 | </item> | |
49 | <item> | |
50 | <widget class="QDialogButtonBox" name="buttonBox"> | |
51 | <property name="orientation"> | |
52 | <enum>Qt::Horizontal</enum> | |
53 | </property> | |
54 | <property name="standardButtons"> | |
55 | <set>QDialogButtonBox::Close</set> | |
56 | </property> | |
57 | </widget> | |
58 | </item> | |
59 | </layout> | |
60 | </widget> | |
61 | <resources/> | |
62 | <connections> | |
63 | <connection> | |
64 | <sender>buttonBox</sender> | |
65 | <signal>accepted()</signal> | |
66 | <receiver>About</receiver> | |
67 | <slot>accept()</slot> | |
68 | <hints> | |
69 | <hint type="sourcelabel"> | |
70 | <x>248</x> | |
71 | <y>254</y> | |
72 | </hint> | |
73 | <hint type="destinationlabel"> | |
74 | <x>157</x> | |
75 | <y>274</y> | |
76 | </hint> | |
77 | </hints> | |
78 | </connection> | |
79 | <connection> | |
80 | <sender>buttonBox</sender> | |
81 | <signal>rejected()</signal> | |
82 | <receiver>About</receiver> | |
83 | <slot>reject()</slot> | |
84 | <hints> | |
85 | <hint type="sourcelabel"> | |
86 | <x>316</x> | |
87 | <y>260</y> | |
88 | </hint> | |
89 | <hint type="destinationlabel"> | |
90 | <x>286</x> | |
91 | <y>274</y> | |
92 | </hint> | |
93 | </hints> | |
94 | </connection> | |
95 | </connections> | |
96 | </ui> |