Tue, 28 Jun 2022 19:21:37 +0300
Add OpenGL information to about page
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> | |
279
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
9 | <width>930</width> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
10 | <height>436</height> |
275 | 11 | </rect> |
12 | </property> | |
13 | <property name="windowTitle"> | |
14 | <string>Dialog</string> | |
15 | </property> | |
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
17 | <item> | |
279
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
18 | <widget class="QTabWidget" name="tabWidget"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
19 | <property name="tabPosition"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
20 | <enum>QTabWidget::South</enum> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
21 | </property> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
22 | <property name="currentIndex"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
23 | <number>0</number> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
24 | </property> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
25 | <widget class="QWidget" name="tab"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
26 | <attribute name="title"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
27 | <string>Version and build information</string> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
28 | </attribute> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
29 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
30 | <item> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
31 | <widget class="QTextBrowser" name="versionBrowser"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
32 | <property name="html"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
33 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
275 | 34 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
35 | p, li { white-space: pre-wrap; } | |
36 | </style></head><body style=" font-family:'EPSONEXT 丸ã´ã·ãã¯ä½ï¼'; font-size:11pt; font-weight:400; font-style:normal;"> | |
279
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
37 | <h1 style=" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/icons/appicon.png" height="64" /><span style=" font-size:xx-large; font-weight:600;"> %APPNAME% %VERSION%</span></h1> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
38 | <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> |
293
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
39 | <hr /> |
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
40 | <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;">Build time information</span></h2> |
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
41 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The following information was gathered during the build of this program.</p> |
292
f071ec94c022
Add GLM version string to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
281
diff
changeset
|
42 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">%GLMVERSIONSTRING%</p> |
281
afed72b544f0
- Add CMake build type to about page and window title
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
279
diff
changeset
|
43 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Build type: %BUILDTYPE%</p> |
279
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
44 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Compiler: %COMPILER_ID% %COMPILER_VERSION%</p> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
45 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Compiler system: %COMPILER_SYSTEM% (%COMPILER_CPU%)</p> |
293
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
46 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Compiler flags: %COMPILER_FLAGS%</p> |
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
47 | <hr /> |
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
48 | <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;">OpenGL information</span></h2> |
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
49 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OpenGL version: %GL_VERSION%</p> |
9f85a54ead29
Add OpenGL information to about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
292
diff
changeset
|
50 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OpenGL Extensions: %GL_EXTENSIONS%</p></body></html></string> |
279
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
51 | </property> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
52 | </widget> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
53 | </item> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
54 | </layout> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
55 | </widget> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
56 | <widget class="QWidget" name="tab_2"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
57 | <attribute name="title"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
58 | <string>Copyright</string> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
59 | </attribute> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
60 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
61 | <item> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
62 | <widget class="QTextBrowser" name="copyrightBrowser"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
63 | <property name="html"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
64 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
65 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
66 | p, li { white-space: pre-wrap; } |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
67 | </style></head><body style=" font-family:'EPSONEXT 丸ã´ã·ãã¯ä½ï¼'; font-size:11pt; font-weight:400; font-style:normal;"> |
275 | 68 | <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">%COPYRIGHT%</p> |
69 | <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> | |
70 | <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> | |
71 | <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> | |
72 | <hr /> | |
73 | <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> | |
277
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
74 | <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 and resources are used in this application: </p> |
275 | 75 | <hr /> |
277
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
76 | <table border="0" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" cellspacing="2" cellpadding="0"><thead> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
77 | <tr> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
78 | <td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
79 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Third party code/resource</span></p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
80 | <td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
81 | <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">License</span></p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
82 | <td></td></tr></thead> |
275 | 83 | <tr> |
84 | <td> | |
85 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Qt</p></td> | |
86 | <td> | |
277
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
87 | <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> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
88 | <td></td></tr> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
89 | <tr> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
90 | <td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
91 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OpenGL Mathematics (GLM) by G-Truc Creation</p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
92 | <td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
93 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Happy Bunny License</p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
94 | <td></td></tr> |
275 | 95 | <tr> |
96 | <td> | |
97 | <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> | |
98 | <td> | |
277
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
99 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ISC</p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
100 | <td></td></tr> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
101 | <tr> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
102 | <td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
103 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ionicons by Ionic</p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
104 | <td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
105 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MIT</p></td> |
3406191af523
Add missing third party acknowledgements
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
275
diff
changeset
|
106 | <td></td></tr></table></body></html></string> |
279
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
107 | </property> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
108 | </widget> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
109 | </item> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
110 | </layout> |
cd70c845563a
Add build system information to the about dialog
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
277
diff
changeset
|
111 | </widget> |
275 | 112 | </widget> |
113 | </item> | |
114 | <item> | |
115 | <widget class="QDialogButtonBox" name="buttonBox"> | |
116 | <property name="orientation"> | |
117 | <enum>Qt::Horizontal</enum> | |
118 | </property> | |
119 | <property name="standardButtons"> | |
120 | <set>QDialogButtonBox::Close</set> | |
121 | </property> | |
122 | </widget> | |
123 | </item> | |
124 | </layout> | |
125 | </widget> | |
126 | <resources/> | |
127 | <connections> | |
128 | <connection> | |
129 | <sender>buttonBox</sender> | |
130 | <signal>accepted()</signal> | |
131 | <receiver>About</receiver> | |
132 | <slot>accept()</slot> | |
133 | <hints> | |
134 | <hint type="sourcelabel"> | |
135 | <x>248</x> | |
136 | <y>254</y> | |
137 | </hint> | |
138 | <hint type="destinationlabel"> | |
139 | <x>157</x> | |
140 | <y>274</y> | |
141 | </hint> | |
142 | </hints> | |
143 | </connection> | |
144 | <connection> | |
145 | <sender>buttonBox</sender> | |
146 | <signal>rejected()</signal> | |
147 | <receiver>About</receiver> | |
148 | <slot>reject()</slot> | |
149 | <hints> | |
150 | <hint type="sourcelabel"> | |
151 | <x>316</x> | |
152 | <y>260</y> | |
153 | </hint> | |
154 | <hint type="destinationlabel"> | |
155 | <x>286</x> | |
156 | <y>274</y> | |
157 | </hint> | |
158 | </hints> | |
159 | </connection> | |
160 | </connections> | |
161 | </ui> |