~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/sharebox/CShareBox.h

  • Committer: Nathan Osman
  • Date: 2012-06-28 00:44:25 UTC
  • Revision ID: admin@quickmediasolutions.com-20120628004425-k7sozkt1raz215qh
Added progress display in the share box for multiple file transfers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <QVariantMap>
24
24
#include <QWidget>
25
25
 
 
26
#include <file/CFileSender.h>
 
27
 
26
28
class CShareBox : public QWidget
27
29
{
28
30
    Q_OBJECT
50
52
        void Moved();
51
53
        void Remove();
52
54
 
 
55
    private slots:
 
56
 
 
57
        void ResetProgress() { m_progress = CFileSender::ProgressNone; update(); }
 
58
 
53
59
    private:
54
60
 
55
61
        void Init();