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>452</width>
10    <height>476</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>About Tiled</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_3">
17   <property name="sizeConstraint">
18    <enum>QLayout::SetFixedSize</enum>
19   </property>
20   <item>
21    <layout class="QHBoxLayout" name="logoLayout">
22     <item>
23      <spacer name="horizontalSpacer">
24       <property name="orientation">
25        <enum>Qt::Horizontal</enum>
26       </property>
27       <property name="sizeHint" stdset="0">
28        <size>
29         <width>0</width>
30         <height>20</height>
31        </size>
32       </property>
33      </spacer>
34     </item>
35     <item>
36      <widget class="QLabel" name="logo">
37       <property name="minimumSize">
38        <size>
39         <width>400</width>
40         <height>200</height>
41        </size>
42       </property>
43       <property name="text">
44        <string/>
45       </property>
46       <property name="pixmap">
47        <pixmap resource="tiled.qrc">:/images/about-tiled-logo.png</pixmap>
48       </property>
49       <property name="alignment">
50        <set>Qt::AlignCenter</set>
51       </property>
52      </widget>
53     </item>
54     <item>
55      <spacer name="horizontalSpacer_2">
56       <property name="orientation">
57        <enum>Qt::Horizontal</enum>
58       </property>
59       <property name="sizeHint" stdset="0">
60        <size>
61         <width>0</width>
62         <height>20</height>
63        </size>
64       </property>
65      </spacer>
66     </item>
67    </layout>
68   </item>
69   <item>
70    <widget class="QTextBrowser" name="textBrowser">
71     <property name="openExternalLinks">
72      <bool>true</bool>
73     </property>
74    </widget>
75   </item>
76   <item>
77    <layout class="QHBoxLayout" name="buttonLayout">
78     <property name="sizeConstraint">
79      <enum>QLayout::SetDefaultConstraint</enum>
80     </property>
81     <item>
82      <widget class="Tiled::NewVersionButton" name="newVersionButton">
83       <property name="sizePolicy">
84        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
85         <horstretch>0</horstretch>
86         <verstretch>0</verstretch>
87        </sizepolicy>
88       </property>
89      </widget>
90     </item>
91     <item>
92      <spacer name="horizontalSpacer_3">
93       <property name="orientation">
94        <enum>Qt::Horizontal</enum>
95       </property>
96       <property name="sizeType">
97        <enum>QSizePolicy::Expanding</enum>
98       </property>
99       <property name="sizeHint" stdset="0">
100        <size>
101         <width>40</width>
102         <height>20</height>
103        </size>
104       </property>
105      </spacer>
106     </item>
107     <item>
108      <widget class="QPushButton" name="donateButton">
109       <property name="text">
110        <string>Donate ↗</string>
111       </property>
112      </widget>
113     </item>
114     <item>
115      <widget class="QPushButton" name="okButton">
116       <property name="text">
117        <string>OK</string>
118       </property>
119       <property name="default">
120        <bool>true</bool>
121       </property>
122      </widget>
123     </item>
124    </layout>
125   </item>
126  </layout>
127 </widget>
128 <customwidgets>
129  <customwidget>
130   <class>Tiled::NewVersionButton</class>
131   <extends>QToolButton</extends>
132   <header>newversionbutton.h</header>
133  </customwidget>
134 </customwidgets>
135 <resources>
136  <include location="tiled.qrc"/>
137 </resources>
138 <connections>
139  <connection>
140   <sender>okButton</sender>
141   <signal>clicked()</signal>
142   <receiver>AboutDialog</receiver>
143   <slot>close()</slot>
144   <hints>
145    <hint type="sourcelabel">
146     <x>460</x>
147     <y>347</y>
148    </hint>
149    <hint type="destinationlabel">
150     <x>255</x>
151     <y>185</y>
152    </hint>
153   </hints>
154  </connection>
155 </connections>
156</ui>
157