max属性

max属性

获取或设置滚动条或微调器范围的最大值。

定义:

@property
def max(self):
    ...
@max.setter
def max(self, value):
    ...

也可以看看