- Allow the user to display torrent properties in finished list

This commit is contained in:
Christophe Dumez
2007-04-04 12:52:50 +00:00
parent 5c53c457e5
commit cd70dcc3ba
4 changed files with 35 additions and 3 deletions

View File

@@ -42,13 +42,15 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
~FinishedTorrents();
// Methods
QStringList getFinishedSHAs();
QTreeView* getFinishedList();
QStandardItemModel* getFinishedListModel();
public slots:
void addFinishedSHA(QString sha);
void updateFinishedList();
void deleteFromFinishedList(QString hash);
QTreeView* getFinishedList();
QStandardItemModel* getFinishedListModel();
void showProperties(const QModelIndex &index);
void propertiesSelection();
protected slots:
void setRowColor(int row, const QString& color);