June 9, 2012

psb2519 psb2519
Lab Rat
1 posts

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?

2 replies

June 9, 2012

David Villalobos David Villalobos
Robot Herder
41 posts

Hi,

I do not know if this will help you, but, take a look.

http://qt-project.org/doc/qt-4.8/containers.html

 Signature 

Regards

David

June 9, 2012

mlong mlong
Mad Scientist
1517 posts

You could use a QListWidget to display items stored in a QStringList.

 Signature 

Senior Software Engineer
AccuWeather Enterprise Solutions
/* My views and opinions do not necessarily reflect those of my employer.  Void where prohibited. */

 
  ‹‹ A book on Qt5?      Video tutorials for QML Symbian and MeeGo ››

You must log in to post a reply. Not a member yet? Register here!