tags:

views:

121

answers:

2

Hi All,

I wanna know how to make horizontal QListWidget. Please someone show me the way.

P.S. I am just a student and quite a beginner. Thanks All

A: 

You probably want the isWrapping property. Set it to true.

nmuntz
This will not display the items horizontally but wrap them when the widget border is reached
Patrice Bernassola
+1  A: 

You can use the [flow][1] property to choose if the items will be laid out vertically or horizontally.

Patrice Bernassola