emailuis/nmailuiwidgets/inc/nmattachmentlistwidget.h
changeset 66 084b5b1f02a7
parent 56 15bc1d5d6267
--- a/emailuis/nmailuiwidgets/inc/nmattachmentlistwidget.h	Mon Aug 23 23:32:31 2010 +0300
+++ b/emailuis/nmailuiwidgets/inc/nmattachmentlistwidget.h	Fri Sep 03 14:07:42 2010 +0300
@@ -35,6 +35,7 @@
     NmAttachmentListWidget(QGraphicsItem *parent = 0);
     virtual ~NmAttachmentListWidget();
     void setTextColor(const QColor color);
+    void setBackgroundColor(const QColor color);
     void insertAttachment(const int index, const QString &fileName, const QString &fileSize);
     void removeAttachment(const int index);
     void setAttachmentSize(int index, const QString &fileSize);
@@ -72,6 +73,7 @@
     QGraphicsGridLayout *mLayout;
     Qt::Orientation mOrientation;
     QColor mTextColor;
+    QColor mBackgroundColor;
 };
 
 #endif // NMATTACHMENTLISTWIDGET_H_