emailuis/nmailuiwidgets/inc/nmattachmentlistwidget.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 56 15bc1d5d6267
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    38     void insertAttachment(const int index, const QString &fileName, const QString &fileSize);
    38     void insertAttachment(const int index, const QString &fileName, const QString &fileSize);
    39     void removeAttachment(const int index);
    39     void removeAttachment(const int index);
    40     void setAttachmentSize(int index, const QString &fileSize);
    40     void setAttachmentSize(int index, const QString &fileSize);
    41     int count() const;
    41     int count() const;
    42     int progressValue(int index) const;
    42     int progressValue(int index) const;
       
    43     void hideProgressBar(int index);
    43     void paint(QPainter *painter,const QStyleOptionGraphicsItem *option,QWidget *widget);
    44     void paint(QPainter *painter,const QStyleOptionGraphicsItem *option,QWidget *widget);
    44 
    45 
    45 public slots:
    46 public slots:
    46     void setProgressBarValue(int index, int value); 
    47     void setProgressBarValue(int index, int value); 
    47 
    48