Reputation: 2406
How can I make Horizontal QListWidget?
Thanks
Upvotes: 3
Views: 7283
Reputation: 14436
You can use the flow property to choose if the items will be laid out vertically or horizontally.
flow
Upvotes: 13
Reputation: 1158
You probably want the isWrapping property. Set it to true.
Upvotes: 0