PDA

View Full Version : Arbitrary widgets placement in window.



someralex
20th December 2006, 13:09
I need to place three widgets. Two QListView on half of the screen immediately adjacent, and above those two the third widget right in the center. This third one would have to close parts of widgets that are behind it. How do I do that?

jpn
20th December 2006, 13:14
Start with reading about Layout Classes (http://doc.trolltech.com/4.2/layout.html).