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. QListView with specific behavior
Forum Updated to NodeBB v4.3 + New Features

QListView with specific behavior

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 247 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.
  • sitesvS Offline
    sitesvS Offline
    sitesv
    wrote on last edited by
    #1

    Hi!
    Is it possible to implement something like multicolumn list, that has vertical limit and adds an extra lines to another column?
    Each line contains QLabel, QProgressBar...
    I have no idea how to start.

    JoeCFDJ 1 Reply Last reply
    0
    • sitesvS sitesv

      Hi!
      Is it possible to implement something like multicolumn list, that has vertical limit and adds an extra lines to another column?
      Each line contains QLabel, QProgressBar...
      I have no idea how to start.

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by
      #2

      @sitesv Is QTableView a better choice?

      sitesvS 1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Beside the good question of @JoeCFD, start studying QStyledItemDelegate. This will avoid you lots of troubles when dealing with too many widgets instantiated.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • JoeCFDJ JoeCFD

          @sitesv Is QTableView a better choice?

          sitesvS Offline
          sitesvS Offline
          sitesv
          wrote on last edited by
          #4

          @JoeCFD Hi!
          Should I manually calculate row and col count each form resize event?

          1 Reply Last reply
          0
          • sitesvS sitesv has marked this topic as solved on

          • Login

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