- Updated tranlsations

- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
This commit is contained in:
Christophe Dumez
2008-07-06 18:39:07 +00:00
parent 2dee67edbd
commit 8dfc68e196
37 changed files with 1723 additions and 1535 deletions

View File

@@ -56,6 +56,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
QStringList enabled_engines;
QTimer *searchTimeout;
SearchTab *currentSearchTab;
QPushButton *closeTab_button;
QList<SearchTab*> all_tab; // To store all tabs
public:
SearchEngine(bittorrent *BTSession, QSystemTrayIcon *myTrayIcon, bool systrayIntegration);
@@ -69,7 +70,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
void tab_changed(int);//to prevent the use of the download button when the tab is empty
void on_search_button_clicked();
void on_stop_search_button_clicked();
void on_closeTab_button_clicked();
void closeTab_button_clicked();
void appendSearchResult(QString line);
void searchFinished(int exitcode,QProcess::ExitStatus);
void readSearchOutput();