Added a donate link to Help menu

This commit is contained in:
Christophe Dumez
2010-10-31 12:03:24 +00:00
parent 1d1b49205d
commit 1638554944
4 changed files with 23 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
<x>0</x>
<y>0</y>
<width>914</width>
<height>21</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menu_Edit">
@@ -54,6 +54,7 @@
<addaction name="actionBugReport"/>
<addaction name="actionWebsite"/>
<addaction name="actionDocumentation"/>
<addaction name="actionDonate_money"/>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menu_Options">
@@ -373,6 +374,18 @@
<string>Import torrent...</string>
</property>
</action>
<action name="actionDonate_money">
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/emblem-favorite.png</normaloff>:/Icons/oxygen/emblem-favorite.png</iconset>
</property>
<property name="text">
<string>Donate money</string>
</property>
<property name="toolTip">
<string>If you like qBittorrent, please donate!</string>
</property>
</action>
</widget>
<resources>
<include location="../icons.qrc"/>