QMP3Gain Code
Multiplatform GUI of MP3Gain which adjusts volume of MP3 files
Brought to you by:
brazso
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DonationDialog</class>
<widget class="QDialog" name="DonationDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>428</width>
<height>378</height>
</rect>
</property>
<property name="windowTitle">
<string>%1 - Donation</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>This program is completely freeware. There are no time limits, restrictions, disabled features, or anything like that. I wrote this program just because I wanted to, and if other people find it useful that's fine with me.</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>BUT, if you feel like contributing something you can either donate money through PayPal (including the option to pay by credit card) by clicking on the "Donate" button, or e-mail me at this address to make other arrangements:</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="donationButton">
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="../resources/qmp3gain.qrc">
<normaloff>:/images/paypal-donate_secure.jpg</normaloff>:/images/paypal-donate_secure.jpg</iconset>
</property>
<property name="iconSize">
<size>
<width>180</width>
<height>159</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Again, let me emphasize that this is COMPLETELY optional. You have full rights to use this program forever whether or not you make a donation.</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>356</width>
<height>13</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="closeButton">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="../resources/qmp3gain.qrc"/>
</resources>
<connections>
<connection>
<sender>closeButton</sender>
<signal>clicked()</signal>
<receiver>DonationDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>328</x>
<y>358</y>
</hint>
<hint type="destinationlabel">
<x>188</x>
<y>190</y>
</hint>
</hints>
</connection>
</connections>
</ui>