Timer types in Qt
-
Hi friends i have been using Qtimer in my lot of Qt GUI applications. I am having doubt about the tymer type i am using. Whether QTimer it is a software timer or hardware timer.How many types of timers are in Qt and which one is more accurate. Plz suggest . Thank u all in advance for clarification.
-
Hi,
Qt 5 QTimer's type are described "here":http://qt-project.org/doc/qt-5/qt.html#TimerType-enum
You can base your choice on that