40 for (
int i = 1; i <=
m_pdfDoc->numPages(); i++) {
41 listPages->addItem(QString::number(i));
44 connect(intWidth, SIGNAL(valueChanged(
int)),
this, SLOT(
updateHRes()));
45 connect(intHeight, SIGNAL(valueChanged(
int)),
this, SLOT(
updateHVer()));
46 connect(intResolution, SIGNAL(valueChanged(
int)),
this, SLOT(
updateResolution()));
48 connect(intWidth, SIGNAL(valueChanged(
int)),
this, SLOT(
widthAspectRatio()));
49 connect(boolAllPages, SIGNAL(toggled(
bool)),
this, SLOT(
selectAllPages(
bool)));
50 connect(boolFirstPage, SIGNAL(toggled(
bool)),
this, SLOT(
selectFirstPage(
bool)));
53 connect(pixelAspectRatioBtn, SIGNAL(keepAspectRatioChanged(
bool)),
this, SLOT(
slotAspectChanged(
bool)));