Lookup Table without a view
-
wrote on 8 Jun 2012, 22:42 last edited by
I am trying to write an application and want to use a simple table without a view.
All it has to do is have a name field and several data fields associated with the name field.
All it has to be is a basic array without the bells and whistles.
Is there a Qt class that handles this or is it just as easy to create a basic C++ array? -
wrote on 8 Jun 2012, 22:46 last edited by
Hi,
I do not know if this will help you, but, take a look.
-
wrote on 8 Jun 2012, 22:48 last edited by
You could use a QListWidget to display items stored in a QStringList.
1/3