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>525</width>
10    <height>469</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>About Merkaartor</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout_3">
20   <item>
21    <layout class="QHBoxLayout" name="horizontalLayout">
22     <property name="sizeConstraint">
23      <enum>QLayout::SetMinimumSize</enum>
24     </property>
25     <item>
26      <layout class="QGridLayout" name="gridLayout">
27       <property name="horizontalSpacing">
28        <number>20</number>
29       </property>
30       <property name="verticalSpacing">
31        <number>-1</number>
32       </property>
33       <item row="2" column="1">
34        <widget class="QLabel" name="ProjVersion">
35         <property name="styleSheet">
36          <string notr="true">QLabel { font-size:small; font-weight:bold; }</string>
37         </property>
38         <property name="text">
39          <string notr="true">%1</string>
40         </property>
41        </widget>
42       </item>
43       <item row="0" column="1">
44        <widget class="QLabel" name="Version">
45         <property name="styleSheet">
46          <string notr="true">QLabel { font-size:small; font-weight:bold; }</string>
47         </property>
48         <property name="text">
49          <string notr="true">%1</string>
50         </property>
51        </widget>
52       </item>
53       <item row="0" column="0">
54        <widget class="QLabel" name="VersionLabel">
55         <property name="styleSheet">
56          <string notr="true">QLabel { font-size: x-small; font-style: italic; }</string>
57         </property>
58         <property name="text">
59          <string>Merkaartor version</string>
60         </property>
61        </widget>
62       </item>
63       <item row="1" column="1">
64        <widget class="QLabel" name="QTVersion">
65         <property name="styleSheet">
66          <string notr="true">QLabel { font-size:small; font-weight:bold; }</string>
67         </property>
68         <property name="text">
69          <string notr="true">%1 (%2)</string>
70         </property>
71        </widget>
72       </item>
73       <item row="3" column="1">
74        <widget class="QLabel" name="GdalVersion">
75         <property name="styleSheet">
76          <string notr="true">QLabel { font-size:small; font-weight:bold; }</string>
77         </property>
78         <property name="text">
79          <string notr="true">%1</string>
80         </property>
81        </widget>
82       </item>
83       <item row="1" column="0">
84        <widget class="QLabel" name="QTVersionLabel">
85         <property name="styleSheet">
86          <string notr="true">QLabel { font-size: x-small; font-style: italic; }</string>
87         </property>
88         <property name="text">
89          <string>Qt version</string>
90         </property>
91        </widget>
92       </item>
93       <item row="2" column="0">
94        <widget class="QLabel" name="ProjVersionLabel">
95         <property name="styleSheet">
96          <string notr="true">QLabel { font-size: x-small; font-style: italic; }</string>
97         </property>
98         <property name="text">
99          <string>PROJ version</string>
100         </property>
101        </widget>
102       </item>
103       <item row="3" column="0">
104        <widget class="QLabel" name="GdalVersionLabel">
105         <property name="styleSheet">
106          <string notr="true">QLabel { font-size: x-small; font-style: italic; }</string>
107         </property>
108         <property name="text">
109          <string>GDAL version</string>
110         </property>
111        </widget>
112       </item>
113      </layout>
114     </item>
115     <item>
116      <spacer name="horizontalSpacer">
117       <property name="orientation">
118        <enum>Qt::Horizontal</enum>
119       </property>
120       <property name="sizeHint" stdset="0">
121        <size>
122         <width>40</width>
123         <height>20</height>
124        </size>
125       </property>
126      </spacer>
127     </item>
128     <item>
129      <widget class="QLabel" name="pxIcon">
130       <property name="sizePolicy">
131        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
132         <horstretch>100</horstretch>
133         <verstretch>100</verstretch>
134        </sizepolicy>
135       </property>
136       <property name="minimumSize">
137        <size>
138         <width>100</width>
139         <height>100</height>
140        </size>
141       </property>
142       <property name="text">
143        <string notr="true">TextLabel</string>
144       </property>
145      </widget>
146     </item>
147    </layout>
148   </item>
149   <item>
150    <widget class="QLabel" name="label">
151     <property name="text">
152      <string>Copyright Bart Vanhauwaert, Chris Browet, Ladislav Láska and others, 2006-2021</string>
153     </property>
154    </widget>
155   </item>
156   <item>
157    <widget class="QLabel" name="label_3">
158     <property name="text">
159      <string>This program is licensed under the GNU General Public License v2</string>
160     </property>
161    </widget>
162   </item>
163   <item>
164    <widget class="QLabel" name="lblUrl">
165     <property name="text">
166      <string notr="true">&lt;a href=&quot;http://merkaartor.be/&quot;&gt;http://merkaartor.be/&lt;/a&gt;</string>
167     </property>
168     <property name="openExternalLinks">
169      <bool>true</bool>
170     </property>
171     <property name="textInteractionFlags">
172      <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
173     </property>
174    </widget>
175   </item>
176   <item>
177    <widget class="QGroupBox" name="groupBox">
178     <property name="sizePolicy">
179      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
180       <horstretch>0</horstretch>
181       <verstretch>0</verstretch>
182      </sizepolicy>
183     </property>
184     <property name="title">
185      <string>Changelog</string>
186     </property>
187     <layout class="QVBoxLayout" name="verticalLayout">
188      <item>
189       <widget class="QTextEdit" name="txtChangelog">
190        <property name="lineWrapMode">
191         <enum>QTextEdit::NoWrap</enum>
192        </property>
193        <property name="readOnly">
194         <bool>true</bool>
195        </property>
196        <property name="tabStopWidth">
197         <number>4</number>
198        </property>
199       </widget>
200      </item>
201     </layout>
202    </widget>
203   </item>
204   <item>
205    <layout class="QHBoxLayout">
206     <property name="spacing">
207      <number>6</number>
208     </property>
209     <property name="margin">
210      <number>0</number>
211     </property>
212     <item>
213      <spacer>
214       <property name="orientation">
215        <enum>Qt::Horizontal</enum>
216       </property>
217       <property name="sizeHint" stdset="0">
218        <size>
219         <width>131</width>
220         <height>31</height>
221        </size>
222       </property>
223      </spacer>
224     </item>
225     <item>
226      <widget class="QPushButton" name="okButton">
227       <property name="text">
228        <string>OK</string>
229       </property>
230      </widget>
231     </item>
232    </layout>
233   </item>
234  </layout>
235 </widget>
236 <resources/>
237 <connections>
238  <connection>
239   <sender>okButton</sender>
240   <signal>clicked()</signal>
241   <receiver>AboutDialog</receiver>
242   <slot>accept()</slot>
243   <hints>
244    <hint type="sourcelabel">
245     <x>278</x>
246     <y>253</y>
247    </hint>
248    <hint type="destinationlabel">
249     <x>96</x>
250     <y>254</y>
251    </hint>
252   </hints>
253  </connection>
254 </connections>
255</ui>
256