class QOperatingSystemVersionBase#

继承自: QOperatingSystemVersionUnexported, QOperatingSystemVersion

新版本 6.3。

概述#

方法#

静态函数#

说明

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您遇到翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告诉我们

详细说明#

class OSType#
__init__(osType, vmajor[, vminor=-1[, vmicro=-1]])#
参数:
  • osTypeOSType

  • vmajor – int

  • vminor – int

  • vmicro – int

__init__()
static compare(v1, v2)#
参数:
返回类型:

int

static current()#
返回类型:

QOperatingSystemVersionBase

static currentType()#
返回类型:

OSType

majorVersion()#
返回类型:

int

microVersion()#
返回类型:

int

minorVersion()#
返回类型:

int

name()#
返回类型:

字符串

静态 name(osversion)
参数:

osversionQOperatingSystemVersionBase

返回类型:

字符串

__lt__(rhs)#
参数:

rhsQOperatingSystemVersionBase

返回类型:

布尔值

__le__(rhs)#
参数:

rhsQOperatingSystemVersionBase

返回类型:

布尔值

__gt__(rhs)#
参数:

rhsQOperatingSystemVersionBase

返回类型:

布尔值

__ge__(rhs)#
参数:

rhsQOperatingSystemVersionBase

返回类型:

布尔值

segmentCount()#
返回类型:

int

type()#
返回类型:

OSType

version()#
返回类型:

QVersionNumber