21 m_offsetSize(imageSize)
33 m_page->setObjectName(
"offset_image");
36 resize(
m_page->sizeHint());
46 m_page->offsetXdoubleSpinBox->setDisplayUnit(
false);
47 m_page->offsetYdoubleSpinBox->setDisplayUnit(
false);
49 m_page->offsetXdoubleSpinBox->setReturnUnit(
"px");
50 m_page->offsetYdoubleSpinBox->setReturnUnit(
"px");
66 m_page->unitXComboBox->setCurrentIndex(xUnitIndex);
67 m_page->unitYComboBox->setCurrentIndex(yUnitIndex);
74 connect(
m_page->unitXComboBox, SIGNAL(currentIndexChanged(
int)),
_widthUnitManager, SLOT(selectApparentUnitFromIndex(
int)));
75 connect(
m_page->unitYComboBox, SIGNAL(currentIndexChanged(
int)),
_heightUnitManager, SLOT(selectApparentUnitFromIndex(
int)));