Hey, 2009/12/30 OvermindDL1 <[email protected]>:
>> still sitting near the top of the screen. The vertical layout is in a >> container, which is inside a stackedwidget, which is displayed by >> clicking the menu item Members, and all of that is inside another >> vertical layout, which is inside another container, which is inside >> another stacked widget of the top menu, which is inside the root >> container. That does sound like it should work. Since 3.1.0 (but not in 3.0.0), a child of a WStackedWidget will also have its height properly managed. So you need to make sure that the stack used by the menu is contained in a layout manager. Regards, koen ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
