FEATURE: Added torrent filtering by name

This commit is contained in:
Christophe Dumez
2010-08-20 12:27:20 +00:00
parent 7d07debcb5
commit 63ee1c36e8
43 changed files with 2285 additions and 1931 deletions

View File

@@ -57,6 +57,7 @@ class about;
class createtorrent;
class downloadFromURL;
class HidableTabWidget;
class LineEdit;
class GUI : public QMainWindow, private Ui::MainWindow{
Q_OBJECT
@@ -155,6 +156,7 @@ private:
bool displaySpeedInTitle;
bool force_exit;
bool ui_locked;
LineEdit *search_filter;
// Keyboard shortcuts
QShortcut *switchSearchShortcut;
QShortcut *switchSearchShortcut2;