System information
General and Desktop
3
Posts
3
Posters
2.0k
Views
1
Watching
-
how to know whether user's system is win 7 32 bits or 64 bits ..
-
I don't think there is a Qt-ish way of determining this information at runtime, but you might use native code instead, like "GetNativeSystemInfo()":http://goo.gl/lR0f4.
-