(trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients

This commit is contained in:
Charles Kerr
2010-05-08 22:42:28 +00:00
parent 382ae1334c
commit da2ef53eeb
14 changed files with 271 additions and 99 deletions

View File

@@ -52,6 +52,8 @@ class PrefsDialog: public QDialog
void sessionUpdated( );
void onWatchClicked( );
void onWatchSelected( const QStringList& );
void onScriptClicked( );
void onScriptSelected( const QStringList& );
void onIncompleteClicked( );
void onIncompleteSelected( const QStringList& );
void onDestinationClicked( );
@@ -96,6 +98,8 @@ class PrefsDialog: public QDialog
QLabel * myPortLabel;
QPushButton * myPortButton;
QPushButton * myWatchButton;
QPushButton * myTorrentDoneScriptFilename;
QCheckBox * myTorrentDoneScriptCheckbox;
QCheckBox * myIncompleteCheckbox;
QPushButton * myIncompleteButton;
QPushButton * myDestinationButton;