Hi to all,
I need to know which Windows OS version is running but I've found only the Q_WS_WIN macro, could you suggest a better way?
Thanks!
Printable View
Hi to all,
I need to know which Windows OS version is running but I've found only the Q_WS_WIN macro, could you suggest a better way?
Thanks!
As far as I know there is no function provided by Qt for that. You have to use the WindowsAPI.
Is QSysInfo something that could be used for that?