PDA

View Full Version : Standars windows list view equivalent



Vertilka
19th October 2009, 12:54
Is there any equivalent to the standard windows listview control (with details mode), in Qt ?

I tried QListView, QTreeView, QTableView, QColumnView, QListWidget, QTreeWidget, QTableWidget, but no control seems to be like the simple one as in windows.

Did i miss something ?

Tnx,
Vertilka

Lykurg
19th October 2009, 13:02
Can you post a screen shot of what list in Windows you exactly mean?

Vertilka
19th October 2009, 13:10
http://img19.imageshack.us/img19/9321/windowsstandardlistview.jpg

Tnx,
Vertilka

Lykurg
19th October 2009, 13:32
Well, that's a normal QTableWidget/QTableView.

What are your problems? What did you not achieve?

Vertilka
19th October 2009, 14:22
The question is, does the control enable the user to change the columns order in run time ?

Tnx,
Ronnie