- Improved a lot switching between tabs

This commit is contained in:
Christophe Dumez
2007-04-15 18:15:22 +00:00
parent 79253c76f1
commit 6802e22f7e
4 changed files with 23 additions and 10 deletions

View File

@@ -45,6 +45,7 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
QTreeView* getFinishedList();
QStandardItemModel* getFinishedListModel();
bool loadColWidthFinishedList();
int getRowFromHash(const QString& hash) const;
public slots:
void addFinishedSHA(QString sha);
@@ -62,6 +63,9 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
protected slots:
void on_actionSet_upload_limit_triggered();
signals:
void torrentMovedFromFinishedList(torrent_handle);
};
#endif