I found the timeBeginPeriod and timeEndPeriod Windows functions, and tried calling them at the beginning and end of the main() function, but this seems to have no effect on the resolution of Qt timers. The resolution is still 15 ms. Does Qt use a timer that's unaffected by timeBeginPeriod, or was there something that I was doing wrong?
Bookmarks