Hi, when we want to resize a MapControl instance inside a QMainWindow for example, it resizes layermanager (and all layers) but not the frame of MapControl widget. It can be resolved by adding base class QWidget::resize call.
ah yes i see the problem. I've fixed this issue and will update this bug when its been pushed into the next merge.
Cheers!
Perhaps it could inherit QFrame istead of QWidget too (controls usually have som kind of frame)?
Updated in latest commit
Log in to post a comment.
ah yes i see the problem. I've fixed this issue and will update this bug when its been pushed into the next merge.
Cheers!
Perhaps it could inherit QFrame istead of QWidget too (controls usually have som kind of frame)?
Updated in latest commit