Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Most appropriate widget for displaying data
Qt 6.11 is out! See what's new in the release blog

Most appropriate widget for displaying data

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 520 Views 1 Watching
  • 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.
  • DriftwoodD Offline
    DriftwoodD Offline
    Driftwood
    wrote on last edited by
    #1

    I just want to display some read-only data from an SQLite3 db. I made a little game for my grandson that will record his name and fastest times. What widget wld be best for that? I see List View, Table View, Column View, List Widget and Table Widget. What's an old man to do but sip coffee, scratch his head and wonder abt it =)

    JKSHJ 1 Reply Last reply
    0
    • DriftwoodD Driftwood

      I just want to display some read-only data from an SQLite3 db. I made a little game for my grandson that will record his name and fastest times. What widget wld be best for that? I see List View, Table View, Column View, List Widget and Table Widget. What's an old man to do but sip coffee, scratch his head and wonder abt it =)

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi @Driftwood, I recommend:

      1. Use a QSqlQueryModel to read the database contents
      2. Use a QTableView to display the model's data

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      4
      • DriftwoodD Offline
        DriftwoodD Offline
        Driftwood
        wrote on last edited by
        #3

        @JKSH - QTableView it is. Thanks for the insight.

        1 Reply Last reply
        1

        • Login

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