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?
Printable View
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?
Start with reading about Layout Classes.