FEATURE: Added feature to shutdown qbittorrent on torrents completion

This commit is contained in:
Christophe Dumez
2010-10-09 14:57:41 +00:00
parent 38c56a2b5f
commit 86fb4a323a
6 changed files with 50 additions and 18 deletions

View File

@@ -29,7 +29,7 @@
<x>0</x>
<y>0</y>
<width>914</width>
<height>23</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu_Edit">
@@ -66,6 +66,7 @@
<addaction name="actionOptions"/>
<addaction name="separator"/>
<addaction name="actionShutdown_when_downloads_complete"/>
<addaction name="actionShutdown_qBittorrent_when_downloads_complete"/>
</widget>
<widget class="QMenu" name="menu_File">
<property name="title">
@@ -348,6 +349,14 @@
<string>Ctrl+L</string>
</property>
</action>
<action name="actionShutdown_qBittorrent_when_downloads_complete">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Shutdown qBittorrent when downloads complete</string>
</property>
</action>
</widget>
<resources>
<include location="../icons.qrc"/>