- Made progress on torrent properties (main tab)

This commit is contained in:
Christophe Dumez
2009-11-08 15:41:32 +00:00
parent 707e87f5b8
commit 75e5a7e3d4
6 changed files with 269 additions and 102 deletions

View File

@@ -74,6 +74,7 @@ protected slots:
void saveHiddenColumns();
void displayListMenu(const QPoint&);
void updateMetadata(QTorrentHandle &h);
void currentChanged(const QModelIndex& current, const QModelIndex&);
//void setRowColor(int row, QColor color);
public slots:
@@ -101,6 +102,9 @@ public slots:
void displayDLHoSMenu(const QPoint&);
void applyFilter(int f);
signals:
void currentTorrentChanged(QTorrentHandle &h);
};
#endif // TRANSFERLISTWIDGET_H