updated page information widget visual style

This commit is contained in:
Luis Ángel San Martín
2015-12-10 19:29:12 +01:00
parent 5dea77bb54
commit c015558223
2 changed files with 42 additions and 59 deletions

View File

@ -10,11 +10,11 @@ class PageLabelWidget : public QWidget
{
Q_OBJECT
private:
QLabel * imgLabel;
QLabel * textLabel;
QPropertyAnimation * animation;
//void resizeEvent(QResizeEvent * event);
protected:
virtual void paintEvent(QPaintEvent *);
public:
PageLabelWidget(QWidget * parent);
@ -26,4 +26,4 @@ public slots:
void updatePosition();
};
#endif
#endif