orientation propriété

orientation propriété

Obtient et définit si SpinButton ou ScrollBar est orienté verticalement ou horizontalement.

Définition:

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

Voir également