I have numerous applications for a simple columnated listbox, but cannot figure out which QT4 component is best for this purpose (preferably one that I can place using QT Designer).
For example, I want to show a box like:
NAME ADDRESS PHONE
John Smith 123 First St 123-1341
Fred Smoot 234 Second St 234-4567
etc.
I have looked at some components such as TableWidget but not quite clear that is designed for my purpose (which does NOT involve the user needing to edit individual fields like a spreadsheet). I would like the user to be able to click on (and probably highlight) a line of his choice, however.
Thanks.
Victor


Reply With Quote

Bookmarks