orientation属性

orientation属性

获取并设置 SpinButton 或 ScrollBar 是垂直方向还是水平方向。

定义:

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

也可以看看