Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. Lookup Table without a view
QtWS25 Last Chance

Lookup Table without a view

Scheduled Pinned Locked Moved Qt in Education
3 Posts 3 Posters 3.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    psb2519
    wrote on 8 Jun 2012, 22:42 last edited by
    #1

    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?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dvillalobos
      wrote on 8 Jun 2012, 22:46 last edited by
      #2

      Hi,

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

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

      Regards

      David

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mlong
        wrote on 8 Jun 2012, 22:48 last edited by
        #3

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

        Software Engineer
        My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

        1 Reply Last reply
        0

        1/3

        8 Jun 2012, 22:42

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved