mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
comienzo del style de goToFlow
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user