But graphics view is normally contained in a parent widget, which has a layout. So you should try the magic there.
If graphics view is the top-level widget, guess you can use setFixedSize(QSize).
As graphics view is a scroll area it has a viewport widget (which actually displays the scene). So you might want to make that also fixed size and switch off the scrollbars. Haven't tried that part yet.
- Juergen




Reply With Quote

Bookmarks