PDA

View Full Version : Qt and frequency of a display?



spherrra
16th October 2011, 09:51
How do you know the frequency of a monitor (display) programmatically by Qt? Thank you!

spherrra
16th October 2011, 16:45
Is it really by Qt, or I can use Win API, Linux API and etc?

wysota
16th October 2011, 17:13
You can use whatever API you want.

spherrra
16th October 2011, 17:22
You can use whatever API you want.
I did not understand what you mean. For cross-platform software should I use all the API for all operating systems.

wysota
16th October 2011, 17:52
So use appropriate APIs on each of the operating systems you want to support. Qt doesn't have own API for detecting frequencies of displays.