Lookup Table without a view
-
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? -
Hi,
I do not know if this will help you, but, take a look.