PDA

View Full Version : Getting System Specifications



nikhilqt
20th April 2010, 07:50
Hi,

Is there any class/ APIs where I can get the system specifications like, RAM size, processor name etc., ? Please help me out giving any reference regarding the same. :confused:

borisbn
20th April 2010, 09:27
I didn't see these functions in Qt, that's why I think you should use OS-specific functions. For Windows it is GetSystemInfo (http://msdn.microsoft.com/en-us/library/ms724381(VS.85).aspx)