- Updated download button status in search tab when switching tab

This commit is contained in:
Christophe Dumez
2008-06-26 11:24:08 +00:00
parent 322e9e3ccf
commit 949678a4d3
2 changed files with 16 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
void downloadSelectedItem(const QModelIndex& index);
protected slots:
// Search slots
void on_tab_changed(int t);//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();