updating view
Definition at line 165 of file aiview.cpp.
00166 { 00167 this->resize( widthView(m_image.width()) , heightView(m_image.height()) ); 00168 this->update(); 00169 }