added QSize sizeHint();

This commit is contained in:
Radu Ursu 2002-06-27 07:10:24 +00:00
parent e022e5242f
commit 95cae6c898
1 changed files with 4 additions and 0 deletions

View File

@ -537,6 +537,10 @@ void Qt_widget::clear() {
qt_layers.erase(std::find(qt_layers.begin(),qt_layers.end(),s));
}
QSize Qt_widget::sizeHint(){
return QSize(geometry().width(), geometry().height();}
}
} // namespace CGAL
// moc_source_file: ../../include/CGAL/IO/Qt_widget.h