comienzo del style de goToFlow

This commit is contained in:
Luis Ángel San Martín
2013-01-21 22:37:19 +01:00
parent e0b34a68c6
commit 53de667394
11 changed files with 84 additions and 9 deletions

View File

@ -14,7 +14,7 @@ PageLabelWidget::PageLabelWidget(QWidget * parent)
imgLabel = new QLabel(this);
QPixmap p(":/images/numPagesLabel.png");
imgLabel->resize(p.size());
imgLabel->setPixmap(QPixmap(":/images/numPagesLabel.png"));
imgLabel->setPixmap(p);
textLabel = new QLabel(this);
textLabel->setAlignment(Qt::AlignVCenter|Qt::AlignHCenter);