updating view by using a binary image from undo command
Definition at line 199 of file aiview.cpp. 00200 { 00201 m_image = image; 00202 this->resize( widthView(m_image.width()) , heightView(m_image.height()) ); 00203 this->update(); 00204 emit enabledChilds( !m_image.isNull() ); 00205 } |