1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Donate</class>
4 <widget class="QDialog" name="Donate">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>351</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>0</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>400</width>
28    <height>300</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Support GPSBabel</string>
33  </property>
34  <widget class="QWidget" name="layoutWidget">
35   <property name="geometry">
36    <rect>
37     <x>10</x>
38     <y>13</y>
39     <width>312</width>
40     <height>249</height>
41    </rect>
42   </property>
43   <layout class="QVBoxLayout" name="verticalLayout">
44    <item>
45     <widget class="QLabel" name="textLine1">
46      <property name="text">
47       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
48&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
49p, li { white-space: pre-wrap; }
50&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
51&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;GPSBabel is free software built and supported by volunteers. It consumes vast amounts of time to create and support the software as well as money for mapping programs, GPS receivers, and development fixtures. Please see how you can &lt;a href=&quot;http://www.gpsbabel.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;contribute time or via PayPal (no account needed) or Google Checkout.&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
52      </property>
53      <property name="wordWrap">
54       <bool>true</bool>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <widget class="QLabel" name="textLine2">
60      <property name="text">
61       <string>&lt;p&gt;Of course, if you've already contributed  to the project or you just can't help the project, please check the box below to never see this message again.&lt;/p&gt;</string>
62      </property>
63      <property name="wordWrap">
64       <bool>true</bool>
65      </property>
66     </widget>
67    </item>
68    <item>
69     <widget class="QCheckBox" name="neverAgain">
70      <property name="text">
71       <string>Never show this message again.</string>
72      </property>
73     </widget>
74    </item>
75    <item>
76     <layout class="QHBoxLayout" name="horizontalLayout">
77      <item>
78       <spacer name="horizontalSpacer">
79        <property name="orientation">
80         <enum>Qt::Horizontal</enum>
81        </property>
82        <property name="sizeHint" stdset="0">
83         <size>
84          <width>40</width>
85          <height>20</height>
86         </size>
87        </property>
88       </spacer>
89      </item>
90      <item>
91       <widget class="QPushButton" name="dismissButton">
92        <property name="text">
93         <string>No, Thanks</string>
94        </property>
95       </widget>
96      </item>
97      <item>
98       <widget class="QPushButton" name="contributeButton">
99        <property name="text">
100         <string>Contribute</string>
101        </property>
102        <property name="autoDefault">
103         <bool>false</bool>
104        </property>
105        <property name="default">
106         <bool>true</bool>
107        </property>
108       </widget>
109      </item>
110     </layout>
111    </item>
112   </layout>
113  </widget>
114 </widget>
115 <resources/>
116 <connections>
117  <connection>
118   <sender>dismissButton</sender>
119   <signal>clicked()</signal>
120   <receiver>Donate</receiver>
121   <slot>close()</slot>
122   <hints>
123    <hint type="sourcelabel">
124     <x>139</x>
125     <y>247</y>
126    </hint>
127    <hint type="destinationlabel">
128     <x>198</x>
129     <y>141</y>
130    </hint>
131   </hints>
132  </connection>
133 </connections>
134</ui>
135