scale image/ change image size
Definition at line 260 of file aiview.cpp.
00261 { 00262 if( !m_image.isNull() ) 00263 { 00264 m_scaleX = sx; 00265 m_scaleY = sy; 00266 m_scale = true; 00267 this->resize( widthView(m_image.width()) , heightView(m_image.height()) ); 00268 this->update(); 00269 } 00270 }