[Qt-interest] Multi-Column Lists

Paul Miller paul at fxtech.com
Wed Oct 6 02:20:26 CEST 2010


On 10/5/2010 5:12 PM, Jake Colman wrote:
>
> I'm porting from Qt3 to Qt4.  What is the Qt4 equivalent of the
> Q3ListView and Q3ListViewItem?  I'm looking to create a multi-column
> readonly list of items.  In Qt3 this was a "list" as opposed to a
> "table".  I don't see how Qt4's QListView/Widget or QTreeView/Widget can
> be used the same way.  What am I missing?

You need to use a QTableView/Widget with multiple columns.




More information about the Qt-interest-old mailing list