Lower/Upper added as variations

This commit is contained in:
Uwe Rathmann 2023-05-12 13:15:34 +02:00
parent e87facfa81
commit b2738f4bb6

View File

@ -81,6 +81,9 @@ class QSK_EXPORT QskAspect
Vertical = Qt::Vertical,
Horizontal = Qt::Horizontal,
Lower = 1,
Upper = 2,
Top = 1,
Left = 2,
Right = 3,