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. Visualize person cards
Qt 6.11 is out! See what's new in the release blog

Visualize person cards

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 350 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.
  • H Offline
    H Offline
    Hait
    wrote on last edited by
    #1

    Hi all.
    I want to visualize user cards from the database. It is dataset + picture.
    Using QTable seemed the most convenient for drawing, but output of pure lines is not suitable.
    Is it possible to somehow customize the table? I want to get something like this (It is one "line", each black square is data belonging to one user):
    fc0ce816-44f7-4325-bb89-017308b519a5-image.png
    If not, what can I use to it?

    JonBJ 1 Reply Last reply
    0
    • H Hait

      Hi all.
      I want to visualize user cards from the database. It is dataset + picture.
      Using QTable seemed the most convenient for drawing, but output of pure lines is not suitable.
      Is it possible to somehow customize the table? I want to get something like this (It is one "line", each black square is data belonging to one user):
      fc0ce816-44f7-4325-bb89-017308b519a5-image.png
      If not, what can I use to it?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Hait
      If it's not suitable for a QTableView, you can achieve the above with QHBoxLayout & QVBoxLayouts. Or possibly QGridView.

      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