Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to concurrently update table rows with the timer ?
-
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 ?
-
Hi,
Can you share your implantation ?
Your description doesn't make it clear how you implemented your update logic.