Tiny/Small/Large/Huge variations introduced

This commit is contained in:
Uwe Rathmann 2023-02-15 17:10:50 +01:00
parent 66db409b71
commit a0dde1a4e0

View File

@ -79,7 +79,12 @@ class QSK_EXPORT QskAspect
Top = 1,
Left = 2,
Right = 3,
Bottom = 4
Bottom = 4,
Tiny = 1,
Small = 2,
Large = 3,
Huge = 4
};
Q_ENUM( Variation )