FEATURE: Added Auto-Shutdown on downloads completion feature (Linux Only for now)

This commit is contained in:
Christophe Dumez
2010-08-16 17:35:32 +00:00
parent 0af44eadb6
commit df677789d2
10 changed files with 74 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
<x>0</x>
<y>0</y>
<width>914</width>
<height>25</height>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu_Edit">
@@ -64,6 +64,8 @@
<addaction name="actionCreate_torrent"/>
<addaction name="separator"/>
<addaction name="actionOptions"/>
<addaction name="separator"/>
<addaction name="actionShutdown_when_downloads_complete"/>
</widget>
<widget class="QMenu" name="menu_File">
<property name="title">
@@ -320,6 +322,14 @@
<string>Search &amp;engine</string>
</property>
</action>
<action name="actionShutdown_when_downloads_complete">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Shutdown when downloads complete</string>
</property>
</action>
</widget>
<resources>
<include location="../icons.qrc"/>