On Tue, Feb 9, 2010 at 11:45 AM, Chris Bruner <[email protected]> wrote: > I'm trying to do something that I'm sure is simple but somehow escapes > me. I've got a QGraphicsView inside a QFrame inside a QGridLayout inside > a QVBoxLayout inside a QWidget inside a QMainWindow. > I want to resize the window and have the QGraphicsView follow along. > Instead what I see is the window resizeing and the view staying the same > and getting covered up.
Look at the chapter "Layout Management" in the Qt documentation, maybe it will give you some hints. _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
