Hello,
I would to create a simple listbox with 4 or 5 items. The only thing I could find that could do the job is to use the QListView. I have a book on Qt3 that indicates a member function addColumn that does not exist anymore... Is there any good example on how to use QListView's?
Cheers