SystemInfo Class
class QInstaller::SystemInfoProvides information about the operating system. More...
Header: | #include <SystemInfo> |
Public Functions
SystemInfo(QObject *parent = 0) | |
QString | buildCpuArchitecture() const |
QString | currentCpuArchitecture() const |
QString | kernelType() const |
QString | kernelVersion() const |
QString | prettyProductName() const |
QString | productType() const |
QString | productVersion() const |
Detailed Description
Member Function Documentation
[explicit]
SystemInfo::SystemInfo(QObject *parent = 0)
Creates a system info object with the parent parent.