FEATURE: Added button to password-lock the UI

This commit is contained in:
Christophe Dumez
2010-08-19 16:30:13 +00:00
parent e7e5a2b4e9
commit ee01c2c745
40 changed files with 3819 additions and 2173 deletions

View File

@@ -135,6 +135,8 @@
<addaction name="actionOptions"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
<addaction name="separator"/>
<addaction name="actionLock_qBittorrent"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionOpen">
@@ -330,6 +332,17 @@
<string>Shutdown when downloads complete</string>
</property>
</action>
<action name="actionLock_qBittorrent">
<property name="text">
<string>Lock qBittorrent</string>
</property>
<property name="toolTip">
<string>Lock qBittorrent</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
</widget>
<resources>
<include location="../icons.qrc"/>