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. How to concurrently update table rows with the timer ?
Forum Update on Monday, May 27th 2025

How to concurrently update table rows with the timer ?

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

    Hello,

    I have one application which is capturing some data from different ports and shows in table view
    For each port, I made different row so that user can simultaneously watch multiple ports traffic together.

    But the problem is that I want to apply individual timer for individual port (i.e. for each row)
    I am not able to apply that ?

    Should I have to implement this using thread or something like that
    OR is there any other way to solve this problem ?

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

      Hi,

      Can you share your implantation ?

      Your description doesn't make it clear how you implemented your update logic.

      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

      • Login

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