mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
additional info into FileTransferInfoWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2375 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a32c4b74b4
commit
de217179d3
2 changed files with 8 additions and 3 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "RsAutoUpdatePage.h"
|
||||
|
||||
class FileChunksInfo ;
|
||||
class FileInfo ;
|
||||
|
||||
class FileTransferInfoWidget : public RsAutoUpdatePage
|
||||
{
|
||||
|
@ -39,7 +40,7 @@ public:
|
|||
|
||||
virtual void updateDisplay() ; // update from RsAutoUpdateWidget
|
||||
protected:
|
||||
void draw(const FileChunksInfo& details,QPainter *painter) ;
|
||||
void draw(const FileInfo& nfo,const FileChunksInfo& details,QPainter *painter) ;
|
||||
|
||||
virtual void paintEvent(QPaintEvent *);
|
||||
virtual void resizeEvent(QResizeEvent *event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue