updated the visual style of the notifications label

This commit is contained in:
Luis Ángel San Martín
2015-12-10 21:51:21 +01:00
parent c39c5ba52c
commit 190a3db4d0
2 changed files with 31 additions and 22 deletions

View File

@ -11,12 +11,15 @@ class NotificationsLabelWidget : public QWidget
{
Q_OBJECT
private:
QLabel * imgLabel;
QLabel * textLabel;
QPropertyAnimation * anim;
QPropertyAnimation * anim2;
QGraphicsOpacityEffect * effect;
QGraphicsOpacityEffect * effect2;
protected:
void paintEvent(QPaintEvent *);
public:
NotificationsLabelWidget(QWidget * parent);
@ -26,4 +29,4 @@ public slots:
void updatePosition();
};
#endif
#endif