Responsive QtMainWindow on Startup.
-
hi,
my project involves taking reading from sensors to RaspberryPi and displaying them on Qt GUI. So far i was able to achieve it by using button clicked signal and slot. Now i want it to start getting readings as soon as program is executed. I scanned through some web articles but i did not get any Answers. -
@Andrex_Qt You still didn't say how you access the sensors.
You should read the links I provided to you.
Regards
-
You still didn't say how you access the sensors.
yes, that's very important. For instance, if you're using wiringPi library, you may want to take a look at using interrupts which will let you register a callback function.
-
@Andrex_Qt said in Responsive QtMainWindow on Startup.:
i access them through C Api
Could it be possible you share a link to such API for the benefit of other users just in case?