Added to count downloads/uploads items

Enabled to get copy the DHT label values via mouse
Added counting on DHT Window & added context menu for DHT Tree, to copy IP addresses to clipboard
This commit is contained in:
defnax 2015-11-24 19:41:13 +01:00
parent 36c68e71ec
commit 397729bd93
6 changed files with 66 additions and 2 deletions

View file

@ -239,6 +239,9 @@ private:
/** Adds a new action to the toolbar. */
void addAction(QAction *action, const char *slot = 0);
QString downloads;
QString uploads;
/** Qt Designer generated object */
Ui::TransfersDialog ui;