Hi,
I am using two timers in one button click event.
1: will call a function for every 1ms and
2: will call a function for every 3ms .
The timer 1 will read data form port and insert into database and timer 2 will read data from database and do the functionality.
Here my problem is whether one timer will slow down the process of other timer .I observed it is happening so.Here i need to run the two process with same speed with out slowing down.
And one thing i need to clear is whether any QTimer function slow downs after some time ie after 15min.If so how to solve this problem.
so please suggest and help me to solve these doubts(problems).
With Regards,
Sudheer
Bookmarks